taxguycpa 0 Report post Posted January 8, 2011 I need a way to put my most recent post in one of the boxes that can be inserted or features. It is done in the demo, but I don't know how. Right now it just shows all posts the same size. www.cafetax.com I want to remove the carousel and feature the most recent post. How can this be done? Thanks Share this post Link to post Share on other sites
taxguycpa 0 Report post Posted January 8, 2011 I want it to be like this.. http://www.pagelines.com/demos/platformpro/blog-2 Share this post Link to post Share on other sites
catrina 103 Report post Posted January 8, 2011 To remove the Carousel, you have to go to Template Settings and in the "Select Template" dropdown menu, select the template where the carousel is located and disable it by dragging it to the right side (the template it's located in is probably Posts Pages, but I can't be sure). To create the appearance with posts appearing in boxes, select Blog Layout Mode under Blog and Posts in your Theme Options. 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
taxguycpa 0 Report post Posted January 8, 2011 Hi Catrina, if I put it in Blog mode, it shows the entire post of every blog from top to bottom , it doesnt highlight the last 2 blogs and then have the rest like the magazine style (like in the link of the demo). What am I missing here? Share this post Link to post Share on other sites
catrina 103 Report post Posted January 9, 2011 Switch back to Magazine Layout Mode in your Theme Options and then below that setting, select 3 from the dropdown menu under Full Width Posts (Magazine Layout Mode Only). This will create the smaller posts clips below the full-width posts. 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
taxguycpa 0 Report post Posted January 9, 2011 Ok, so how can I take that format, and shorten what the post shows on the main page to the excerpt still. I don't wan the entire post to show, I just want it to be highlighted by taking up more space, like in the demo... Share this post Link to post Share on other sites
kastelic 6 Report post Posted January 10, 2011 Joe, have you tried inserting a "more" tag in your wordpress post? Share this post Link to post Share on other sites
taxguycpa 0 Report post Posted January 10, 2011 No.. what what a "more" tag do? Share this post Link to post Share on other sites
taxguycpa 0 Report post Posted January 10, 2011 I did try it, did not change anything. Share this post Link to post Share on other sites
Kate 3 Report post Posted January 10, 2011 @Joe A more tag would need to be used in conjunction with the full content ("the_content()") as opposed to the excerpt ("the_excerpt()"). This is done by choosing to show entire posts on you post pages, and then going in and manually inserting more tags where you want them to appear. (Not as much of a backwards compatible solution. The other option is to use the excerpt box, which appears on the post edit screen below the main box. Share this post Link to post Share on other sites
taxguycpa 0 Report post Posted January 10, 2011 Ha, brilliant, worked. Thank you! Sorry, I am an amateur with the website stuff but learning. One other question, is there any way to hide the tags on the main page but then have them show up in the actual post? Share this post Link to post Share on other sites
cmunns 16 Report post Posted January 10, 2011 with css you could do it easily. `.home .tags {display:none;}` Share this post Link to post Share on other sites
taxguycpa 0 Report post Posted January 12, 2011 Thank you cmunns. I appreciate the feedback / help. Share this post Link to post Share on other sites
taxguycpa 0 Report post Posted January 12, 2011 To make it easier on me, could I input this in the custom CSS code css section under platform settings? like adding a hash mark in front of what you have suggested? Or would I need to write that code differently? Share this post Link to post Share on other sites
taxguycpa 0 Report post Posted January 12, 2011 I figured out where to put it! Eventually I will become proficient at CSS. I appreciate it guys. -Joe Share this post Link to post Share on other sites
Kate 3 Report post Posted January 12, 2011 @Joe No problem - Glad you got it figured out. I'm going to mark this as resolved, then. Share this post Link to post Share on other sites