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.

Read more

WordPress: Display all posts in dropdown menu

Do you want to show all your WordPress posts in a dropdown menu? It can come handy to allow your visitors browse through the website quickly. Below is the code for creating a dropdown menu with all the posts in it. You can add the code to any template file such as sidebar.php in your WordPress theme.

Read more

Kitchen WordPress Theme

Kitchen WordPress theme

Kitchen is a simple and elegant Genesis child theme for bloggers, mostly those who write about life, recipes and related stuff. It a responsive WordPress theme.

Read more

HyperSpace WordPress Theme

hyperspace-wordpress-theme

HyperSpace is a clean and sleek free WordPress theme for blogs. It comes with a smart gallery and exclusive widgets. Use this free WordPress theme to give your blog a new shiny look.

Read more

Gridly WordPress Theme

Gridly free responsive WordPress theme

Gridly is a free WordPress theme with a modern, minimal & responsive design ideal for portfolio websites for graphic designers or photographers. It comes with a self-adjusting grid which fits into any screen size.

Read more

Desire WordPress Theme

Desire Free WordPress Theme

Desire is a free minimal WordPress theme. It can be used for small businesses, personal blogs and portfolio websites. It comes with a slider on the homepage. Custom post in the theme allow you to create list of services and products with short description that link to full description page with different display options.

Read more

Disable all WordPress feeds

WordPress is often used to create websites which do not need feeds (RSS feeds, atom feeds, etc). Sometimes we just want to mimic a HTML website. You can disable the feeds functionality of WordPress.

Read more

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.

Read more

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.

Read more