Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Wordpress Static pages

  • 12-04-2009 12:20am
    #1
    Closed Accounts Posts: 49


    Hi folks,

    Have been messing around a bit with wordpress using it as a static website, have used the option on version 2.7 to use a static page as the homepage and then a seperate page for the blog however on my navigation I have an option for "home" and then also the page called "home" I created to use as the static page for the homepage of the site. How do I get rid of the original "home" tab or change things so there is only one and that it acts as the home page for the site.

    Thanks


Comments

  • Registered Users, Registered Users 2 Posts: 1,757 ✭✭✭Deliverance XXV


    It depends on the template you are using but generally...

    Log in:
    Go to: appearance > editor > select header/header.php (depending on your template) and look for the second 'home page' on it.
    The code will be something like

    [HTML]<li class="page_item"><a href="<?php bloginfo('url'); ?>">Homepage</a></li>[/HTML]


    Just change the 'homepage' to 'news' or whatever you want it for and then update file.


  • Closed Accounts Posts: 49 Party Central


    Thanks for that, came across the solution afterwards here :

    http://www.nagornyy.com/?p=225

    But it says to comment out the line rather than change it to anything which seems to work fine.


Advertisement