I have a table in my WordPress db called wp_featuredposts. How can I make a query to output the posts in that table into the loop on a custom wordpress page template?
Leave a Reply
You must be logged in to post a comment.
I have a table in my WordPress db called wp_featuredposts. How can I make a query to output the posts in that table into the loop on a custom wordpress page template?
You must be logged in to post a comment.
You should use wpdb to query the database and then insert them into the loop (loop.php).