Archive | Filters RSS feed for this section

the_editor

Display visual editor forms: TinyMCE, or HTML, or both.The amount of rows the text area will have for the content has to be between 3 and 100 or will default at 12. There is only one option used for all users, named ‘default_post_edit_rows’.

3005

Continue reading

the_date

Display or Retrieve the date the current $post was written (once per date)Will only output the date if the current post’s date is different from the previous one output.

3001

Continue reading

the_content_rss

Display the post content for the feed.For encoding the html or the $encode_html parameter, there are three possible values. ‘0’ will make urls footnotes and use make_url_footnote(). ‘1’ will encode special characters and automatically display all of the content. The value of ‘2’ will strip all HTML tags from the content.

2999

Continue reading

the_author_posts_link

Display an HTML link to the author page of the author of the current post.Does just echo get_author_posts_url() function, like the others do. The reason for this, is that another function is used to help in printing the link to the author’s posts.

2979

Continue reading