• I have this code and I want to delete the browse resume type that is shown here in the “view source” how in the world do I do this? WordPress is killing me!

    </div><!-- end main content -->
    
    <div id="sidebar">
    
    	<ul class="widgets">
    
        <li class="widget widget-submit">
    
            	                                                               Browse Resumes:
    
            		<div>
    
    		            <a href="http://tradesmencareercenter.com/my-dashboard/" class="button"><span>My Dashboard</span></a>
    		            <p>Job Seekers: Upload your cover letter and resume today! Employers search and view  all resumes when they submit a job posting! Let employers find YOU!</p>
    		        </div>
    <li class="widget widget-submit">
    
    	<?php if (!is_user_logged_in()) : ?>
        <div>
            <a href="<?php echo site_url('wp-login.php'); ?>" class="button"><span><?php _e('Submit your Resume','appthemes'); ?></span></a>
            <?php if ($text = get_option('jr_submit_resume_button_text')) echo wpautop(wptexturize($text)); ?>
        </div>
    
       	<?php else : ?>
    
        <div>
            <a href="<?php echo get_permalink(get_option('jr_dashboard_page_id')); ?>" class="button"><span><?php _e('My Dashboard','appthemes'); ?></span></a>
            <?php if (is_user_logged_in() && current_user_can('can_submit_resume')) : ?><?php if ($text = get_option('jr_my_profile_button_text')) echo wpautop(wptexturize($text)); ?><?php endif; ?>
        </div>
    
         <?php endif; ?>
    
    </li>
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to delete line’ is closed to new replies.