Tagged Questions
0
votes
1answer
107 views
use custom field value as post category in loop
I have a page template and at the bottom, I want a loop of posts based on a custom field value - store_name
This is what I have:
<?php
global $wp_query;
$paged = (get_query_var('paged')) ...
1
vote
1answer
134 views
Help with Wordpress Query
I'm sort of a noob when it comes to Wordpess; I've only recently started building themes and I've run into a wall. I'm trying to feature 3 different articles at the top of my site using wpquery and ...