Go Back   WarriorForum - Internet Marketing Forums > The Warrior Forum > Main Internet Marketing Discussion Forum
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
LinkBack Thread Tools
Old 11-03-2009, 05:33 PM   #1
One Man Army
War Room Member
 
GuerrillaIM's Avatar
 
Join Date: Jul 2008
Location: London, UK
Posts: 1,889
Thanks: 93
Thanked 308 Times in 181 Posts
Default Wordpress Post Blurbs

On my wordpress theme the main posts page shows the entire post instead of just a blurb. Does anyone know how I can change this so it just shows an excerpt?

I went to control panel and added an excerpt to page but it added this to top of individual posts page.

Many thanks in advance. This is driving me nuts

GuerrillaIM is offline   Reply With Quote
Old 11-03-2009, 05:38 PM   #2
Warrior Member
War Room Member
 
Join Date: Jul 2008
Location: , , .
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: Wordpress Post Blurbs

Quote:
Originally Posted by GuerrillaIM View Post
On my wordpress theme the main posts page shows the entire post instead of just a blurb. Does anyone know how I can change this so it just shows an excerpt?

I went to control panel and added an excerpt to page but it added this to top of individual posts page.

Many thanks in advance. This is driving me nuts
Hopefully this will help.

Go to settings, click on "reading" and find "For each article in a feed, show". Change to summary, instead of full text.

This should solve your problem.

Good luck,

Sluggo
sluggo is offline   Reply With Quote
Old 11-03-2009, 05:40 PM   #3
HyperActive Warrior
War Room Member
 
LynnM's Avatar
 
Join Date: Nov 2005
Location: NE Scotland
Posts: 458
Thanks: 222
Thanked 157 Times in 128 Posts
Default Re: Wordpress Post Blurbs

Go to edit post, html view, put this piece of code where you want the excerpt to stop:
<!--more-->
It will show up as "Read the rest of this entry" on the post.


Lynn
LynnM is offline   Reply With Quote
Old 11-03-2009, 05:49 PM   #4
Watching you...
War Room Member
 
Istvan Horvath's Avatar
 
Join Date: Dec 2008
Location: Waterdown, Ontario, Canada
Posts: 5,963
Blog Entries: 2
Thanks: 1,574
Thanked 2,713 Times in 1,651 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Contact Info
Send a message via Skype™ to Istvan Horvath
Default Re: Wordpress Post Blurbs

@sluggo - that affects only the feeds, not the main page of the blog

@ LynnM - even in wysiwyg mod there is a "more" button; it means you have to edit all the existing posts or you should never forget to insert the more link when writing

If you want to really automate it - open the index.php file of your theme and find the_content template tag and replace it with the_excerpt
Warning! Read about the excerpt in the Codex - the tags strips all your html tags (formatting, images etc.) in the excerpt, so it might not be exactly what you are looking for.

In the first half of the year we are supposed to work for the taxman. I think that's a mistake.
Help me to get rid of the taxman ASAP - thanks! (You, too, should make less mistakes!)


Istvan Horvath is offline   Reply With Quote
Old 11-03-2009, 05:51 PM   #5
One Man Army
War Room Member
 
GuerrillaIM's Avatar
 
Join Date: Jul 2008
Location: London, UK
Posts: 1,889
Thanks: 93
Thanked 308 Times in 181 Posts
Default Re: Wordpress Post Blurbs

Quote:
Originally Posted by sluggo View Post
Hopefully this will help.

Go to settings, click on "reading" and find "For each article in a feed, show". Change to summary, instead of full text.

This should solve your problem.

Good luck,

Sluggo
I already changed this setting but it didn't do anything.

Quote:
Originally Posted by LynnM View Post
Go to edit post, html view, put this piece of code where you want the excerpt to stop:
<!--more-->
It will show up as "Read the rest of this entry" on the post.


Lynn
Lynn, you are an absolute star!! This worked very well.

Is there a way I can enter new text that just shows up on the blurb? Reason is that I have a big buy now image and technical data at top of every post so I would rather write a description of the post or take text from another part of the page.

Many thanks again

GuerrillaIM is offline   Reply With Quote
Old 11-03-2009, 05:55 PM   #6
Watching you...
War Room Member
 
Istvan Horvath's Avatar
 
Join Date: Dec 2008
Location: Waterdown, Ontario, Canada
Posts: 5,963
Blog Entries: 2
Thanks: 1,574
Thanked 2,713 Times in 1,651 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Contact Info
Send a message via Skype™ to Istvan Horvath
Default Re: Wordpress Post Blurbs

Quote:
Originally Posted by GuerrillaIM View Post
Is there a way I can enter new text that just shows up on the blurb?
Yep. Just do what I said (replace the_content with the_excerpt) and while writing a post... scroll down, and fill your new text in the Excerpt filed.

More: Excerpt WordPress Codex

In the first half of the year we are supposed to work for the taxman. I think that's a mistake.
Help me to get rid of the taxman ASAP - thanks! (You, too, should make less mistakes!)


Istvan Horvath is offline   Reply With Quote
Old 11-03-2009, 05:57 PM   #7
I'm Kind Of A Big Deal
 
jasonmorgan's Avatar
 
Join Date: Sep 2009
Posts: 2,003
Thanks: 60
Thanked 448 Times in 321 Posts
Default Re: Wordpress Post Blurbs

you should have a box on your WP edit post page titled 'excerpt'. content added here should replace the default post content on the index page.

Synthesize me, And reboot, I need to start again, I need to make it different

PLR
jasonmorgan is offline   Reply With Quote
Old 11-03-2009, 06:01 PM   #8
One Man Army
War Room Member
 
GuerrillaIM's Avatar
 
Join Date: Jul 2008
Location: London, UK
Posts: 1,889
Thanks: 93
Thanked 308 Times in 181 Posts
Default Re: Wordpress Post Blurbs

Quote:
Originally Posted by Istvan Horvath View Post
If you want to really automate it - open the index.php file of your theme and find the_content template tag and replace it with the_excerpt
Warning! Read about the excerpt in the Codex - the tags strips all your html tags (formatting, images etc.) in the excerpt, so it might not be exactly what you are looking for.
This worked perfectly, Thanks!

GuerrillaIM is offline   Reply With Quote
Old 11-03-2009, 06:14 PM   #9
Senior Warrior Member
War Room Member
 
bgmacaw's Avatar
 
Join Date: Aug 2008
Location: Atlanta GA Metro Area, USA.
Posts: 3,643
Blog Entries: 5
Thanks: 311
Thanked 925 Times in 644 Posts
Social Networking View Member's Twitter Profile 
Default Re: Wordpress Post Blurbs

Quote:
Originally Posted by Istvan Horvath View Post
Warning! Read about the excerpt in the Codex - the tags strips all your html tags (formatting, images etc.) in the excerpt, so it might not be exactly what you are looking for.
You can use the Advanced Excerpt plugin to allow full HTML in the excerpts.

bgmacaw is offline   Reply With Quote
Old 11-03-2009, 08:46 PM   #10
One Man Army
War Room Member
 
GuerrillaIM's Avatar
 
Join Date: Jul 2008
Location: London, UK
Posts: 1,889
Thanks: 93
Thanked 308 Times in 181 Posts
Default Re: Wordpress Post Blurbs

thanks for help guys. I tweaked the template and added the plugin and now I have it looking exactly how I want it

GuerrillaIM is offline   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > The Warrior Forum > Main Internet Marketing Discussion Forum

Tags
blurbs, post, wordpress

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 12:45 PM.