+ Reply to Thread
Page 2 of 2 FirstFirst 1 2
Results 11 to 17 of 17

Thread: Static Home Page?

  1. #11
    Join Date
    Jan 2010
    Posts
    5

    Default deleting "front page"

    This thread has been helpful. I've created a static page using the instructions here (thanks!), but now there is a "front page" link and a "home" link in the nav. Does anyone know how to delete "front page" link?

    I currently use WordPress.com, not .org, so I'm not sure if I need to switch to dot org and get hosting in order to make this change. Thanks for the help!

    Site is http://scottquill.com

  2. #12
    Join Date
    Feb 2009
    Posts
    605

    Default

    I'm not sure if the feature has been added but there is supposed to be a Menu Management system coming with the new version of WordPress, and it should be integrated into WordPress.com soon. That should help you take away menu items you don't want. You might want to consult their support for that.

    The other thing is getting a custom CSS upgrade (paid) and adding a rule that hides that specific link visually.

    The procedure is different on WordPress.com than WordPress.org AND they maintain their own version of Cutline, not us. So again, might be best if you consult with their support about this.

  3. #13
    Join Date
    Jan 2010
    Posts
    5

    Default

    Great - thanks. I have the custom CSS upgrade, but I'm not sure how I would go about creating a rule to hide the link. Sounds like the new Menu Management system should allow me to take care of it though. I checked with WP.com support and the new features have not been added but will be coming to WP.com. Thanks again.

  4. #14
    Join Date
    Feb 2009
    Posts
    605

    Default

    If you can wait for that, maybe you don't need the CSS upgrade after all. But try something like this:

    Code:
    ul#nav li { display: none; }
    ul#nav li.page_item { display: inline; }
    Assuming the Front Page link is the only one without the page_item class.

  5. #15
    Join Date
    Jan 2010
    Posts
    5

    Default

    That did the trick. Thanks so much for your help!

  6. #16

    Default

    I think Elegant Word press themes, is the place to get your dream themes. I have a pleasant experience of visiting This web site and i found it really exciting.This web site is dedicated to provide you with the latest themes with vivid and exciting color contrasts. Some of the themes that are made available for you are based on the real life objects.
    http://www.elegantwpthemes.com/

  7. #17
    Join Date
    Feb 2009
    Posts
    605

    Default

    James, where are the Cutline mods?

    Quote Originally Posted by JamesCConant View Post
    I think Elegant Word press themes, is the place to get your dream themes. I have a pleasant experience of visiting This web site and i found it really exciting.This web site is dedicated to provide you with the latest themes with vivid and exciting color contrasts. Some of the themes that are made available for you are based on the real life objects.
    http://www.elegantwpthemes.com/

+ Reply to Thread

Similar Threads

  1. Title not showing on front static page
    By antorera in forum Bugs & Fixes
    Replies: 10
    Last Post: 02-01-2010, 12:40 PM
  2. side bars on home page messed up
    By johnhenderson in forum Sidebar
    Replies: 2
    Last Post: 11-02-2009, 04:29 AM
  3. How do I link to home page from masthead image
    By bergie812 in forum Header & Nav Bar
    Replies: 2
    Last Post: 08-19-2009, 01:35 PM
  4. Clickable Link on Home Page
    By rossgill in forum Community Exchange
    Replies: 1
    Last Post: 08-14-2009, 12:37 PM
  5. Template version on home page
    By Robert_R in forum Community Exchange
    Replies: 1
    Last Post: 05-30-2009, 06:53 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts