WordPress Trick Archive

Optimize Your Images: A Guide on Removing Thumbnail Size Dimensions in WordPress

By default, WordPress assigns dimensions to featured images, but these may not always suit your website. If you’re not keen on responsive design, your images might appear messy with incorrect width and height. This becomes crucial when crafting a custom theme or template, and you want to get rid of those default dimensions. Fortunately, it’s

How to Add custom Pagination in Custom Theme in WordPress

In the vast world of WordPress, pagination can be a double-edged sword. While it’s often essential for page load times and user experience, it can also be a tad annoying. This is especially true when it comes to ads, and it can even impact SEO. Today, let’s explore the art of adding custom pagination to

How to Add Scroll To Top Button in WordPress

              The good user-friendly experience and simplicity is a must to keep visitors on every website to increase traffic in a good website. The best way to do this is by building a simple and elegant page on your site. The reader may leave your website instantly and may not

Change From and Email Address names in WordPress

You may want to Reset Your Password when you get locked out of your own WordPress Account or for Security Purpose. However, there are various ways to Change/Reset your Password. You can modify it from WordPress Dashboard or via PHPMyAdmin Database if you are a site Admin and have full access to the site’s CPanel. The other global

How to Add Categories to Pages in WordPress

By default, WordPress has four taxonomies that comes with right after the installation and Category is one of them. Other three taxonomies are Tags, Link Category, and Post Formats. So Category is used to group the contents into the different sections. The Posts in WordPress can be determined by which category they fall in. For

Prevent TinyMCE from Removing span tags in WordPress

If you are working in WordPress as a front-end developer, most of the time you use HTML editor to add contents using HTML code for a better styling. <span> tag is one of the important tags in HTML which provides a hook to style the elements with CSS, or even manipulate with JavaScript. However, If you have