[Theme: Pachyderm] Suggestion for content.php
-
In content.php, you all are using the_excerpt(), which causes the post to lost all formatting, etc.
Per this page, it seems more beneficial to use the_content and let the WordPress handle the user’s settings:
http://codex.wordpress.org/Function_Reference/the_excerptI effectively changed your line for the_excerpt() in content.php to the_content(‘Read more…’).
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘[Theme: Pachyderm] Suggestion for content.php’ is closed to new replies.
