Wordpress help needed

Bugalugs

Regular Member
Jan 27, 2007
204
384
Can someone please tell me how to get one of my blogs to just post portions of my posts on the home page. It is currently showing the whole post and gives them no reason to click through to the proper page. They have no need to shift off the home page at the moment.

I want to know how to just publish a small amount of the post with a "read more" link.

Would really appreciate some help here.
Thanks
 
several ways to do it. many new themes have that function built in where it wont show the entire post but you can manually adjust each post to display the "Read More"

- Log into your AdminCp
- click the Posts area on the left menu bar
- navigate to your article and under it click "Edit"
- once in the editor make sure you are using the WYSIWYG mode and on the top part of the editors menu you will see a little square (11th menu item if using the current version of WP) and if you hover your mouse over it it will read "Insert More tag"
- insert that function where you want in your article and hit "SAVE"

hope this helps, if not let me know and lets see if we cant work this out for you
 
To do this automatically instead of manually per post, you can do it with the_excerpt. You will have to get your hands dirty in the php code though. Here are the details:
Code:
http://codex.wordpress.org/Function_Reference/the_excerpt
 
You can try changing the_content() by the_excerpt() tag when you edit single.php or post.php on your theme.
 
You could also use the Evermore plugin. It's what I use for excerpts on the front page since I'm lazy and don't want to have to do any coding.
 
To do this automatically instead of manually per post, you can do it with the_excerpt. You will have to get your hands dirty in the php code though. Here are the details:

Hey that's a handy lead! Thank you sir, you've saved me some time! ;)
 
-> go to that post by admin panel
-> open that post by html section
-> put <!--more--> from where you need to hide post from main page.
-> save it
 
Back
Top
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features and essential functions on BlackHatWorld and other forums. These functions are unrelated to ads, such as internal links and images. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock