Displaying Custom Fields in Home Widgets
-
Is there a way to echo custom fields (those found within posts) in the home widgets (located in bp-blogs-widgets.php)?
e.g. how can I make this work?
<?php echo get_post_meta( $post->ID,”screenshot_url”, $single=true ) ; ?>
Any help or leads would be greatly appreciated.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
You must be logged in to reply to this topic.