Adding “Home” tab
-
Hey
I want to add a new tab “Home ” which links to the main page ie ardentgooner.wordpress.com
When a person is on another page , he should be able to go to the main page by clicking on that “home” tab. Is it possible to link the tab to the blog address?The blog I need help with is: (visible only to logged in users)
-
-
Kanata has no “Home” tab. The header file where the Home tab SHOULD be looks like this:
<body>
<div id=”container”>
<div id=”header”>
<h1>/”>
<?php bloginfo(‘name’); ?>
</h1>
<div class=”description”>
<?php bloginfo(‘description’); ?></div>
<ul id=”top_pages”>
<?php wp_list_pages(‘title_li=&depth=1’ ); ?></div><!– header ends –>
<div id=”content_wrapper”>What line of code do I need to include/adjust to make a Home tab show so that when visitors view my About page they can click on the Home tab to return to the loading page?
-
@triblu, We don’t have access to the HTML/PHP script files here so you are in the wrong forum and need to head over to http://wordpress.ORG/support/ as that blog is self-hosted and self-hosted wordpress blogs using the software from wordpress.ORG are supported there.
This is the forum for people hosted here on the wordpress.COM free hosting service and things here work differently and our answers typically will not work for you.
If you do not know the difference, see this sticky thread from the top of the forums: https://en.forums.wordpress.com/topic/please-read-me-first-before-posting?replies=1 .
-
We cannot answer technical questions without a link to the blog, starting with http, and Kanata is not one of the themes offered at WordPress.com, so I’m thinking perhaps you need to be at WordPress.ORG instead.
-
- The topic ‘Adding “Home” tab’ is closed to new replies.