Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter cgonzo

    (@cgonzo)

    Hi James..(Captain Kirk?)

    Thank you for responding so quickly. Okay let’s see if I have this correct. Under the Appearances tab (WordPress admin backend is what I’ll do) Because I’m not all in with the WP lingo, I’m going to assume (bad choice of a word) that just enter what you posted after Line 31.

    Fingers Crossed

    Hi,

    I’d just like to get rid of that home tab on the nav bar.
    Here is my website http://daily-income-payouts.com

    this is what it looks like in menu

    <?php /*** The theme header.*/ ?>
    <!DOCTYPE html>
    <html <?php language_attributes(); ?>>
    <head>
    <meta charset="<?php bloginfo( 'charset' ); ?>" />
    <title><?php
    	global $page, $paged;
    	wp_title( '|', true, 'right' );
    	bloginfo( 'name' );
    	$site_description = get_bloginfo( 'description', 'display' );
    	if ( $site_description && ( is_home() || is_front_page() ) )
    		echo " | $site_description";
    	if ( $paged >= 2 || $page >= 2 )
    		echo ' | ' . sprintf( __( 'Page %s', 'pujugama' ),

    max( $paged, $page ) );

    What part do I need to fix and how to I fix it?

    [Moderator Note: Please post code or markup snippets between backticks or use the code button. As it stands, your code may now have been permanently damaged/corrupted by the forum’s parser.]

Viewing 2 replies - 1 through 2 (of 2 total)