Lost your password?

Blogs about: Wordpress Global Variables

Featured Blog

month1 comment

Abhijit Nadgouda wrote 3 years ago: Just like weekday, WordPress uses month global variable to store the month names. It is a single dim … more →

weekday_abbrev

Abhijit Nadgouda wrote 3 years ago: WordPress stores in the abbreviations of weekday names in weekday_abbrev weekday variable. It is a s … more →

weekday2 comments

Abhijit Nadgouda wrote 3 years ago: WordPress uses weekday global variable to access, exactly what it says, names of the weekdays. It is … more →

monthnum

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 →

day

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 →

posts

Abhijit Nadgouda wrote 3 years ago: The global variable posts stores the results of a WordPress query as a single dimensional array. It … more →

more1 comment

Abhijit Nadgouda wrote 3 years ago: A WordPress post can be forced to have a teaser by inserting the HTML markup <!-- more --> aft … more →

max_num_pages

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 →

posts_per_page

Abhijit Nadgouda wrote 3 years ago: WordPress allows configuration for setting the number of posts to be displayed whenever an index arc … more →

m

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 →

l10n1 comment

Abhijit Nadgouda wrote 3 years ago: WordPress supports Localization using the gettext framework. l10n global variable is used to store a … more →

locale

Abhijit Nadgouda wrote 3 years ago: WordPress supports internationalization (i18n) and localization (l10n). A locale is indicated by the … more →

is_IIS

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 →

is_apache2 comments

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 →

post_meta_cache

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 →

wp_filter1 comment

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 →

wp_db_version

Abhijit Nadgouda wrote 3 years ago: WordPress stores version of the MySQL database currently being used in the wp_db_version global vari … more →

richedit

Abhijit Nadgouda wrote 3 years ago: This global variable indicates whether the current user wants to use rich editing interface (by defa … more →

page_cache1 comment

Abhijit Nadgouda wrote 3 years ago: WordPress uses page_cache global variable to cache static pages by their ID. Caching can notably imp … more →


Have your say. Start a blog.

See our free features →

Related Tags
All →

Follow this tag via RSS