StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 04-10-2009, 01:32 AM
CharlesClarkson's Avatar
CharlesClarkson CharlesClarkson is offline
Community Moderator
 
Join Date: Feb 2009
Location: Stephenville, TX, USA
Posts: 11,356
Default Re: HELP.. NEED LIST on HOME Page.

Quote:
Originally Posted by idtguru
Can someone tell me how I would format the TEXT on the homebottom section to actually be in list format as it is in the POST?
The Lifestyle home page uses the_content_limit() to create the post content. That function strips out all the xhtml code in the post. So, all that is left is words or, in your case, a mess.

You could create a list inside your post and add a Read More tag where you want it to stop and add the read more link.

You need to change this (in home.php):
Code:
<?php the_content_limit(350, "[Read more of this review]"); ?>
To this:
Code:
<?php the_content(__('Read more'));?>
Also see: Customizing the Read More on the WordPress Codex.


HTH,
__________________
Charles "Rubeus Hagrid" Clarkson
StudioPress on Facebook

I'm not really a smart person. I just play one on the Internet.

Please use the HTML or PHP tags for pasting code.
Please make your links click-able: this_is_annoying.com
http://this_is_not_annoying.com.
 

Thread Tools
Display Modes

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Home Page - bullet list pdruk General Discussion 2 05-09-2010 11:45 AM
Only list of x amount of recent articles on Home page dotman General Discussion 2 03-10-2010 12:13 PM
Need Help or Suggestions on LIST For Home Page idtguru General Discussion 1 04-13-2009 11:51 AM


All times are GMT -5. The time now is 02:49 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.