Tagged Questions
0
votes
2answers
92 views
Add Permalink to Post Thumbnail, syntax code issues
I´d like to link the_post_thumbnail by using the the_permalink.
I do this (It Works without link)
<?php $args = array( 'post_type' => 'xyz', 'posts_per_page' => -1, 'orderby' => 'rand' ...
8
votes
2answers
254 views
How to get a variable number of posts per post type on the main loop?
I'm looking for a way to balance the content at the homepage of my blog:
the blog has a few post types like Poscasts, Videos and Blog and I'd like to have let's say 10 Posts on the homepage, but I'd ...
4
votes
1answer
498 views
how to group custom post types
hi wanted to know do i group my custom post types to appear together in a group in the wordpress back end menu bar like this below in the picture what code do i have to use in my functions.php so that ...