Forums
(@vijaybidla-1)
14 years, 5 months ago
No, we can not pull those forums via RSS but we can subscribe via e-mail.
14 years, 6 months ago
Try to use this logic…
<?php $number = get_post_meta($post->ID, 'number', true); if ( $number ) { echo 'there is a custom field value'; } else { echo 'no custom field value'; } ?>
Just add margin-bottom to #access as Linosa said. It will work fine.
if you’ll add #access, .entry-meta, .entry-utility, .navigation, .widget-area {margin-bottom:25px; }
it will change margin bottom of all classes listin above..