auteur
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Disregard. I got it to work after redownloading the file.
Forum: Plugins
In reply to: [LTW Testimonials] [Plugin: LTW Testimonials] Admin page doesn't displayI’m having this same issue. Has there been a fix?
Forum: Fixing WordPress
In reply to: Can not access admin page after updating pluginsI’m having the same problem. Need a fix.
What is the code on 588 ? is it
break;
???
Forum: Fixing WordPress
In reply to: Publication Date – Not Showing On RSS Feed?OH I found the answer! If you go into your wp-includes/feed-rss.php
Find this line:
<description><?php bloginfo_rss(‘description’) ?></description>Then, add this line:
<lastBuildDate><?php echo mysql2date(‘D, d M Y H:i:s +0000’, get_lastpostmodified(‘GMT’), false); ?></lastBuildDate>right after. It worked for me. 🙂
Forum: Fixing WordPress
In reply to: Publication Date – Not Showing On RSS Feed?So has nobody found how to get the date back on the feed?
Viewing 6 replies - 1 through 6 (of 6 total)