• Hi,

    I have two problems that I can’t seem to fix – any help much appreciated! I am using Clean News theme…

    1)There is a ‘categories’ label next to, and in the style of, the page headers. Can anyone tell me how to get rid of it. have been searching for some time but to no avail!

    2)Is there any way to make the page titles along the top (please see https://www.ruthstokes.com) different from the title that shows at the top of the actual page when you try and read it? For example, I would like the title above whatever I write on the home page to read Every Word Counts, but the actual page tab in above in the header to read Home.

    Thanks in advance for any thoughts!

    Ruth

Viewing 6 replies - 1 through 6 (of 6 total)
  • To get rid of the categories drop down menu go to header.php, look for this line of code <?php wp_list_categories(‘orderby=ID&show_count=0&hide_empty=0&hierarchical=1’); ?>
    and delete it.
    If I were you I would copy it first just to be on the safe side.

    I am not clear on the second part.
    You want a link to home to have links to posts?
    The links across the top are to pages.
    If you make posts they won’t show up there.

    Hope this helps.

    Thread Starter ruthstokes

    (@ruthstokes)

    Hi Marjiec,

    Awesome, thank you so much! Can’t believe how obvious these things seem once you know how…

    On the second point – no that’s not it…sorry I didn’t explain myself very well.

    I realise the links across the top are to pages and that’s fine and I don’t want to add posts. My problem is that whatever I’ve chosen as a name for that page also comes up as a header above the rest of the text in the actual body of the page. I was wondering if there is a way to stop this happening?
    Does that make any more sense?

    Thanks so much,
    R

    Try this
    h1.posttitle{display:none;}

    Thread Starter ruthstokes

    (@ruthstokes)

    Sorry, which theme file is that in?
    Header.php again?

    Cheers,
    R

    Thread Starter ruthstokes

    (@ruthstokes)

    I see…in the style section right…am trying it now

    Thread Starter ruthstokes

    (@ruthstokes)

    Thank you – it worked!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Seperating page titles from headers deleting question’ is closed to new replies.