mjchecko
Forum Replies Created
-
That’s it! Thanks @devnihil
Thanks, Michael.
Just to confirm: in your test, when you look at the Yoast dashboard on the edit / admin page for the child category, does it show the slug as just the child? Or does it show parent/child?
For me, both versions of the link actually do work on the live site:
http://www.mysite.com/child-category/
http://www.mysite.com/parent-category/child-category/But the Yoast dashboard only shows the link/slug as:
http://www.mysite.com/child-category/I’m trying to understand if Yoast will be optimizing this child-only version as the preference, or if it’s simply just how the dashboard (confusingly) presents it.
Right on – thanks again.
Thanks, Michael.
My permalink settings: http://website.com/%category%/%postname%/
I’m set-up per the info in the links you shared.
This seems to be something isolated to just category pages. Everything works as it should for posts: WP includes the parent and sub categories in the URL.
Also, I wondered: all the posts are categorized with a child category but not the parent. (So: tom-cruise not actor + tom-cruise) so the parent categories actually have 0 count. To see if this might be causing problems, I added the parent category to the posts… but it didn’t do anything to help solve my problem. Oh well.
LMK if you have any other ideas to check!
Forum: Fixing WordPress
In reply to: No Image in Header for Single PostsI’m having the same problem and don’t have an answer but think that it has something to do with the fact that a single post sources out of a different directory than the index page.
Forum: Plugins
In reply to: Show Random Posts Custom FieldsJust jumping in on markdw’s post: didn’t work for me but when I swapped out
orderby=RAND()fororderby=randit worked perfectly. Cheers to this thread!