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
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.
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
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.
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.