Got a few questions around building a custom layout for post pages:
-
I want to only pull a loop of posts that are formatted as “Video”. I don’t see anyway to do that. I suppose if I need to I can use ACF and CPT to make a Video Post Type, but I’d rather do it with the built-in if possible.
-
This loop is for an “Other videos” section of a page, and I’m pulling 3 random videos like the current. However, I want to be sure that the list doesn’t include the current. (Why show them a link to the video they are already watching?) Is there a way to do that in the query? Or is there another way to pull it off? Maybe using the conditions?