Skip to content

Instantly share code, notes, and snippets.

@wordpressvn
Forked from vielhuber/index.php
Created October 27, 2022 08:38
Show Gist options
  • Select an option

  • Save wordpressvn/a9498d7fedb7289882d7a2c27adf4853 to your computer and use it in GitHub Desktop.

Select an option

Save wordpressvn/a9498d7fedb7289882d7a2c27adf4853 to your computer and use it in GitHub Desktop.
split get content before / after read more tag outside loop #php #wordpress
<?php
echo get_extended($p->post_content)['main'];
echo get_extended($p->post_content)['extended'];
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment