Search:
Search took 1.00 seconds.
-
Ok !!!
Now open you 'index.php' which you will find on wordpress installation directory. Something like this:
<?php
/**
* Front to the WordPress application. This file doesn't do...
-
Try this code. It prevents errors that can occur if the plug-in 'Default Thumbnail Plus' is disabled.
<?php
$attachment = get_posts(array('post_type' =>...
-
Tri this:
<?php
$attachment = get_posts(array('post_type' => 'attachment','post_status' => null,'order' => 'ASC','orderby' => 'menu_order','post_mime_type' => 'image','post_parent' =>...
-
marlonsabala, you could try something like this because ClassiPress names "country" as "cp_country" and "state" as "cp_state".
In two places, if you actually mean that you want to REPLACE the...
-
Hi, this is my solution to add the default image for categories. Tested on WP 3.3.1 and CP 3.1.6
I installed the plugin, which automatically display a default Post Thumbnail image.
You can...