-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Post Formats support #10
base: master
Are you sure you want to change the base?
Conversation
Hey Jeff, if you are still interested in this, can you do a pull request on my branch at bytefair/eulerplate? I'm trying to maintain and update this theme. Thanks. |
I don't have the repo anymore, but I would be happy to pull it down and make some edits. Is there anything else you might want added to it? |
well, I am looking to make some changes to bring some of the features of the very modern WordPress themes to Boilerplate. I'm only really trying to accomplish two things. One, to leave the CSS code completely alone. It should actually work like Boilerplate out of the box, just WordPressified. I may add some styles for things you can do inside the WYSIWYG post editor. I put in a few styles to handle floating images, but that's it. Two, to add some of the fancier new features of modern themes. Post types is a great example. |
Themes handling custom post types and taxonomies, and other content I think the best way to do custom post types, is with a must use plugin. On 02/24/2012 06:28 AM, Paul Graham wrote:
|
That is a good point. I was thinking if it's in the default Wordpress install, like in Twenty Eleven, it could be included. You are probably right though, and that's why so far I've taken a conservative approach to adding anything. It's only with much gnashing of teeth that I added IDs to the page header and footer. Sent from my iPad On Feb 25, 2012, at 12:17 AM, Jeff [email protected] wrote:
|
What we maybe could do is put the code in and leave it commented out by
|
Allows for customization of 10 post formats using the WordPress API and CSS.