Codex (category)

Ajax in WordPress

This article explains how to use AJAX in WordPress for creating themes and plugins. It covers adding JavaScript, creating PHP functions, using AJAX on the frontend,...

3 Ways to Create Loop in WordPress - WP_Query{} get_posts() query_posts()

An article for beginners and those who are already a little familiar with WordPress, which should debunk all the myths about the different types of loops in...

Custom Menu in WP 3.0+ (wp_nav_menu)

This article explains the process of creating and customizing custom menus in WordPress 3.0 and above using the wp_nav_menu function, enabling support, and controlling...

The functions.php theme file in WordPress

Everyone familiar with WordPress has heard of the functions.php theme (template) file. However, not everyone understands its purpose, seeing in it only a file that...

The Loop in WordPress

The Loop in WordPress is processing posts one by one that are in the current global data and output information about each post. The Loop gets an array of objects...

Conditional Tags in WordPress

The article explains Conditional Tags in WordPress and lists various condition checks with their detailed explanations and usage examples.