Search:

Search: Search took 1.00 seconds.

  1. Replies
    14
    Views
    1,802

    Yes, only the admin sees the "edit this ad" link....

    Yes, only the admin sees the "edit this ad" link. Other users would do this through their dashboard.
  2. [SOLVED] In order to show poster as first tab you need to...

    In order to show poster as first tab you need to open your sidebar-ad.php

    Look for

    (around line 21)

    Copy the whole line and move it right after <ul class="tabnavig">

    so that the tabs...
  3. [SOLVED] Check the same file a few lines above the home...

    Check the same file a few lines above the home link
    <a href="<?php echo CP_ADD_NEW_URL ?>" class="obtn btn_orange"><?php _e('Post an Ad', 'appthemes') ?></a>
  4. [SOLVED] In your header.php find around line 111

    In your header.php find around line 111
    <li class="<?php if (is_home()) echo 'page_item current_page_item'; ?>"><a href="<?php echo get_option('home')?>"><?php _e('Home','appthemes'); ?></a></li>
    ...
Results 1 to 4 of 4