• Hey all,

    I’m trying to add some new pages into my theme, however. it adds a link to them all at the top of my site. https://feartheflames.co.uk

    Now this is all well and good for some of the pages, but I dont want a link there for every page, and ontop of that, when I get above one row of links, it then creates a second row, which messes up the layout on all the pages, except the Main Page.

    Currently Running: Dark Blix 1.4

    Does anyone know how I would solve this issue? if you take alook at the link I posted you can see what I mean ?? *Points to the About me, Gaming Persona, Links*

    Thanks in advance for any help you guys/gals can give ??

    Edit: I posted Originally in the wrong section =/ shows what a lack of coffee can do.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter feartheflames

    (@feartheflames)

    I did check that,

    However Dark Blix is running on its own Functions system.

    BX_get_pages()

    However, when trying to use the exclude pages code it gives me, it doesnt seem to want to understand it as code and simply posts the text into the document.

    I can post the code here if needed… but Im not that great with php when it comes down to this kinda stuff. so I can sit here and stare at it for hours and still not know how to solve the issue.

    Im simply trying to make it so that it doesnt list sub-pages… so I can just create links to pages on another page, rather then having all of them at the top…. for Example, Im trying to keep Gaming Reviews at the top, but remove Stalker, and simply link to stalker from the games review page with html… rather then having it link at the top of every single page.

    Compare the code for wp_list_pages() and BX_get_pages(), it’s probably similar and the function takes several arguments. The first is usually the text to appear above the menu, so leave that empty, BX_get_pages( ‘title_li=&sort_column=menu_order&exclude=17,38&depth=1’)` etc.

    Thread Starter feartheflames

    (@feartheflames)

    The command for excluding isnt just 1 line, its a whole block, like the get_pages thing…

    If I paste the code here, you think you could work it out for me Azaozz? Sorry to be a pain, If it was simple wp_list_pages I would have a play and try to fix it, however I have no clue what todo with this BX thing, it confuses the hell out of me >.<

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Too many Page Buttons =/’ is closed to new replies.