Tagged Questions
1
vote
1answer
639 views
Automatically exclude categories from metabox based on title
I am designing a website which will be used as a school PA system. Users will be posting entries into categories named for specific dates that correspond to school assemblies. We have two assemblies a ...
0
votes
1answer
292 views
Post thats in Two Categories, only want to display name for one
In my Wordpress site I've created, I'm having issues hiding or not displaying one of the category titles I set up. I'll try to explain better.
Wordpress Admin Side
I have a post that is in two ...
1
vote
1answer
984 views
plugin for wp_list_categories with posts
Is there a parameter that can be passed to wp_list_categories, to get a certain number of posts from each category? Or a plugin that does something like that? A similar question was in the Wordpress ...
0
votes
3answers
655 views
Show posts on a page based on a category and tag(s)
I have been looking all over the internet for this, and have not yet found an answer I could use.
Found out that I may can use something called query_posts or get_posts, but I have no idea how to use ...
0
votes
3answers
364 views
How can I create a permalink with two categories, with the order based on the parent category?
Basically, I'd like to create a category permalink like example.com/books/adventure without having to make adventure a child-category because it will apply to other categories as well.
So the end ...
1
vote
1answer
989 views
Best and Cleanest way to remove /category/ from category permalinks? [duplicate]
Possible Duplicate:
Remove parent category from permalink? Basically only have the child category?
We've seen plugins to do this, and a lot of people with different code modifications. We ...
0
votes
3answers
541 views
How to setup a membership system in Wordpress?
I have been setting up a wordpress for a business memberships, where the business sign up and list their company information to our site. Once they become a member their company listing and what they ...
1
vote
2answers
2k views
Query posts by category AND custom field, then ORDERBY another custom field - help!
OK I need to query posts using the following criteria:
category_name=office,
meta_key=featured_post,
meta_value=Yes
and order these results using a second custom field which has a numerical value
...
1
vote
1answer
804 views
Custom sidebar category listing?
I am trying to make a custom Category Display on my side bar and for that I need some way to get both, the category list and the child list in 2 different arrays or something alike...
First, I tried ...
1
vote
2answers
111 views
My Category is too big on the Menu what can i do?
Currently I have a small amount of 100 categories and my MENU goes crazy big and I would like to be able to do 2 things if possible:
First category menu with limited amount categories sorted by hits
...
5
votes
1answer
402 views
How to get current_cat in navbar, in single post
In a site I have using Wordpress 3.0, when I'm in a single post, the navbar showing the categories doesn't give the parent category the class of "current_cat" and therefore that category is not ...
5
votes
3answers
1k views
Decreasing the Memory Consumption of a WordPress Site?
The test site requires a lot of memory when viewing some category/archive pages.
I met with the following error messages yesterday:
Fatal error: Allowed memory size of
33554432 bytes exhausted ...
4
votes
2answers
1k views
How can I get posts in a subcategory to display on it's parent categories archive page?
Currently when you display an archive category page, it only displays it for the main parent, and doesn't display any of the posts that may be in the subcategories under it's parent. How can I alter ...