Created
October 28, 2013 10:47
-
-
Save vojtabiberle/7194813 to your computer and use it in GitHub Desktop.
Wordpress, nefunguje tag <!--more--> ve výpisu článků
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
global $more; | |
$more = 0; | |
the_content('Read the full article...'); | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment