Skip to content
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

Initial post formats #4

Closed
dstrojny opened this issue Feb 9, 2012 · 9 comments
Closed

Initial post formats #4

dstrojny opened this issue Feb 9, 2012 · 9 comments
Assignees

Comments

@dstrojny
Copy link

dstrojny commented Feb 9, 2012

  • Aside
  • Link
  • Quote
  • Image
@ghost ghost assigned dstrojny and lancewillett Feb 9, 2012
@dstrojny
Copy link
Author

dstrojny commented Feb 9, 2012

Lance is going to stub these out and point me to the location for adding in the static HTML markup.

@lancewillett
Copy link
Contributor

Reference for post formats: http://codex.wordpress.org/Post_Formats

@lancewillett
Copy link
Contributor

Noting from our Skype call on February 8, 2012 that we will tackle the other post formats later, and might actually not include them in the theme at all: gallery, video, audio, chat.

@lancewillett
Copy link
Contributor

Single view will also need to be styled, same as indexed.

If after all our changes the content-* files end up being very similar in markup, let's merge them together. Right now aside and link are identical, and quote and image are identical.

@lancewillett
Copy link
Contributor

@dstrojny Here's where to add your static HTML:

Each template has the exact same structure right now for title and content:

.entry-title is Post Title (h1)
.entry-content is Post Content (div)

Feel free to comment out or remove PHP, I can reconstruct it later.

@ghost ghost assigned dstrojny Feb 10, 2012
@dstrojny
Copy link
Author

@lancewillett I'm not seeing the Post Formats in the post editor. If you could hook those up for me that would be fantastic.

@lancewillett
Copy link
Contributor

@dstrojny Sorry about that. :) Added now.

@dstrojny
Copy link
Author

@lancewillett If you could add the conditional single view stuff we discussed that would be great.

lancewillett added a commit that referenced this issue Mar 28, 2012
To make post formats display the same on home, search, and archive views, the templates need to be combined, and we don't need content-single.php any more.
lancewillett added a commit that referenced this issue Mar 28, 2012
@dstrojny
Copy link
Author

Closing...going to open individual tickets for Aside and Quote formats.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants