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.

How to change the login logo in WordPress

Do you want to add your own logo to the log-in page of your WordPress blog or website? The reasons for replacing the WordPress logo on the log-in page of your WordPress blog with your own can be multiple. You might be working on a client’s website that requires user login. Your website might be offering membership. A custom login logo to match the branding makes a very positive impression on your users. How to change the login logo in WordPress?