• In theme in use automatically page are added at the bottom of header.
    At the moment 4 pages are listed but only two could be linked.
    I try too see here to change header’s options of but problems occurs. I knew html and css codes but not php.
    Who could gentle give me right solution?
    Here the header’s code to change :`<div id=”pagine”>

    `

Viewing 1 replies (of 1 total)
  • Thread Starter giglio

    (@giglio)

    Here the header’s code to change :

    <div id="pagine">
    		<ul>
    			<li><a href="<?php echo get_option('home'); ?>/" title="<?php bloginfo('name'); ?>">Home</a></li>
    
    			<?php wp_list_pages('title_li=&depth=1'); ?>
    		</ul>
    	</div>

Viewing 1 replies (of 1 total)
  • The topic ‘cahange header list in me theme’ is closed to new replies.