Archive | Functions by letter g RSS feed for this section

get_page_uri

Builds URI for a page.Sub pages will be in the “directory” under the parent page post name.

1548

Continue reading

get_page_template

Retrieve path of page template in current or parent template.Will first look for the specifically assigned page template The will search for ‘page-{slug}.php’ followed by ‘page-id.php’ and finally ‘page.php’

1544

Continue reading

get_page_statuses

Retrieve all of the WordPress support page statuses.Pages have a limited set of valid status values, this provides the post_status values and descriptions.

1542

Continue reading