navigation link question
-
hello,
thanks for taking a look at my post. for some reason my “home” icon in my navigation header link section is not linking back to the “home” page of my site. here is the navigation.php code that I’m working with:
‘
<div id=”branding”><?php include (‘searchform.php’); ?>
<div id=”logo”>
<h1><?php bloginfo(‘name’); ?><span><?php bloginfo(‘description’); ?></span></h1>
</div><!– end logo –>
</div><!– end branding –>
<div id=”page-navigation” class=”clearfix”>
” class=”rss” title=”RSS Feed”>RSS Feed
<ul id=”nav”>
<li<? echo (is_home())? ‘ class=”current_page_item”‘ : ”; ?>>/”>Home
<?php wp_list_pages(‘title_li=&depth=1’); ?>
</div><!– end page-navigation –>
‘Can anyone please help me out as to why it brings me to a “page not found” page when trying to go back to “home?” thanks.
-
-
hello, thank you for your reply. I currently have it on a test server that you need a username and password to get into, is there a way I can share it without a username/password prompt?
-
You are in the wrong forum and need to be over at WordPress.ORG instead, as our software is quite different here. See this for details:
https://en.forums.wordpress.com/topic/please-read-me-first-before-posting?replies=1
-
- The topic ‘navigation link question’ is closed to new replies.