Jump to content
Sign in to follow this  
cvandyck

Magazine Style Posts

Recommended Posts

cvandyck

When I use Magazine style posts with 4 posts, it abbreviates to the point where all that is seen is the headline for the individual post .. How do I vary it so that it shows the text in the article as well?

Share this post


Link to post
Share on other sites
kastelic

What do you have checked for PlatformPro -> Blog and Posts -> Post Excerpt or Summary Handling?

Share this post


Link to post
Share on other sites
cvandyck

Search Results, Category Lists and Post Archives

Share this post


Link to post
Share on other sites
cvandyck

When I use Magazine style posts with 4 posts, it abbreviates to the point where all that is seen is the headline for the individual post .. How do I vary it so that it shows the text in the article as well?

Share this post


Link to post
Share on other sites
kastelic

If you have PlatformPro -> Blog and Posts -> Post Excerpt or Summary Handling ->Posts/Blog page checked then it will show an excerpt of text in the article, more than just the headline. Are you trying to show the entire content of the article?

Share this post


Link to post
Share on other sites
cvandyck

k, so that helped a lot .. wasn't obvious so thanks ... so it raised two additional questions: 1. this is a nit, but if you look at the www.vandyckfamily.org post page, you will see that one of the boxes is slightly difference size, even though they all have similar amounts of additional content. Just for aethetics, how do I make them all a uniform size. 2. how do i vary the amount of content shown in each of the post boxes ... ie... have each box show exactly 10 lines?

Share this post


Link to post
Share on other sites
catrina

1. Add this CSS and adjust the value according to what you want:

#theloop div.clip_box #post {height: 450px;}

2. You can use a filter to control the excerpt length: http://codex.wordpress.org/Function_Reference/the_excerpt#Control_Excerpt_Length_using_Filters


Please read the docs before posting. Please do not private message me unless I ask you to.

Designer | Catrina Dulay

Founder | Catrina and Mouse

Share this post


Link to post
Share on other sites
cvandyck

great.. one last favor here ... can you explain to me exactly what "theloop" which I see in a couple of places, refers to and what its significance is?

Share this post


Link to post
Share on other sites
cvandyck

#theloop div.clip_box #post {height: 450px;} didn't seem to do anything .. did I miss something

Share this post


Link to post
Share on other sites
cvandyck

Catrina.. cannot get your solution to work .. could you please relook at it ... thank you

Share this post


Link to post
Share on other sites
kastelic

There's a typo there, #post should be .post

Share this post


Link to post
Share on other sites
cvandyck

still doesn't work .. I put in the following verbatim #theloop div.clip_box .post {height: 450px;} What do you suggest?

Share this post


Link to post
Share on other sites
cvandyck

actually put the following: /* to set size of boxes in posts*/ #theloop div.clip_box .post {height: 50px;} Function_Reference/the_excerpt#Control_Excerpt_Length_using_Filters; but does not seem to work

Share this post


Link to post
Share on other sites
cvandyck

ignore previous .. found my mistake .. yours was correct... was missing ";" from previous line thank you

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×