Put ad after first post on the page
Often there is a need to insert ad code (or other bit of content) directly after the first post on a page, but not after any others. You can do this by adding a counter and an if statement to the loop.
Guide to creating custom WordPress loops
Learning to use custom loops is a must if you want to get beyond the basics in customizing themes for WordPress. This guide is clear and concise and even includes info about using the custom loop in the sidebar and in the Thesis theme, as well as creating a related...
Script plugin won’t run? Check the location of WP-Head
I don't know much about JQuery and scripts in general, but I'm learning that the order they're loaded in the header can make all the difference. If you have a plugin that uses the JQuery library and doesn't come with it, then the hook for wp_head needs to be below the...