GT Downloads Manager is a lightweight yet powerful WordPress plugin that helps you manage and display downloadable resources on your website. Whether you’re offering PDF guides, templates, software, or any other downloadable content, our plugin makes it easy to organize, showcase, and track your files with style. Download Plugin | View Screenshots | Support |…
PHP
Add this PHP code to your theme’s functions.php file or in the Code Snippets plugin. What it does? It displays a message to users about cookie usage and links to your privacy policy. Upon clicking the “Accept” button, it sets a cookie to record the user’s consent and hides the notice. Here is the demo:…
WordPress started adding class=”wp-block-heading” to headings recently, from WordPress 6.2, to be more specific. Here’s the announcement post. This is a welcome change for most, who wanted to customize or hook into WordPress’s default headings for more freedom but some of us might want to just get rid of it. How to remove class=”wp-block-heading” from…
Encountering an error message on a website can be stressful, especially when it’s your own. However, there’s no need to panic right away. First, check if the site is down for everyone or just you. If it’s only you, there might be some configuration issues on your end. If the website is down for everyone,…
You must have come across several WordPress plugins for integrating Adsense into your WordPress-powered blogs be it in the sidebar, between posts, in between the content and other areas like footers and headers. Using a plugin is really simple, isn’t it? Install an Adsense plugin with a click of a button and then link your…
By default Genesis Themes ship with [Read More] as hyperlink in blog archives. You can change it to one of your choice by using out this snippet. Steps: Login to Dashboard and go to Appearance -> Theme Editor. Make sure a Genesis child theme (see popular genesis themes) is active and you are not editing…
Automate your SEO and take your blog to the next level. Dynamic Month & Year into Posts Add Dynamic Month, Date and Year to Post Content, Title and Meta using Shortcode. Add the current year by [year] and current month by [month] shortcodes anywhere in WordPress websites, including content, title, meta title, excerpt and breadcrumbs.…
Comments are no longer good for SEO but if you can’t still get rid of it, manage it right. Some bloggers, link-building muddleheads may spam your comment area with multiple URLs. You can get rid of those by putting this code in your child theme’s functions.php file.
Want to tell your readers how long it will take an article to read completely? Insert the following code into the right file (e.g., single.php or page.php) in the right place (above post meta and below post title) in your theme. It counts total words in an article and calculates time by estimating that on average…