sjfbarnett
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 404 constantly appearing when postingI’d rather not have to change the permalinks and lose any links to these pages.
This was happening before I updated to 3.0.5. The last version I had installed was 3.0.1. Same thing…
Forum: Fixing WordPress
In reply to: Child pages not appearing properly in main navigationsweet. Thanks so much.
Forum: Fixing WordPress
In reply to: Child pages not appearing properly in main navigationok, this is what I’ve found, but doesn’t this make sense that it *would* look like this?
wp_list_pages(“child_of=$last_ancestor&title_li=&echo=0&sort_column=menu_order&depth=1”);
} else {
$sub_pages = wp_list_pages(“child_of=$post->ID&title_li=&echo=0&sort_column=menu_order&depth=1”);
}if ($sub_pages) {
?>
<div id=”sub_navigation”>-
<?php echo $sub_pages; ?>
<br class=”clear” />
</div>
<?php } ?>Forum: Fixing WordPress
In reply to: Child pages not appearing properly in main navigationThanks for the reply.
I wish I knew more about the coding aspect of this. It was my developer that built the site.
I found this in my header.php, does it make sense?
<li class=”blog<?php echo $blog_link_class; ?>”>What’s New
<?php wp_list_pages(“title_li=&sort_column=menu_order&sort_order=ASC&depth=1&exclude=292”); ?>
<li class=”model_login”>Model Login