@awcguy; Thanks for your support and concern, but I'm really doing OK.
Atahualpa was coded before the Wordpress group decided to add post-formats as a core feature and with all the other stuff Flynn is manipulating with his theme, working in post-formats would be quite an undertaking, I would imagine.
I've installed Wordpress on a test platform, using WAMPSERVER and just started trying a few things out and that's how I was able to implement
asides with little problem.
One of the benefits of using a test platform is the ability to install other themes to see how the core team intended for post-formats to be implemented. There must be some confusion because I know the core team intended to highlight the implementation of Post Formats in Wordpress 3.6 and was including it in the betas. However, 3.6 was delayed so the "highlighting" (but not the functionality) could be pulled out.
My methodology is to create simple entries on my test server for the particular post format I'm testing. One test install uses
Atahualpa as its theme, a second uses
Twenty-Eleven and a third uses
Twenty Thirteen (being released with 3.6 and available with the beta).
Twenty Eleven and Twenty Thirteen give me the clues as to how the core team expects Post Formats to be rendered and then I attempt to mimic that within Atahualpa. When I have success, I will post the results in this thread.
I know, as a rule, that Juggledad doesn't like to give "answers", but rather "clues" that lead you to the answer. I realize that can be frustrating to some people, but I recognize that as a valuable teaching methodology which I myself have used to train others. So, I can't really complain when the same methodology is used on me.
That first plugin that I referred to,
WP Post Formats by Ben Casey, exposes all available post formats included in the Wordpress Core. When you go the Settings panel for that plugin, you can choose which post formats you want to use and there are code boxes further down on the Settings panel that allow you to enter code for each particular post-format.
I did have to do a little digging into
functions.php to learn the CSS selectors that I needed to modify, but once I did that then it was just a matter of playing around with different CSS options to determine the rendering of a particular post format.
If anybody has any questions, I'll answer them to the best of my ability.
Ciao for now!
Mike