Newbie questions
-
I am installing wordpress to use as a CMS for the main content but also for the blog of the website.
Integrating wordpress into my xhtnl file works fien apart from one thing, on my navigation list I have this before it
<li class=”pagenav”>Pages
Is there any way to remove that so my navigation pulled by
<?php wp_list_pages(); ?>
doesn`t display that and the trailing ?
Also, wordpress has been installed on the root, I want the content pages of the website to be displayed as http://www.mysite.com/page1/ so used the permalink markup
/%postname%/
which works fine, however I want the blog (posts) to be of the format http://www.mysite.com/blog/post1/
Is this possile to seperate the pages and the posts to display different urls and administer them from the same wordpress installation?
Thanks for any help
The topic ‘Newbie questions’ is closed to new replies.