Search:

Search: Search took 1.00 seconds.

  1. Replies
    1
    Views
    324

    That's super simple, WordPress default action......

    That's super simple, WordPress default action... insert the "more" tag. There should be a button within the WordPress editor toolbar.
  2. Replies
    1
    Views
    315

    [SOLVED] There's no solution for this at the moment.

    There's no solution for this at the moment.
  3. You'll have to edit and modify...

    You'll have to edit and modify taxonomy-ad_tag.php within the child theme and remove them. Make sure you note it down as you'll have to restore it after every child theme update.
  4. Replies
    20
    Views
    1,265

    I'm guessing that this is a WordPress setting,...

    I'm guessing that this is a WordPress setting, rather than a Classipress one.

    Go to settings>>Reading>> and alter the 'blog pages show at most...' setting from 10 to around 40.
  5. function remove_sold_action($actions) {...

    function remove_sold_action($actions) {
    unset($actions['set_sold'], $actions['unset_sold']);
    return $actions;
    }
    add_filter( 'cp_dashboard_listing_actions', 'remove_sold_action' );
  6. [SOLVED] It looks like there's a ClassiPress script called...

    It looks like there's a ClassiPress script called after the submission that attempts to access a missing tab anchor tag #priceblock2

    When in fact the contact tab anchor is #contact-tab in...
Results 1 to 6 of 6