Wordpress

bunny16

Member
Oct 29, 2016
257
8
0
Mage tibune Wp Default theme eka , Mulu Full Post ekama Display una Homeppage eke

Man dan theme ekak maaru kala

But post eke poddai dan display wenne and Yatin Readmore ekak tiyenawa

Mata oni mulu post ekama home page eke display kara ganna

How to do it

I was changed different different Themes But Results Same :(
 

miyuru4u

Well-known member
  • Jan 18, 2007
    31,888
    10,486
    113
    In the eyes of my girl
    The WordPress Excerpt is an optional summary or description of a post; in short, a post summary. This tutorial is going to show you how to replace excerpts by full posts in your WordPress template.

    In order to do this:

    1) Look for the_excerpt in your template files. For example, if your posts are on the home page of your site, most probably the file you need to look for the_excerpt in is home.php:

    2) Open the file up in any .php editor;

    3) Hit Ctrl + F (MAC: Command + F) to look for the line with the_excerpt:

    4) Change the_excerpt to the_content and save the changes. *:

    5) Preview your site and check if the excerpts are now full posts.

    *To disable the “Read More” button, comment it out in your file like this:

    ?
    1
    <!-- <a href="<?php the_permalink() ?>" class="read-more">read more<.a>-->
     

    bunny16

    Member
    Oct 29, 2016
    257
    8
    0
    The WordPress Excerpt is an optional summary or description of a post; in short, a post summary. This tutorial is going to show you how to replace excerpts by full posts in your WordPress template.

    In order to do this:

    1) Look for the_excerpt in your template files. For example, if your posts are on the home page of your site, most probably the file you need to look for the_excerpt in is home.php:

    2) Open the file up in any .php editor;

    3) Hit Ctrl + F (MAC: Command + F) to look for the line with the_excerpt:

    4) Change the_excerpt to the_content and save the changes. *:

    5) Preview your site and check if the excerpts are now full posts.

    *To disable the “Read More” button, comment it out in your file like this:

    ?
    1
    <!-- <a href="<?php the_permalink() ?>" class="read-more">read more<.a>-->

    thanx