Hi, you can go to sidebar-user.php and remove this line:
<li><a href="<?php echo CP_DASHBOARD_ORDERS_URL; ?>"><?php _e( 'My Orders', APP_TD ); ?></a></li>
if that's what you were looking to do...
Hi, you can go to sidebar-user.php and remove this line:
<li><a href="<?php echo CP_DASHBOARD_ORDERS_URL; ?>"><?php _e( 'My Orders', APP_TD ); ?></a></li>
if that's what you were looking to do...
and even more specific: At line 36 you find this:
<p><a target="_blank" href="http://www.appthemes.com/themes/classipress/" title="WordPress Classified Ads Theme"><?php _e( 'WordPress...
As samcy says:
At classipress/tpl-profile.php file
(first name)
Remove lines 54 to 57:
<tr>
<th><label for="first_name"><?php _e( 'First Name:', APP_TD ); ?></label></th>
<td><input...