WordPress: Add thumbnails in RSS feeds

WordPress has an RSS feed that your visitors can subscribe to get latest updates about new posts. By default, the WordPress RSS feed does not include featured thumbnails that might be part of your theme. Do you want to show thumbnails in RSS feeds? By adding this function to your theme’s functions.php file, you can display a featured image in the RSS feed if the post has one.

WordPress: Delay feed update after posting

How often do you update your posts just after publishing it on WordPress? For me, almost every post is updated at least once almost immediately after publishing the post or page on my WordPress blogs and websites. I happen to find some error or the other a few minutes later. By the time the post is updated, it has already been sent to RSS subscribers as well as social media platforms such as Twitter. You can delay publishing of content in various FEEDS.

Allow WordPress contributors to upload files

By default, WordPress does not allow contributors to upload files. Contributors have limited access to your WordPress website. This is often preferred for security and management of the website. If you have multiple authors with posting rights set as “contributor” but you want to allow them to upload images, audio, videos and other allowed files, paste the code below in your theme’s functions.php file.