Just like weekday, WordPress uses month global variable to store the month names. It is a single dimensional array set in [wordpress root folder/wp-includes/locale.php]. It stores the localized values… more →
Abhijit Nadgouda @ ifaceAbhijit Nadgouda wrote 3 years ago: Just like weekday, WordPress uses month global variable to store the month names. It is a single dim … more →
Abhijit Nadgouda wrote 3 years ago: WordPress stores in the abbreviations of weekday names in weekday_abbrev weekday variable. It is a s … more →
Abhijit Nadgouda wrote 3 years ago: WordPress uses weekday global variable to access, exactly what it says, names of the weekdays. It is … more →
Abhijit Nadgouda wrote 3 years ago: monthnum is a WordPress query string variable that stores the two digit month number. It can be used … more →
Abhijit Nadgouda wrote 3 years ago: day is a WordPress query string variable that can used to request archive of posts published on a ce … more →
Abhijit Nadgouda wrote 3 years ago: The global variable posts stores the results of a WordPress query as a single dimensional array. It … more →
Abhijit Nadgouda wrote 3 years ago: A WordPress post can be forced to have a teaser by inserting the HTML markup <!-- more --> aft … more →
Abhijit Nadgouda wrote 3 years ago: max_num_pages represents the number of pages when any WordPress archive is displayed. It is set usin … more →
Abhijit Nadgouda wrote 3 years ago: WordPress allows configuration for setting the number of posts to be displayed whenever an index arc … more →
Abhijit Nadgouda wrote 3 years ago: m is a WordPress query string variable which can be used to request posts posted at a certain time. … more →
Abhijit Nadgouda wrote 3 years ago: WordPress supports Localization using the gettext framework. l10n global variable is used to store a … more →
Abhijit Nadgouda wrote 3 years ago: WordPress supports internationalization (i18n) and localization (l10n). A locale is indicated by the … more →
Abhijit Nadgouda wrote 3 years ago: Like is_apache, is_IIS is part of the web server detection. It is set in [wordpress root folder]/wp- … more →
Abhijit Nadgouda wrote 3 years ago: is_apache global variable can be used to detect which webserver WordPress is running on. It is set i … more →
Abhijit Nadgouda wrote 3 years ago: post_meta_cache is one more global variable used for caching as WordPress. It is a multi-dimensional … more →
Abhijit Nadgouda wrote 3 years ago: WordPress provides a facility of hooks. They can be used by plugin and theme developers can modify c … more →
Abhijit Nadgouda wrote 3 years ago: WordPress stores version of the MySQL database currently being used in the wp_db_version global vari … more →
Abhijit Nadgouda wrote 3 years ago: This global variable indicates whether the current user wants to use rich editing interface (by defa … more →
Abhijit Nadgouda wrote 3 years ago: WordPress uses page_cache global variable to cache static pages by their ID. Caching can notably imp … more →