Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End [Solved] WordPress Single Full Post On Front Page Re: [Solved] WordPress Single Full Post On Front Page

#69577
olliekav
Member

Hi, I did the hiphopquoted.com site you mentioned, in regard to the CSS for each post I used the designate plugin for wordpress from here http://github.com/ionfish/designate .I found it a lot better that the art direction plugin as it doesn’t inject styles into the head, it links to an external stylesheet in a folder.

I also modified it so I can pick a JS library (JQuery, SIFr, Typekit etc) for each post as well as styles for each post, let me know if you want that.

For the single post I just used a straightforward loop…

Code:

id=”post-“>

Sorry, no posts matched your criteria.

on index.php and used the recent-posts plugin (http://wordpress.org/extend/plugins/recent-posts/) to create the next post link on the homepage. Which then just links to the single.php for each post.

Depending on how much you want to change the header and footer for each post you could you use the body class with the id of the post in your style sheet, unless its completely different each time.