Tagged Questions
0
votes
1answer
156 views
Query posts by Custom Meta (checkbox) & Genesis Grid Loop
I've been trying tons of things for the last 2 days. I'm at a standstill now. I read a ton of posts here but nothing has worked yet.
I have a CPT 'artists'. This CPT contains a custom field ...
0
votes
1answer
138 views
Excluded category from loop
I'm using this to exclude a particular category from the loop. It DOES that, but it also does this: On my PAGES, it displays the posts from the categories other than this one which is excluded.
/** ...
0
votes
1answer
864 views
Posts limit on homepage (genesis framework)
in home.php
// NOT working
query_posts('show_posts=3');
// NOT working
add_action( 'pre_get_posts', 'set_posts_per_page' );
function set_posts_per_page( $query ) {
$query->set( ...