The type tag has no wiki summary.
0
votes
2answers
900 views
Custom Post Type Pagination 404 Error (if paged>=2)
I coded a WordPress theme. I added a Photo Gallery with custom post type. But if paged>=2, it gives 404 error. I'm gonna be mad. :( Help please. And sorry for my bad English. Add me on MSN. ...
-1
votes
2answers
386 views
Different user type , different profile fields buddypress
I have a buddypress site build for a social media for Entrepreneurs and workers to help each other. now, this site can have different user types and according to type, different profile informations, ...
0
votes
1answer
186 views
Custom Post Type Rewrite To Include Parent Page(s)
I have a page title "more" with subpage "cities-guide". Said "cities guide" page has a loop that pulls in posts from custom post type "thailife_city_guide".
My permalink structure is ...
1
vote
0answers
39 views
Need help enqueueing webfonts
I am attempting to enqueue web fonts that I am loading in via the WebINK font library. (This service is similar to Typekit). This service works by generating a unique CSS link for each unique site. I ...
1
vote
0answers
199 views
show custom post type category dropdown sorting result on same page
I made a custom post type "kaubad" and i also want to add sorting option on website front end - users can select between this custom post type categories.
here is screenshot about what i want to do. ...
0
votes
0answers
34 views
custom search in theme doesnt work
the theme back end says Enable live search in posts and pages (post search is enabled by default).
check boxes are
Pages, knowledgebase, Articles,
Faq,
but they don't do anything. i think ...
0
votes
0answers
19 views
Add Custom Post Type Categories to General Categories
I've created three custom post types. I want them seen as general categories. I could not find a solution, can anybody help me?
Thank you.
0
votes
0answers
27 views
How can i retrive the movies, trailers, news in a single page using search
How can i retrive that. For a few month i build a website, and i want to make it diferent
For the search i have 3 post type, and i have for each diferent themes for display
- Movies
- Trailers
- ...
0
votes
0answers
14 views
How to display related post with custom post type detail page?
global $post;
$terms = get_the_terms( $post->ID , 'product_tags', 'string');
$do_not_duplicate[] = $post->ID;
if(!empty($terms)){
echo ...