Skip to content

Imtiaz Rayhan

  • Categories
    • WordPress
    • JavaScript
    • PHP
    • HTML
    • CSS
  • About
  • Contact

How To Add a Custom Post Type in WordPress

In WordPress, custom post types are an essential tool for creating and managing your own custom content, such as products, events, or services. By using custom post types, you can…Continue Reading …

How to Increase the Maximum File Upload Size in WordPress

The WordPress file upload size is the maximum size of a file that can be uploaded to a WordPress site. This size is determined by the server settings and WordPress…Continue Reading …

How to Automatically Empty Your WordPress Trash

To automatically empty your WordPress trash using the EMPTY_TRASH_DAYS constant, you need to add a line of code to your WordPress site’s wp-config.php file. The wp-config.php file is located in…Continue Reading …

How to Create a Custom Post Types Archive Page in WordPress

To create a custom post type archive page in WordPress, you need to create a new template file for your post type and use the wp_query class to query and…Continue Reading …

How to List All Authors From Your Blog in WordPress

To list all authors from your blog in WordPress, you can use the wp_list_authors() function. This function displays a list of all the users who have published posts on your…Continue Reading …

How To Redirect 404 Pages To Homepage in WordPress

404 pages, also known as “error pages,” are pages that are displayed by a web server when a user attempts to access a page that does not exist. This can…Continue Reading …

How To Use ‘this’ Keyword in JavaScript

The “this” keyword is an important and commonly-used feature of the JavaScript programming language. It is a special keyword that is used to refer to the current object or context…Continue Reading …

How to Add Scripts and Stylesheets in WordPress

WordPress provides wp_enqueue_script and wp_enqueue_style function to add Scripts and Stylesheets in a systematic way. If you’re wondering why you should use these functions when you can simply load them in…Continue Reading …

How to Load jQuery in WordPress Footer

By default, WordPress includes jQuery library with every installation. WordPress registers the jQuery library to load in header. But site performance wise, this is not always good. So, here we’ll see…Continue Reading …

Page navigation

Previous 1 2 3 4 5 … 8 Next
Proudly powered by WordPress | Theme: GroundWP by the contributors.