Search:

Search: Search took 1.00 seconds.

  1. [TUTORIAL] Ok !!! Now open you 'index.php' which you...

    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...
  2. Replies
    30
    Views
    5,044

    [TUTORIAL] Try this code. It prevents errors that can occur...

    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' =>...
  3. Replies
    30
    Views
    5,044

    [TUTORIAL] Tri this:

    Tri this:

    <?php
    $attachment = get_posts(array('post_type' => 'attachment','post_status' => null,'order' => 'ASC','orderby' => 'menu_order','post_mime_type' => 'image','post_parent' =>...
  4. Replies
    2
    Views
    415

    [MOD NEEDED] You could try this for Extremecarousel

    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...
  5. Replies
    30
    Views
    5,044

    [TUTORIAL] Categories default images - Solution

    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...
Results 1 to 5 of 5