Wordpress Post Help !

Discussion in 'WordPress' started by Kir4e, Jun 18, 2014.

  1. #1
    Hello everyone,

    I need little help with wordpress, I want when i write post on homepage and when i click read more , in read more shows different content , exactly front page content and read more content to be different ...

    For Example see on - androidbeat . com
     
    Kir4e, Jun 18, 2014 IP
  2. yanpub

    yanpub Member

    Messages:
    98
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    31
    #2
    You must edit your theme code i quess. Go to wp content >>> Themes >>> Your current theme and see if you find on the index.php the read more link. Change it to whatever link you may want. Please note that all your posts(read more links to be more specific) will go to the same link if you make the changes there.
     
    yanpub, Jun 18, 2014 IP
  3. yanpub

    yanpub Member

    Messages:
    98
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    31
    #3
    Another trick you can use is to use syndicate plugin on the website you have the traffic and all the posts to be excerpts from the actual website you want your visitors to be redirected .
    This method can be more usefull because the user will be redirected to the exact post the excerpt is about. I will definitely go for this option.

    this is the plughin: wordpress.org/plugins/feedwordpress/

    set the syndicated posts to link to the actual post on the other website.

    I hope you understand what i'm talking about here
     
    yanpub, Jun 18, 2014 IP
  4. TIEro

    TIEro Active Member

    Messages:
    741
    Likes Received:
    177
    Best Answers:
    5
    Trophy Points:
    70
    #4
    The posts on the front page of that site do exactly what every WP excerpt does: they show the excerpt, then when you click the post title, you can read the whole thing.

    I don't understand what you mean in your description: it sounds like you just need to learn to use the "More" marker properly, but if you want completely different content in the post page to what's shown on the front page, you'll need to mess around with your theme.

    Perhaps you could explain what you want a bit more clearly.
     
    TIEro, Jun 18, 2014 IP
  5. Hefaistos

    Hefaistos Active Member

    Messages:
    194
    Likes Received:
    14
    Best Answers:
    9
    Trophy Points:
    63
    Digital Goods:
    1
    #5
    I think you are referring at "post excerpt". If your current theme is displaying the text on the homepage using the_excerpt function, you can define your custom excerpt text on the create post page (/wp-admin/post-new.php). This option is hidden by default in WordPress, but you can view that form if you go to the "Screen Options" (top - right) and check "Excerpt" box. You should now see a new textarea where you can choose the text to be displayed on the homepage.
     
    Hefaistos, Jun 20, 2014 IP