Hi, I want to disable the "Continue reading " feature. How to show full Content on the Home page and Categories pages? Free Theme: http://www.wrock.org/magazine-style/ Thanks
The easiest way is to edit the front page template (usually index.php or front-page.php) and change "the_excerpt()" in the loop to "the_content()". Do the same in the category template (category.php).