How to edit the classipress header V.3.2.1? Where is the categories menu?
Hello friends!
I updated my ClassiPress, version 3.1.9 to version 3.2.1, but before that I disabled all plugins.
However, I see some problems, there are many changes in page "theme-header.php". Where is the categories menu?
Where are the lines below?
<?php echo cp_login_head(); ?> I want to add a link next to the "login" link.
<?php if ( get_option('cp_adcode_468x60_enable') == 'yes' ) { ?> I want remove the AppThemes logo
<a href="<?php echo CP_ADD_NEW_URL ?>" class="obtn btn_orange"><?php _e('Post an Ad', 'appthemes') ?></a> I want change "Post an Ad"
In previous versions I found these lines on page "theme-header.php". Where can I find these lines now?
grateful