If you mean that the post shows up on the blog index and in the category index then that is how it is supposed to work.
Based on your statement that you “want [your] graphic design and [your] blog to be separate” then create a custom post type for your graphic design. Copy the “Books” post type from the Codex, place it in a plugin file, and edit the first parameter of register_post_type
and the $labels
values.
You will get a new menu similar to “Posts” and “Pages” for your “Graphic Design” and it will have its own archive page. It will be completely separate from your blog posts.
Related Posts:
- How do I check if I linked to a post before I delete it?
- disable password protected page for logged users
- Dynamically update post title in admin page
- How do I use inline SVG in WordPress
- Add a special filter link to All Posts in admin
- duplicate posts when trying to update a post using the wp_insert_post.
- Add custom field to all posts in specific category
- Hiding by default specific post status on backend list?
- “Uncaught SyntaxError: Unexpected token
- Displaying Page Title on index.php
- Detect Post Type when publish_post is ran
- Pull posts from another wordpress install on same server
- How can I get all posts data from within a paginated search result?
- Syndicated Posts when Updated Lose HTML tags
- How to insert current date/time in the content of a post?
- How to automate filing a form as a user
- I want to query posts in monthly basis
- Encrypt / Decrypt Post Title and Details
- White Blank Page when Updating and Publishing Page/Post
- Full Width Main Post
- Posts vs. Pages
- Limiting the number of posts in WP_Query leads to unexpected result
- how to set beforsend option in wordpress ajax methods
- Plain permalinks not working!
- Guest Author – How to display posts on /author/ archive page
- How to add pagination in between post and comments?
- Posts not showing on page
- Why is querying posts messing up my pages?
- How can I find out what items a user has purchased? [closed]
- Nothing Found error when creating new posts – how to correct this?
- Redirection not working in this front end post submission form?
- Add Word Limit to Posts
- WordPress Loop – Next 3 Posts
- Display multiple custom taxonomy values on single custom post types page?
- Underscores Theme Unit Testing – Catching Untitled Posts
- How to do set post permalinks using 6 digit random unique function?
- Encountering “Wrong nonce. Action prohibitied.” when trying to alter User Role and unable to Post via WP Admin
- Pulling in post category and children within category
- Is Hfeed class for all pages needed
- get query() without post content?
- Issue where WP Featured Image will not display
- Custom order for Mysql array
- posts_per_page option limits the number of Gallery items
- show custom post type category dropdown sorting result on same page
- Display post category in foreach loop
- Single.php – Get Current Parent Category
- insert a warning message into post-new.php
- WP text editor change html markup
- how can i allow users to view their own pending posts in a front-end page
- How to make different custom post layouts?
- Modifying the following code to displaying the title and the content of static page Posts page?
- Saving Post Data in Another Database
- singular posts using archive styling
- How can I tell if a post has been published at least once?
- Un-highlight Blog Menu Item when Category Menu Item is Selected
- How to get the form code from the edit page of a specific post?
- Send email for pending post
- Add simple field column to the posts screen
- WP_Query custom field pass the post id
- Get the post id from a plugin
- change the post time on multiple posts
- How do I disable the “by author” hyperlink on posts?
- Making posts permalinks consistent numbers
- Regarding Posts
- Locally change the font family [closed]
- WordPress single.php different layouts projects / posts
- WordPress Post via e-mail writes a random string for the post body
- Add text and change style to post programmatically depending on category
- Permanently deleted posts still exist
- WP_Query outputs wrong post in custom post type
- Export post another site
- Order by meta_key field in WordPress not meta_value field value
- Deleted page still shows and is showing posts archive
- How to show post views shortcode data for each post on Posts List Page?
- Need to display a Jan 1st post as the site’s front page on Jan 1st, and Jan 2nd post as front page on Jan 2nd etc
- Blog featured images disappeared on my homepage
- Creating a frontend blog post form for logged in users only
- How to hide meta from search result only on pages?
- Manipulating images inside post content
- How to create frontend Post filter using meta query
- How to test if user is filtering post list in dashboard
- Post Format problem
- Post title to show all characters after having it limited for preview
- Custom Select Query pagination not working properly
- Some comment box wordpress in 1 post [closed]
- Template Body to posts
- Adding The Post Template Dropdown to WP-Admin
- wordpress paginate, link to the right page
- How to get posts from network blog
- Get current user array with post string
- how to change the permalink to a specific location?
- Delete junk text from all the post using my sql command
- Rewrite a specific Post Format to URL slug
- Get image paths from RSS feeds
- How do I display the next 3 posts in the sidebar?
- 2 tick boxes appearing below comments
- How can to use the players from the Media Widgets in the body of a post to play audio and video files
- How can I display these posts in ascending order?
- Is there any point to using wp_unique_post_slug?
- Output number of WordPress posts remaining until a post milestone is reached