1,025 results found for “posts”. Showing results 701 to 725.
-
functionuser_can_edit_post_date()
Whether user can delete a post.
-
functionuser_can_edit_post_comments()
Whether user can delete a post.
-
functionuser_can_delete_post_comments()
Whether user can delete a post.
-
functionwp_get_post_cats()
Retrieves a list of post categories.
-
functionwp_set_post_cats()
Sets the categories that the post ID belongs to.
-
functionget_author_link()
Returns or Prints link to the author’s posts.
-
functionpermalink_link()
Print the permalink of the current post in the loop.
-
functioncomments_rss()
Return link to the post RSS feed.
-
functioncount_user_posts()
Gets the number of posts a user has written.
-
hookget_usernumposts
Filters the number of posts a user has written.
-
functioncount_many_users_posts()
Gets the number of posts written by a list of users.
-
Add filters to supply the setting’s value when accessed.
-
functionget_the_title_rss()
Retrieves the current post title for the feed.
-
hookthe_title_rss
Filters the post title for use in a feed.
-
functionthe_title_rss()
Displays the post title in the feed.
-
functionget_the_content_feed()
Retrieves the post content for feeds.
-
hookthe_content_feed
Filters the post content for use in feeds.
-
functionthe_content_feed()
Displays the post content for feeds.
-
functionthe_excerpt_rss()
Displays the post excerpt for the feed.
-
hookthe_excerpt_rss
Filters the post excerpt for a feed.
-
functionthe_permalink_rss()
Displays the permalink to the post for use in feeds.
-
Filters the permalink to the post for use in feeds.
-
functioncomments_link_feed()
Outputs the link to the comments for the current post in an XML safe way.
-
Filters the comments permalink for the current post.
-
functionget_the_category_rss()
Retrieves all of the post categories, formatted for use in feeds.