Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




the_content [ WordPress Function ]

the_content ( $more_link_text = null, $stripteaser = false )
Parameters:
  • (string) $more_link_text Optional. Content for when there is more text.
  • (bool) $stripteaser Optional. Strip teaser content before the more text. Default is false.
Defined at:



Display the post content.

Source


<?php
function the_content($more_link_text null$stripteaser false) {
    
$content get_the_content($more_link_text$stripteaser);
    
$content apply_filters('the_content'$content);
    
$content str_replace(']]>'']]&gt;'$content);
    echo 
$content;
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics