Need post_type_archive_title function but in ‘single’
I’m trying to pull a custom post type name/title out for use in the breadcrumb of a single-[cpt].php template file. In the archive-[cpt].php … Read more
I’m trying to pull a custom post type name/title out for use in the breadcrumb of a single-[cpt].php template file. In the archive-[cpt].php … Read more
I’m using Taxonomy Images, and I can’t figure out how to display a category’s associated image on a single.php. Essentailly, when a user … Read more
In the wordpress theme I am developing I inserted some code to display links to the previous and next posts which appears at … Read more
i need a solid solution for checking if a post has pagination or not, regardless of the number of current page in the … Read more
I have a domain domain.com and subdomain materials.domain.com At the domain.com scope, I created a custom post type called resources and a portfolio … Read more
I use a plugin called CPT-onomies to create Custom Post Types. I created a post type called “case”, and set “Has Archive Page” … Read more
I am using Underscores starter theme and I’ve created a custom post type video. $args = array( ‘label’ => __( ‘Video’, ‘text_domain’ ), … Read more
Is there a way to disable single post page, for example when some tries to go to single post page to show 404 … Read more
I insert author box below my post and use get_the_author to return author name but it doesn’t working. It also doesn’t working with … Read more
Im sorry that I am asking this but I have been searching for ages and for some reaseon the suggested custom user table … Read more