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.

WordPress Issue

Discussion in 'WordPress' started by oregonthunder2, May 7, 2009.

  1. #1
    This is probably a stupid question. But I cannot figure it out so here it is...

    When I click on my categories I only see a summery of the articles and no way to expand to read the whole article. How do I fix this so the whole article appears?

    The site is in my sig to see what I mean.

    Thanks in advance for any help.
     
    oregonthunder2, May 7, 2009 IP
  2. mizaks

    mizaks Well-Known Member

    Messages:
    2,066
    Likes Received:
    126
    Best Answers:
    0
    Trophy Points:
    135
    #2
    This should work. Find search.php in your install. Within it change:

    
    <?php the_excerpt(); ?>
    
    Code (markup):
    to

    
    <?php the_content(); ?>
    
    Code (markup):
     
    mizaks, May 7, 2009 IP
  3. oregonthunder2

    oregonthunder2 Active Member

    Messages:
    360
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    78
    #3
    Can you be more specific? I am looking in my hosting account and do not see a file named search.php ...only one called searchform.php
     
    oregonthunder2, May 7, 2009 IP
  4. Treyu

    Treyu Peon

    Messages:
    110
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Look on your Wordpress install folder, wp-content>themes>yourtheme>search.php

    This is on your FTP.
     
    Treyu, May 7, 2009 IP
  5. rksy

    rksy Well-Known Member

    Messages:
    849
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    155
    #5
    Just open your archive.php, look for:
    <div class="postContent"><?php the_excerpt('(Read the rest of this entry...)'); ?></div>

    change it to:
    <div class="postContent"><?php the_content(); ?></div>

    Let us know how it work..
     
    rksy, May 7, 2009 IP
    oregonthunder2 likes this.
  6. CarolinaGirl

    CarolinaGirl Peon

    Messages:
    17
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Hi,

    I'm not familiar with that theme, however, if it has a theme options page, which allows the user to easily adjust many of the theme settings (under Appearance >> Theme Options), you may be able to set the category pages to show full posts instead of summaries if your theme offers such an option.

    No sense mucking around with the code if you don't have to.

    HTH,
    Tamara
     
    CarolinaGirl, May 7, 2009 IP
  7. internetmarketingiq

    internetmarketingiq Well-Known Member

    Messages:
    3,552
    Likes Received:
    70
    Best Answers:
    0
    Trophy Points:
    165
    #7
    Check this as well. If it is not a template problem.

    Settings>Reading

    "For each article in a feed, show"

    Full Text
    Summary
     
    internetmarketingiq, May 7, 2009 IP
  8. oregonthunder2

    oregonthunder2 Active Member

    Messages:
    360
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    78
    #8
    Thank you this worked great!
     
    oregonthunder2, May 7, 2009 IP
  9. jtpratt

    jtpratt Well-Known Member

    Messages:
    170
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    123
    #9
    Look in your theme folder for that search.php file or goto Appearance->Editor and open it there. If you find you don't have one, it's possible the them you're using uses your index.php for a search page intead, and search for the section that says "if if_search()" and change "the_excerpt" to "the_content" there (only) to change your page from excerpts to full posts.
     
    jtpratt, May 7, 2009 IP