Load Wordpress content into variable


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. the_content();
  2. $content = ob_get_clean();

URL: http://digwp.com/2009/07/putting-the_content-into-a-php-variable/

Report this snippet


Comments


You need to login to view comments.