I am trying to understand what will happen if I implement the changes to index.php that you have made. Won't changes made to index.php effect the entire site?
Let me try to better explain the goal...
Instead of the categories simply acting as a sorting function I would like to set it up as follows...
Homepage:
Has a static section div in the top of the middle section allowing me to add whatever content I want.
After this section, I would include posts and comments related to them associated with the category "Featured".
Page 1
Has the same header, sides and footer as all pages but the posts section is as follows:
1. Starts with a static area that I can change at will which is used to describe that page. This is the Div container I was talking about.
2. Below that container you would see the Posts and Comments marked Category 1.
Page 2, 3 and so on would have the same layout so that I could include some static information followed by posts and comments for category 2, 3 and so on.
I want to know how to basically do two things:
1. How to include a div container into the template that would be positioned in the center section right above where the posts begin. This would allow me to summarize the purpose of each page before the posts begin...
2. I want to know how to make each page show posts only for a set category. ie, page one is called "Parent Humor" and it consequently only includes category items set to Parent Humor. Sounds like Page2Cat can do this but I could not find that plugin? I found similar, unsupported plugins only. This would have to be something I could do for multiple pages and not just the main page of the site.
Sorry If I have been unclear before but I sincerely appreciate your support!!! If I can get this working the way I need I plan on making regular contributions to you!
If needed, you can email me at
novelljeff@yahoo.com and we could take this offline. I could even give you my cell phone through email to discuss further.