Tagged Questions
0
votes
2answers
18 views
Notice: Undefined index: suppress_filters
I'm doing some de-bugging on a theme I'm working on and I'm hoping someone can help me please.
I used this function that Justin Tadlock made to display custom post types on the blog page and with ...
0
votes
1answer
69 views
Set a hard-coded page-template (post-type-archive) as home/front-page of my wordpress blog?
under Settings->Reading I can set which page should appear immediately when visiting my site as "home-page".
In my case I want the archive of my custom-post-type named "events" as home/front-page of ...
0
votes
1answer
96 views
Custom Post Types and 404 Pages
I have tried refreshing my permalinks but I still cant get this to work correctly.
I have the categories movies, gaming, blu-ray, and tv already created, so my URLs are site.com/movies/ for example. ...
0
votes
2answers
220 views
Displaying custom post type on front page
I added a new custom post type to my Wordpress theme but it refuses to show on the homepage. I tried setting
<?php query_posts( array( 'post_type' => array('post', 'reviews') ) );?>
but ...
0
votes
1answer
135 views
Hint for a Wordpress Theme Development - Homepage [closed]
I'm developing a theme for wordpress and would like to know the best way to show highlights on the home page.
Examples:
http://themetrust.com/demos/hero/ - What we do
...
6
votes
4answers
1k views
How do you use a CPT as the default home page?
I have a client who's site will be making heavy use of custom post types to configure their site. But I'm between a rock and a hard place for their requested home page.
In reality, the home page ...