Archive | Functions RSS feed for this section

get_trackback_url

Retrieve The current post’s trackback URL.There is a check to see if permalink’s have been enabled and if so, will retrieve the pretty path. If permalinks weren’t enabled, the ID of the current post is used and appended to the correct page to go to.

1865

Continue reading

get_the_title

Retrieve post title.If the post is protected and the visitor is not an admin, then “Protected” will be displayed before the post title. If the post is private, then “Private” will be located before the post title.

1859

Continue reading