The listing tag has no wiki summary.
0
votes
0answers
22 views
How to filter a job search by city and state in a job board like Jobroller?
I'm working on a job board for a client using Jobroller. The client wants on the sidebar buttons representing states and when clicked on, display job listing based on that city. I read that Jobroller ...
6
votes
1answer
132 views
Listing of all uploaded files in network sites
Can I list all files uploaded by users in Network sites? In Multisite each user can manage their files with their own blog but the Super admin can't monitor all the uploaded files...how can i do that? ...
0
votes
1answer
42 views
Listing wordpress users with a search function
I'm having trouble finishing off this code that I adapted from Cosmoslabs excellent tutorial. Everything is working (listing and pagination etc) except the search function whic is returning nothing ...
2
votes
2answers
108 views
List Child Pages of Parent Parent Page (Child pages from Grand Parent)
OK I'm doing a a menu (sidebar menu) that will display this all child pages of parent page (currently open)
Parent
|-Child 1
|-Child 2
|Child 3
but in same time when someone is in bolded page ...
1
vote
4answers
434 views
How only display all post related to category
I'm trying to make a custom template for my category pages that only pulls in post under a specific category. At the moment, I am only able to pull in all post and not category specific...
My code so ...
1
vote
0answers
109 views
Show Custom Taxonomy Categories, Listing of Posts, and Single Post via AJAX
I need to be able to do the following:
List all terms in a custom taxonomy (categories for custom post type)
When a user clicks on a category, a listing of all posts in that category appears
When a ...
2
votes
4answers
5k views
WordPress product catalog site
I need to create an e-commerce site with WordPress, but not 100% e-commerce. It is just a catalog site without shopping cart. Users can see various products on the site, for example, car showcase ...
0
votes
0answers
41 views
apply changes via ajax in plugin [closed]
I'm writing a wordpress plugin where registered users with a specific role are listing, but I can not run that for each user, the admin can update the data in the user profile without leaving the ...
0
votes
1answer
287 views
Latest posts by category — how to exclude current post?
This is the code I use to display the 4 most recent posts under the category the current post belongs to (right below the current post):
<?php if (is_single()) : ?>
<?php
$count ...
0
votes
1answer
58 views
How to create custom post listing in the admin?
I want the defult CPT listing to include not all posts but only some, according to a specific taxonomy.
is there a way to do that ?
0
votes
1answer
3k views
How to display posts by current user/author in a custom page template?
I am a trying to create a dashboard like custom page template that list post of of the current logged in user. I've tried to find a solution on the net. but none were appropriate
0
votes
1answer
266 views
How to list “invisible” Auto Drafts?
I noticed that when starting to create a new post, and only attach images and then when leavning the post for some reason, it won't show up in the list post view. However when you look in the Media ...
1
vote
1answer
1k views
How to use WP default post list tables in a plugin?
I'm developping a plugin to manage a base of users and I'd like to show them in the same type of table used in other parts of the WP admin (post lists, user lists, etc.), I'd like to have the same ...
0
votes
1answer
56 views
Structure with category setting
OK, it's more a philosophic question that a programming question, but at the end it will have a huge impact on code...
I have 5 main product, a,b,c,d,e
those 5 products have options
those products ...
0
votes
3answers
483 views
Listing all sub-pages?
I'm wondering how to write a list of sub-pages of actually visited page.
So I have 2 pages and 3 sub-pages for each:
Colors [page]
- Red [child of Colors - subpage]
- Blue [child of Colors - ...
1
vote
2answers
1k views
WordPress for a business catalog site
I am completely noob with WordPress so I apologize in advance if my questions sounds completely stupid.
Background
I have a small business catalog site that I wrote long ago in plain HTML. Now I ...
