customizing wpmu-nelo

jcnjr
Expert
Super Volunteer

Member    Likes (0)

Greeting and thanks for all the hard work. I'm overhauling our site using Nelo as the new main blog's theme and have a couple questions (so far):

1. Perhaps a silly question, but is it possible to still have a "blog homepage" on a separate page when using a Custom Homepage configuration for the Home page? For instance, using Mandigo theme, we currently have Reading settings set to static page for Home, with the most recent blog entries (Blog Homepage) on the "News" page. We would like to use the Nelo Custom Homepage configuration with custom post and recent posts links, but also keep the News page that shows all the blog entries which members are accustomed to seeing. Am I making sense?

2. Is there a way to hard code additional links into the header navigation? We'd like to add links to a few of our own Featured Blogs and a "Join" link in the header. Mandigo allowed us to do this by hardcoding additional items in the header nav list. But when I attempt to do this as follows, the words just run together and are out of alignment with the other pages...

<div id="navigation">
<ul id="nav">
<li><a>" title="Site Home Page">home</a></li>
<?php wp_list_pages('title_li=&depth=0'); ?></p>
<li>gear</li>
<li>gifts</li>
<li>etc</li>
</ul>

I've had it with Mandigo and am looking forward to cleaning up our site and underlying code. Any feedback is greatly appreciated.

EDIT: Sorry, that was the only way I could get the example code to show without actually creating a bulleted list.