Cutline Theme Support Forums » Cutline Theme Support Forums

Pages?

(16 posts)
  • Started 2 years ago by JoelHeffner
  • Latest reply from sadder
  • This topic is not resolved

  1. JoelHeffner
    Member

    I seem to be missing something. I just installed Cutline. When I click on the About link I get an error message. When I add a Page, nothing apparently happens. What am I missing when it comes to pages? Thanks.

    Posted 2 years ago #
  2. chmura
    Member

    I am having the exact same thing happening to me and I hope someone here knows why.

    Posted 2 years ago #
  3. Pray

    Posted 2 years ago #
  4. You should need to just add a page called Archives and About and those links at the top will work

    Posted 2 years ago #
  5. But how to add new pages? And how to rename these "Archives", "About" , "Front Page" ?

    Posted 2 years ago #
  6. Y'all need to read the "how to's" of this theme a little more carefully.
    Here's what you do to make your pages actually operational in Cutline:
    1.) Open header.php
    2.) Find <div id="container">
    3.) Somewhere under that find:

    <ul id="nav">
    		<li><a <?php if (is_home()) echo('class="current" '); ?>href="<?php bloginfo('url'); ?>">Home</a></li>
    		<li><a <?php if (is_page('about')) echo('class="current" '); ?>href="<?php bloginfo('url'); ?>/?page_id=xx/">about</a></li>
    		<li><a <?php if (is_page('my-page')) echo('class="current" '); ?>href="<?php bloginfo('url'); ?>/?page_id=yy/">Title of a page</a></li>

    page_id=xx (this info you'll find in your WP dashboard when you go to manage your pages. WP automatically assigns this number (xx). Same is true for page_id=yy. In other words, with Cutline, it's not enough to just write a new page in your WP admin area. You need to modify your header.php file as well.

    Good luck.

    Posted 2 years ago #
  7. Actually you don't need to change the php.
    Go to Write and make a page called Archives. Down the right side of the 'write page' template you will see Page slug, which should have 'archives' written there. Publish the page. Repeat for Sitemap and About.

    Posted 2 years ago #
  8. ozw,I need to do that only if I WANT make Archives and About pages. :) I just want to get them away because I don't need them. :) And also there is question about how to rename "Front Page" ? My main language isn't english and the whole site will not be in english too.

    MarkA, thanks for advice. I will try my best :D

    Posted 2 years ago #
  9. I founded something like that:

    </div>

    <ul id="nav">

  10. href="<?php bloginfo('url'); ?>">front page
  11. href="<?php bloginfo('url'); ?>/archives/">archives
  12. href="<?php bloginfo('url'); ?>/about/">about
  13. <li class="rss">">RSS

Posted 2 years ago #
  • EIPIRadio
    Member

    ok it looks that i finally sort this thing out. thanks again. :)

    Posted 2 years ago #
  • zebmacahan
    Member

    Greetings!

    Speaking of using page names (slug names) rather than page ids. It is important to note that no reference to e.g. "/about" or "/archives" will work UNLESS you also change the default permalink behaviour to "Date and name based".

    You do that in wp admin under Options/Permalinks "Common options" section. Or simply go to this page (reference relative to your WP installation): "/wp-admin/options-permalink.php".

    Best Regards

    //ZM

    Posted 2 years ago #
  • Michael
    Member

    Assuming I understand the questions, here's what I did: I followed the instructions to fix About etc. for Pearson's Copyblogger...

    http://www.pearsonified.com/theme/copyblogger/header-navigation-links/#more-8

    If you don't want the About or anything else at the top, delete those lines in the header.php file (go to Presentation in WP, followed by Theme Editor, then select Header.

    First thing first: Cut and paste the Header file into Notebook or other text editor. Then make your changes in the Header file and if those don't work, you always have the original file to fall back on.

    Posted 2 years ago #
  • tulinking
    Member

    [url=http://www.silicone-cases.com/iPhone-silicone-cases/]iphone silicone cases[/url]
    [url=http://www.silicone-cases.com/HTC-silicone-cases/]htc silicone cases[/url]
    [url=http://www.silicone-cases.com/BlackBerry-silicone-cases/]blackberry silicone cases[/url]
    [url=http://www.silicone-cases.com/LG-silicone-cases/]lg silicone cases[/url]

    Posted 8 months ago #
  • facialtissue
    Member

    Cool comments. Big thanks for all visitors and for author. I love this site!!!

    Posted 2 months ago #
  • HandSanitizer
    Member

    Thanks for a great time visiting your site. It's really a pleasure knowing a site like this packed with great information.

    Posted 2 months ago #
  • sadder
    Member

    Thankx for the suggestions and codes.

    Posted 1 month ago #

  • RSS feed for this topic

    Reply

    You must log in to post.