rockn4him
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Kimili Flash Embed] Changing default values for attributesThanks for the reply. So i browse through that php file, but I’m not exactly sure what to change, to change the default value. i.e. I couldn’t find where to the default value was assigned.
Forum: Fixing WordPress
In reply to: Want to list only 1 category and it’s children in the sidebarYeah, I do call a custom sidebar just for that category. The problem is I if use the “include” argument it only includes that one category and NOT the children. If I use the child_of argument it only shows the children. Looking for an argument that would include 1 category and it’s children only
Forum: Fixing WordPress
In reply to: Displaying categories on pages and moreYeah, I’ll make a diagram for you this weekend. I’m on call tonight so I won’t be able to get to it. Thanks for your help so far.
Forum: Fixing WordPress
In reply to: Displaying categories on pages and moreOkay I’ll try:
Say I have posts from category X. When I click on that category, the normal structure of displaying a post is, post title, then post contents, next post etc… So I’d like to also have a link which displays the same category X, without the post title. So it’d just be, post contents, next post etc… In summary what I need is 2 links, each to the same category, but displayed in a slightly different way.
The second question is: Can I display 2 (or more) categories post simultaneously? Example: Say I want to display only the posts from cats 1, 4, and 30. How would I make a page or create a url to do that?
hope this helps.