Using WordPress ‘get_the_term_list()’ PHP function Written by Adrian Gordon WordPress Retrieves a post’s terms as a list with specified format.
Using WordPress ‘get_the_terms()’ PHP function Written by Adrian Gordon WordPress Retrieves the terms of the taxonomy that are attached to the post.
Using WordPress ‘get_the_tag_list()’ PHP function Written by Adrian Gordon WordPress Retrieves the tags for a post formatted as a string.
Using WordPress ‘get_the_privacy_policy_link()’ PHP function Written by Adrian Gordon WordPress Returns the privacy policy link with formatting, when applicable.
Using WordPress ‘get_the_post_navigation()’ PHP function Written by Adrian Gordon WordPress Retrieves the navigation to next/previous post, when applicable.
Using WordPress ‘get_the_posts_pagination()’ PHP function Written by Adrian Gordon WordPress Retrieves a paginated navigation to next/previous set of posts, when applicable.
Using WordPress ‘get_the_posts_navigation()’ PHP function Written by Adrian Gordon WordPress Returns the navigation to next/previous set of posts, when applicable.
Using WordPress ‘get_the_permalink()’ PHP function Written by Adrian Gordon WordPress Retrieves the full permalink for the current post or post ID.
Using WordPress ‘get_the_modified_time()’ PHP function Written by Adrian Gordon WordPress Retrieves the time at which the post was last modified.