-
Notifications
You must be signed in to change notification settings - Fork 59
Post Format Template Duplication Problem #18
Description
I am able to get the first post format done which includes basic CSS changes and moving the PHP code around.
When I post my first post format it retains the quote format. This is good!
However, when I post the the second post format for a different PHP layout and CSS structure, the first quote post loses its layout and structure and uptakes the style from the new post.
This is what happens when I add another post format (in this case, the link, notice that the quote format icon is gone and both have link icons) it kills, the first post formats data. This is bad!
I have tried so many different code edits and nothing has worked, any help would be appreciated. I want to make several different post formats but nothing has worked so far.
Here is my repository with the issue!