This is because you call get_header() which already require your theme header.php, in which the meta tags are defined.
You should learn how to use get_header() in the WordPress Codex
To summarize:
-
You must rename your
wp-blog-header.phpfile toheader-blog.phpand place it in your wordpress theme directory. -
Then you can require it using this function :
get_header('blog').
If your header is the same on everypage, you can just replace the header.php and call it with get_header().
Related Posts:
- is_singular() not working if called via callback function of admin-ajax.php
- Prepend regular Posts with custom slug, without affecting Custom Post Types?
- Custom post-type in root directory, blog posts in subdirectory
- How to post twitter like updates on wordpress
- Blog page showing same content as homepage
- How to create Blog Post Specific Widget
- Display Only Certain Category In a Custom Page Template
- Add Pagination in custom Blog page template
- Post display in separate page [duplicate]
- Excert ( the_excerpt(); ) Not working properly
- Add /blog to the “post” post type url
- Wp-theme Development
- Custom post type disappeared in wordpress when I transferred theme to Showit
- How to disable generation of default image sizes for some custom post types?
- How to connect different CPTs together?
- How To Remove These Stuffs From Custom Post Type List Screen?
- Exclude a category from WP_Query
- Check if post type has term
- Setting up custom post type archives in WP3.1? Any luck?
- Query custom post type by custom field
- Hierachical Custom post types permalinks not working
- WordPress custom taxonomy URL rewrite on spelling errors
- Include post id[s] into WP_Query()
- TV Show database – Best way for structuring it?
- Defining a default page for custom post type
- Using Offset in Custom Post Type Query
- How to let custom post type posts show in standard post archive (like in homepage)?
- Get post info inside modal window?
- Custom Post Type single and archive pages are not working
- Add Taxonomy Values Within a Custom Post Type RSS Feed
- is_singular just won’t work [closed]
- Add multiple custom post types in functions.php, but only one custom post type show in dashboard
- Disable feeds for specific custom post types
- After deleting a post are terms, and custom meta deleted?
- How to use custom post type APIs, but use a different db table
- 1 day after custom date change post status to draft
- Unable to get paginate_links working with a custom query [duplicate]
- Different permalink for CPT and regular Posts/Pages but why?
- Custom Taxonomy term archive template
- Populate Custom Fields in a Custom Post Type?
- Cron job for creating posts not excecuting properly
- Unable to get Custom Plugin Options data
- WP-ADMIN – Listing all CPT in “posts” listing
- How to have this permalink structure: post_type/postname/custom_inner_page
- Using a custom post type for an RSS feed only
- Edit Custom Post Type on Custom Admin Page instead Post Admin
- Best structure / rewrite rules to achieve the following url
- I don’t understand why use array inside the add action hook to create custom post type using object oriented way
- Enable taxonomies by post type in an array of CPTs
- Programatically inserted posts not showing in Posts Table
- Can’t use pagination with custom taxonomy
- Hide specific taxonomies from a taxonomy list using ‘get_object_taxonomies’
- Custom post type paging 404 error
- Targeting categories in custom fields
- Script doesn’t trash custom post types. Instead it duplicates the post and generate new versions in the trash
- How to export custom post type with ACF to individual file with automation?
- Custom pages missing on “front page” setting
- Display post from custom post type
- Multiple archives to display parent and subcategories content
- How to List Custom Post Type Titles Based on Theirs Taxonomy Terms Inside a Nested Loop
- Passing variables through permalink structure in custom post types
- Insert into post button missing on custom post type
- Custom taxonomy and post type rewrite rules
- Custom Post Type – Upload Form
- Listing authors and date archive from custom post type
- Filtering custom post pages
- Clone wp-admin/users.php (Users Admin Page)
- WordPress not respecting template hierarchy
- How do I Create Single template for custom post type with a custom URL?
- How to check for duplicate record before saving a Custom Post Type
- How do I query with multiple custom fields orderby in same column?
- Display a list of sub-pages of Custom Post Type Parent Page
- test if something is a post or a taxonomy
- Categories manage
- Front End users account with lots of user Roles (not Woocommerce)
- Get post from Category by Priority
- Excluding category from loop not working
- Custom Post – additional param in the custom post URL goes to error page
- Foreach in get_post_types to apply a different filter per post type
- CPT url rewriting : regular posts return 404 error
- conditional based upon the count of current user’s published custom posts
- Two plugins sharing the same custom post type registration
- Custom post type archive URL
- Custom metabox fields not saving when limited to a certain CPT
- Custom Post Type & Page Template
- tax_query showing no results
- Display posts from category in page
- Configure which plugin custom post types get registered
- ‘Blog Archive’ suddenly appeared on custom post type; how to remove
- How to filter posts by categories?
- get tags from custom post type
- Custom meta box includes
- Query Custom Post Type by Tag
- How to create a custom post while submitting the form
- Highlight specific menu item when custom post is page
- Output assigned custom taxonomy to custom post type
- Custom Field Search
- Archive pagination – second page shows exactly the same posts
- Have Custom Taxonomy Slug Fall Under Custom Post Type Slug
- Code output help please! WordPress> ACF > Relationship > Post Object