• I would like to add another “page” to my blog. I don’t want it to be an entry, though. I’d just like it to say “forums” and link to https://www.brent0n.com/forums/
    (wordpress directory is just https://www.brent0n.com)
    I’m not sure how I would go about that, and I apologize if the thread is redundant, I checked and didn’t see anything relevent, and wasn’t sure what key words I would have searched with.

Viewing 8 replies - 1 through 8 (of 8 total)
  • If you want it in your sidebar take a look in your sidebar file and throw it in there. If you wanted it in your header take a look in the header file and put it in there.

    Thread Starter brent0n

    (@brent0n)

    well, i’m not sure what exactly i would put into the header to make the link look like one of the other tabs.

    Mine says:
    Fatal error: Call to undefined function: add_thickbox() in /home/owner/domains/theblog.com/public_html/wp-admin/page-new.php on line 10

    So. What is suggested that I add inside () at add_thickbox()

    I found line 10 in wp-admin/page-new.php

    buuuuuuut . . . .

    suggestions? nebodeh?

    OR do I go to wp-admin/header.php

    and change require_once

    to

    require_twice

    ??

    Not confused, just stupid but curious cos I wanna.

    Thread Starter brent0n

    (@brent0n)

    …way to hijack my thread

    Thread Starter brent0n

    (@brent0n)

    anyone?

    brentOn – Write > Page
    add title and in post area, add text and link to Forum.

    Thread Starter brent0n

    (@brent0n)

    that’s not what i was looking for. i do have advice for anyone else looking to do the same thing though. i figured it out with help from a friend.

    <ul style="width: center; margin: 0 auto 0 auto">
    <li><a href="<?php echo get_settings('home'); ?>" accesskey="H">home</a></li>
    <?php wp_list_pages('title_li=&depth=1' ); ?>
    <li><a href="LINK">text</a></li>
    	   </ul>
Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Adding a page…’ is closed to new replies.