brent0n
Member
Posted 3 years ago #
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 http://www.brent0n.com/forums/
(wordpress directory is just http://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.
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.
brent0n
Member
Posted 3 years ago #
well, i'm not sure what exactly i would put into the header to make the link look like one of the other tabs.
whenyou
Member
Posted 3 years ago #
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?
whenyou
Member
Posted 3 years ago #
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.
brent0n
Member
Posted 3 years ago #
...way to hijack my thread
brent0n
Member
Posted 3 years ago #
brentOn - Write > Page
add title and in post area, add text and link to Forum.
brent0n
Member
Posted 3 years ago #
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>