Search:

Search: Search took 1.00 seconds.

  1. Replies
    13
    Views
    3,229

    [PLUGIN RECOMMENDED] Yes, I'm trying to do it. And I had some success....

    Yes, I'm trying to do it. And I had some success.

    This plugin does not allow to add custom field in the URL.
    You can add tags, categories, and extra taxonomy. Such as %ad_tag%, %ad_cat%,...
  2. [MOD NEEDED] The right answer

    To have Featured Ads on some other pages than your Home page, you have to do TWO things.

    (1) AS WAS RIGHTLY POINTED BEFORE, you have to put the following lines on every template where you want to...
  3. Thread: step1.php

    by jomarkosabel
    Replies
    3
    Views
    524

    [SOLVED] You may check this thread...

    You may check this thread http://forums.appthemes.com/hide-some-ad-categories-so-people-cannot-17096/ .
  4. Replies
    103
    Views
    16,558

    [TUTORIAL] however when you use it you will still get...

    however when you use it you will still get erroneous returns (featured ads problem) to get around this you need to open up search.php in cp theme folder and right before
    Code:


    <?php...
  5. Replies
    5
    Views
    802

    You may try editing the jcarousellite_1.0.1.js...

    You may try editing the jcarousellite_1.0.1.js and change the scroll value to 5. It is currently set to 1.
  6. Replies
    103
    Views
    16,558

    [TUTORIAL] Filtered Search of custom fields via Modded plugin

    Cant believe i spent a day and a half knee deep in codex when all i had to do was change half a dozen charachters in the wp-custom-fields-search plugin.

    This will now filter search via keywords...
  7. [MOD NEEDED] Open sidebar.php and find this around line #52 ...

    Open sidebar.php and find this around line #52

    if (is_tax('ad_cat')) :

    Replace it with this:

    if (is_tax('ad_cat') && is_tax('parent', array('13','3','23','26')) ) :

    Find out what the...
Results 1 to 7 of 7