excude a specidic category from showing in the “relative posts”
excude a specidic category from showing in the “relative posts”
excude a specidic category from showing in the “relative posts”
Embedding Password Protected (Private) “Blog Posts” BLOCK that shows Images and Excerpts on Password Protected Page (not the home page)
Sounds like you’re sharing the default category taxonomy for both of your post types. When you want separate categories per post type, you would need to create a custom taxonomy for your review posts. Please check out the register_taxonomy function in the WordPress developers documentation. https://developer.wordpress.org/reference/functions/register_taxonomy/ See below an example of a custom taxonomy. add_action( … Read more
Changing The Default Header POST Title and Description text by category in wordpress
Tag,php – how to get it to display featured post image? [closed]
Create a empty page called “Blog”, go in Settings > Reading and select “Blog” as the Posts page. Then add the “Blog” page in your custom menu (Appearance > Menus). Create a custom menu if you didn’t already do so…
Use query_posts() instead of get_posts() and you should be able to use the posts as in the normal loop. Edit – don’t forget to reset the default query with wp_reset_query() before using query_posts or I believe the function will again return the page contents.
I would suggest making a ‘recording’ post type and leave posts for the blog section. The “blog as category” approach would work too, but it’s rather messy, I think.
<?php $blog_link = get_page_link( get_option( ‘page_for_posts’ ) ); ?>
It looks like the original poster has not been around for awhile, but I am working on this same plugin trying to figure out a way to make it usable. The developers have been saying for over a year that they are going to get around to up-dating this plugin, but for now you have … Read more