Tagged Questions
0
votes
1answer
29 views
Display meta data from a custom field within plugin Category Grid View Gallery
I am using this plugin, which creates a gallery of posts, fetching a thumbnail and the titles of the posts displayed in it.
I have enabled Custom Fields, and have created (and filled in values) a ...
0
votes
2answers
48 views
IF Custom field value equals ZERO
I am trying to use the following code to check for my custom field for a value of ZERO to then display my div
<?php
$mp_price_sort = get_post_meta('mp_product_price');
if ($mp_price_sort == '0') ...
4
votes
1answer
351 views
Update all posts automatically when using post_meta
I recently created a new site using wordpress but I'm a rookie - everything I know is trial and error with no formal training. So please, please, please keep your answers as simple as possible. Thanks ...