• Hey !!! how to show full Content on the Home page and Categories pages……I want to disable the “Continue reading ” feature…..
    I am using Seoadmaxpro theme …see Here – Mr-orkut.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    Refer this article:

    http://codex.wordpress.org/Customizing_the_Read_More

    You just need to replace the_excerpt() with the_content() in your page.php/single.php file and index.php file.

    Thanks,

    Shane G.

    Thread Starter sarv007

    (@sarv007)

    Hey can gimme a Full Guidance…..

    I was having trouble with this myself but I think I have the answer now and thought I would share for any future concerned. For me, using twentyten, you just go into loop.php and replace each instance of the_excerpt() with the_content(). There are only three instances in the page.

    You then should find the posts displaying in full but they might lack style (links, font, etc) that they have elsewhere. To resolve this, go into loop.php again and find all instances of entry-summary and replace them with entry-content.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to Disable “Continue Reading ” Feature..’ is closed to new replies.