brentnhunter
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to Add a Page Without It Showing Up As a TabIf I set a page as Private, will this do the trick? Setting a Page as Private makes it disappear but I’m wondering if other people will be able to access the page. Any input would be greatly appreciated. Thanks.
Forum: Fixing WordPress
In reply to: Must Be Simple — How Do I Post in a Page?Michael, this is a friendly follow-up… any thoughts would be much appreciated.
Thanks,
Brent
Forum: Fixing WordPress
In reply to: Must Be Simple — How Do I Post in a Page?Michael,
I found this at the bottom of header.php, is this what I was supposed to be looking for?:
wp_list_pages(‘title_li=0&sort_column=menu_order’);
Where would I put in the exclude=About clause?
FYI here is the overall section in that part of the code:
<div id=”tabs”>
<ul id=”page-list” class=”clearfix”><li <?php if(is_home()){ echo ‘class=”page_item current_page_item”‘; } else { echo ‘class=”page_item”‘; } ?>>” title=”Home” >Home
<?php
if($options[‘menu_type’] == ‘categories’) {
wp_list_categories(‘title_li=0&orderby=name&show_count=0’);
} else {
wp_list_pages(‘title_li=0&sort_column=menu_order’);
}
?>
</div>
<div id=”tabs3″>
</div>Thanks,
Brent
Forum: Fixing WordPress
In reply to: Must Be Simple — How Do I Post in a Page?You rock, thanks so much!
Brent
Forum: Fixing WordPress
In reply to: Must Be Simple — How Do I Post in a Page?Hey Michael, it works like a charm now. Thanks again.
I have another question though… right now my main page is also my “About” page. Do you know if there’s a way to hide the “About” tab that is on top of my site now?
Forum: Fixing WordPress
In reply to: Must Be Simple — How Do I Post in a Page?Cool, thanks Michael!
Forum: Fixing WordPress
In reply to: Problems posting to my blog using emailThanks, I read the post but the mail is on the server and I’m still having the same issue, nothing ever gets posted to my blog.
Forum: Fixing WordPress
In reply to: Not receiving blog by email? One solutionI am also having the same issue… any other ideas or suggestions?