| bio | website | toasterdroid.com |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 7 months |
| seen | Oct 11 '12 at 23:07 | |
| stats | profile views | 2 |
|
Oct 11 |
answered | customize continue reading |
|
Oct 11 |
comment |
Fallback for empty custom fields For some reason, WP didn't like me doing that, or I added it incorrectly: Fatal error: Can't use function return value in write context in /home/toasterd/public_html/bctderezzed.co/wp-content/themes/trece/tour-template.php on line 83 when entered as <?php if(!empty(get_post_meta($post->ID, "Pricing_Land_Only", true)))
{
echo get_post_meta($post->ID, "Pricing_Land_Only", true);
}
else
{
echo "TBD or not applicable";
} ?> |
|
Oct 11 |
asked | Fallback for empty custom fields |