Search:
Search took 1.00 seconds.
-
Yes, only the admin sees the "edit this ad" link. Other users would do this through their dashboard.
-
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...
-
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>
-
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>
...