/ Published in: PHP
Expand |
Embed | Plain Text
Add the following code to your functions.php <?php // original content display // the_content('<p>Read the rest of this page ยป'); // split content into array $content = split_content(); // output first content sections in column1 // output remaining content sections in column2 ?>
You need to login to post a comment.
