You need to check in you theme parent folder templates called front-page.php
, home.php
and index.php
. WordPress in exactly this order is searching for files to use for your homepage. It seems that your template file is broken or has nothing between get_header()
and get_footer()
Related Posts:
- How to put custom post types on front page
- How to set a custom post type post as static front page?
- Should I use custom post types for a front page video feature (vimeo)?
- `post_type` => `any` not giving me my custom post
- Loop on front-page.php
- How to set up Custom Post Type archive page as Front page
- How to conditionally add Custom Post Type to Front Page
- Custom pages missing on “front page” setting
- Make pagination work as a carousel (custom query)
- List posts of custom post type under category name
- Static front page has page url not site url
- New WP_Query not isolating custom post types on front-page template
- Show custom category archive as front page and remove taxonomy slug from urls
- How to get post content by calling ajax?
- How to properly turn off REVISIONS and AUTOSAVE for whole site and optionally for a custom post type only
- Replacing the title in admin list table
- Order by & include array by specific post ids
- How to remove /blog/ prefix for custom post types in permalinks?
- Can I change a custom post type label from a child theme?
- How to model a hierarchy for courses, levels and lessons?
- Customize users’ capabilities to change a custom post’s post status
- wordpress plugin error handling
- The right way to create a custom search page for complex custom post types
- wp_generate_attachment_metadata gives me an empty array
- Custom permalinks
- WordPress 3.1 – How does one add sticky post capabilities to post types
- Delete all the custom post types when deleting user
- Custom Post Type Works but Still Shows “Page Not Found”
- order of date column in custom post type
- Maintaining WP_Query Relation Among CPT, Custom Taxonomy, Permalinks- CPT UI
- Add filter to wp_list_categories and query what type of taxonomy-terms it use?
- changing default comment form arguments [duplicate]
- Dropdown list of a custom post type
- Is there any performance consideration when using Custom Post Types?
- Change labels of custom post type via child theme
- How to display recent / random posts by its category
- Good way to store content and settings for an RSS plugin
- Exclude specific taxonomy term when using wp_get_post_terms
- Custom Post Type with metaboxes (no content) only?
- Querying Term Posts in Loop
- orderby in custom WP Query does not work
- Getting rid of /my_custom_post_type/ in the single view URL
- Dequeue scripts and styles only for specific custom post type
- One-to-many post relationships that are displayed by category (using posts-to-posts plugin)
- Custom Post Type And “fopen”
- custom types taxonomy hide_empty
- will post_id ever change? Can I safely use post_id for custom queries?
- How to set individual capability of post type in individual category
- wp_get_archives() not working for my custom post type
- Using advanced custom fields from one custom post type in another custom post type / using nested shortcodes
- Custom post URL 404 error
- Add Custom Post Type as top level menu item for a custom page
- Order by custom field meta_key date and then by custom file meta_key number
- How can I move (or create another) publish button?
- Wrap meta boxes & data handling for specific post types in classes?
- WP Query post__in not returning correct results
- get_the_post_thumbnail_url(‘full’) returns empty from custom post type
- Query multiple taxonomies with pre get posts
- A meta box (in a custom post type) with two different type of fields
- Give each post type label a different color?
- Custom Permalinks For CPT and pages with parent. Advanced WordPress
- How to add a filter to a custom post type to get adjacent custom posts via the REST API
- How to rewrite the post slug of a custom post type post
- I’m trying to create a custom version of the wp_list_authors function that includes custom post types
- Getting List of child terms from custom taxonomy parent
- Plain links in single-class.php and archive-class.php not working
- How can I get 3 different taxonomy type terms in a div class element?
- Getting titles from an array of IDs
- Custom post rewrite rule not working
- How to change CPT single post slug
- 2 Custom Post Types In 1 Archive Page?
- custom post type and user post count shortcode
- Why it doesn’t create a custom post type after form submitting
- What is the correct way that when creating a custom post type assign values to custom fields created with pods framework?
- Google analytics not picking up custom post type
- Guided post type create based on category tree
- Specific template for subcategory of custom taxomy
- Do not parse shortcode in CPT
- Advanced search form with multiple custom fields
- Custom Field Filter by Role – WordPress
- Convert Custom Post Data to Javascript Array for Autocomplete
- Adding Custom Taxonomy Along-with Post Name in Post Type Permalink
- Remove custom post type generated by a plugin (The Events Calendar) [closed]
- Show custom taxonomy not in submenu
- WordPress custom post type and page
- Highlight a Post on archive page if it has a new comment?
- Remove parent slugs from URLs on three customs posts types
- Custom post URLs
- I want to show specific parent terms child term with post list
- pre_get_posts not firing at all
- URL Rewrite Adjustment for Custom Post Type causes template to revert to index.php
- Custom post type rewrite with_front
- How to use wp query posts with current post meta value in text widget
- Why are my wp urls showing page not found?
- How do I display the index position of a post from a custom post type?
- Custom posts and custom taxonomies for many products and categories?
- How to retreive terms associated with a custom post type?
- Using tax_query to get single post per category
- Create taxonomy from Custom Post Type
- How to “Custom Post Type” as a non-programmer?