Tagged Questions
0
votes
2answers
196 views
Show default content if custom WP_Query has no posts
I have a custom loop to show posts that meet a certain set of $args like this:
<?php $recent = new WP_Query( $orderargs );
while($recent->have_posts()) : ...
3
votes
3answers
1k views
How to fix a theme with page.php Default Template that accidentally deleted?
I am having a quite odd case with WP today, and after spending about an hour searching on google and forums, can't find any answers. I hope posting here might allow me some chance to get help from ...