Search:
Search took 1.00 seconds.
-
Well, if you generally like to remove the responsive part, you just need to remove that part in your style.css starting around line 1004 and everything below
-
That will require massiv changes. Not sure if anyone has done this so far. Maybe you can start a thread in the "ClassiPress General Discussions" area and see if someone is willed to share his...
-
PUT this function in youe functions.php (child_theme) :
function total_ads(){
global $wpdb;
$sql = $wpdb->prepare("select count(*) FROM ". $wpdb->prefix ."posts WHERE post_type = %s AND...
-
Currently there's no settings in Classipress to handle featured ads in this way, and would need to be customized..Perhaps you will find this thread useful...