• Hi,

    I’ve a blog at https://www.theblackwaterfall.com and I’m using an old version of the journalist. I’ve a few questions about titles and organisation that I hope someone can help me with. Firstly, I’d like to remove the ‘Pages’ title from my sidebar. I’ve looked at the code via the dashboard in the sideboard template and I can’t find the pages title code. Secondly I’d like to create another static title/ heading in place of the ‘projects’ link as at the moment it leads to a page in itself rather than functioning merely as a title. the other thing I’d like to know is once I’ve created various titles/ headings then how do I order/ sequence them around the sidebar? I’ve searched the forums for this and although its very simple I guess and there’s lots on very similar stuff I cant quite find the answer I’m looking for. Thanks for your help in advance.

    Best wishes,

    Christian

Viewing 5 replies - 1 through 5 (of 5 total)
  • Firstly, I’d like to remove the ‘Pages’ title from my sidebar.

    Try looking for <?php wp_list_pages();?> in sidebar.php and changing it to `<?php wp_list_pages(‘title_li=’);?>

    Secondly I’d like to create another static title/ heading in place of the ‘projects’ link as at the moment it leads to a page in itself rather than functioning merely as a title.

    I don’t think that’s possible using wp_list_pages().

    the other thing I’d like to know is once I’ve created various titles/ headings then how do I order/ sequence them around the sidebar?

    Not easily with that theme. You might be far better off using Twenty Ten (or a child of Twenty Ten) to gain access to custom menus. I’m assuming that your current theme doesn’t support custom menus.

    Thread Starter Christian_Petersen

    (@christian_petersen)

    Thaks for this Esmi, much appreciated, have a nice evening…cheers, Christian

    No problem. ??

    Thread Starter Christian_Petersen

    (@christian_petersen)

    Hi Esmi, i just tried this and it didn’t work. I’d like to remove the word ‘Pages’ from the top of my pages column in the sidebar and also learn the code for creating a title (it this the write word: the bold words on top of nested lists eg. pages, categories, archives etc.. Thanks, Christian

    What didn’t work? As for the titles in the sidebar, try checking the relevant Codex page for that function.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Titles and headings’ is closed to new replies.