1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

My article is short in wordpress?

Discussion in 'Content Management' started by templates, Jun 23, 2013.

  1. #1
    Im having issues with a wordpress site..I am pasting an article that is 220 words but on 75 will show..I have looked all over for soem setting..any clues?
     
    templates, Jun 23, 2013 IP
  2. iulian.pw

    iulian.pw Active Member

    Messages:
    71
    Likes Received:
    3
    Best Answers:
    2
    Trophy Points:
    65
    #2
    Have you looked inside the code to see if the template is showing the_excerpt and not the_content ?
     
    iulian.pw, Jun 23, 2013 IP
  3. templates

    templates Notable Member

    Messages:
    4,772
    Likes Received:
    218
    Best Answers:
    0
    Trophy Points:
    205
    #3
    can you specify where i can find that?
     
    templates, Jun 23, 2013 IP
  4. iulian.pw

    iulian.pw Active Member

    Messages:
    71
    Likes Received:
    3
    Best Answers:
    2
    Trophy Points:
    65
    #4
    You should go inside Edit Theme and find index.php ( home page ) or single.php ( Single post page) and inside the loop there should be something like:

    <?php the_excerpt(); ?>
    Code (markup):
    if you find the_excerpt(); change it to the_content();
     
    iulian.pw, Jun 23, 2013 IP
  5. danielsmitth

    danielsmitth Greenhorn

    Messages:
    69
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    18
    #5
    Hello Community,
    Its my personal experience regarding wordpress account. I have created more than 100 accounts. Then also there is best solution . create a fake wordpress account or fresh account and then paste your blog. Then you can see the preview option and finally post it. Before posting your blog please go to setting option and check all the points.

    Thanks
     
    danielsmitth, Jun 27, 2013 IP
  6. John Michael

    John Michael Member

    Messages:
    154
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    43
    #6
    I think this is the_excerpt issue you use the_excerpt not the_content() function . In the_excerpt function we give some value to function to display maximum these words. You can change if you have problem in home page then the_excerpt with the_content() function . If you face problem in post then changes it in single.php if you get problem in page then change in page.php.
     
    John Michael, Jan 20, 2014 IP