lalondan
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Oh never mind that was it. I tested by selecting them all, doing a bulk edit and chose “not sticky” but that didn’t change. By looking at the list I saw 4 of them were still sticky. So 4 + 5 = 9. I removed them and I see 5 now.
Thanks!
The query from $GLOBALS[‘wp_query’]->request is right but the loop is different. I’ve never seen this before.
Unfortunately no. There’s even a private post showing in there when I’m logged in. But when I’m logged out there still 9 posts showing (without the private one). I’m really confused.
Forum: Fixing WordPress
In reply to: Permalink for custom taxonomy showing custom post type itemsNever mind, I found it by re-reading the documentation.
function custom_rewrite_basic() { add_rewrite_rule('^specialties/([^/]+)/business/([^/]*)/?', 'index.php?specialites=$matches[1]&business=$matches[2]', 'top'); add_rewrite_rule('^specialties/([^/]+)/business/?', 'index.php?specialties=$matches[1]&post_type=business', 'top'); } add_action('init', 'custom_rewrite_basic');Thanks!
Forum: Fixing WordPress
In reply to: Permalink for custom taxonomy showing custom post type itemsHi!
Thanks for the reply. 🙂
I actually did read that in my hours of research but everything I try fails.
Are you or anyone else here able to help me out?
Thank you!
Viewing 5 replies - 1 through 5 (of 5 total)