How to show featured post first, then separate loop for other posts
You’ve got a whole lot of problems here. First you’re asking for Tag_slug__in, but providing a title, secondly tag_slug__in accepts an array (I’m not sure it will work with a string). Both issues will cause problems because titles are not slugs and arrays are not strings.. Maybe just use “tag”? But what if page title … Read more