Whether providing tech support to a friend, writing professional tutorials, or shooting videos for YouTube, screen capture is the name of the game.
Control Your RSS Endpoints (without Feedburner!): the Best CNAME-Branded RSS Management Services for Savvy Webmasters
RSS feeds continue to be quite popular among audiences striving to keep up with the information overload in a more or less organized manner. Since RSS feeds don’t report their subscribers’ activity, if you happen to run a content management system you may have RSS subscribers you know nothing about. It’s time…
Tip of the Day: How to Force an Immediate Update to Your RSS Feeds in WordPress
If your WordPress feeds don’t seem to be updating but remain “stuck” in the past (this can happen particularly after a migration of a site to a new server), enter this snippet into the functions.php file of your theme in WordPress:
add_filter('wp_feed_cache_transient_lifetime', create_function('', 'return 60;'));
Once this is in place, visit your feed URL in a web browser, then wait (literally) a minute for your RSS feed to update and it should begin working normally.
Once you have confirmed that the feed is working, comment out the above line in order to return to the default 12 hours update cycle or replace the value of 60 seconds with something more reasonable so as not to overburden your server with RSS updates.
- « Previous Page
- 1
- …
- 6
- 7
- 8
- 9
- 10
- …
- 20
- Next Page »