spitblog
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Forum: Plugins
In reply to: [RSS Digest] [Plugin: RSS Digest] empty postI’ve got the same problem. Feed is working, but the post is empty as stated above.
Forum: Plugins
In reply to: nextgen-gallery How to suppress output of navigation in feed?Fixed it.
Edited imagebrowser.php and wrapped an excluding is_feed()-condition around the section being started with:
<div class="ngg-imagebrowser-nav"><?php if (!is_feed()) { ?> <div class="ngg-imagebrowser-nav"> <div class="back"> <a href="<?php echo $image->previous_image_link ?>">&#96 68; <?php _e('Back', 'nggallery') ?></a> </div> <div class="next"> <a href="<?php echo $image->next_image_link ?>"><?php _e ('Next', 'nggallery') ?> ►</a> </div> <div class="counter"><?php _e('Picture', 'nggallery') ?> <?php e cho $image->number ?> <?php _e('of', 'nggallery')?> <?php echo $image->total ?>< /div> <div class="ngg-imagebrowser-desc"><p><?php echo $image->descrip tion ?></p></div> </div> <?php } ?>Forum: Fixing WordPress
In reply to: RSS-Formatting stoppedThe problem has been caused by the Podpress 7.3 plugin. I downgraded to 7.2 and everything’s fine again.
Viewing 3 replies - 1 through 3 (of 3 total)