Atarian
Forum Replies Created
-
Forum: Plugins
In reply to: [KIA Subtitle] Display subtitle in feed?Thank you! I should have mentioned I was using a plugin that let me have copies of the feed*.php files in my theme directory for modifying, but this lets me use one less plugin.
I made one modification, the way you have it was appending the most recent subtitle to the title of the feed. Just need to change ‘wp_title_rss’ to ‘the_title_rss’. This will place it before the item title, instead of after the feed title.
Thanks again!
Forum: Plugins
In reply to: [KIA Subtitle] Display subtitle in feed?I figured it out myself. Just in case anyone else ever needs a similar functionality, edit includes/feed-rss2.php, and add
<?php if( function_exists( ‘the_subtitle’ ) ) the_subtitle( ”, ‘: ‘ ); ?>
Where you want athe subtitle. Note, this also inserts a colon and a space after the subtitle.
Thanks again for the plugin!
Forum: Plugins
In reply to: [Posts for Page] Older Posts Will Not ShowThanks for the tip, but that plugin doesn’t seem to offer pagination. Unless I’m missing something. I’ll keep looking. But I tried limiting it to 3 posts, which works, but there is no “next” or “older” link to show the rest.
Forum: Plugins
In reply to: [Posts for Page] Older Posts Will Not ShowSame issue here. Are there any similar plugins that offer this functionality?
Forum: Fixing WordPress
In reply to: Displaying the content of a random post from a category?None of those work with wp 2.7, unfortunately.