malibumarlin
Forum Replies Created
-
Your solution worked for me too. Be sure that the latest code is being inserted otherwise it won’t validate. I noticed the latest code published on Google: https://support.google.com/analytics/answer/2444872 differs than what is described in earlier posts.
Forum: Plugins
In reply to: [WP Gallery Custom Links] wp_get_attachement-URL // get img URLThank you for the input. I gave it a try, and it’s going to need some work. For now, I found another solution to accomplish the main goal. Your plug-in is a big help, and it works. Thanks again!!
Forum: Hacks
In reply to: Adjusting "My Post Cycle" and "My Advanced Cycle"same here. would really like to be able to filter by the category_type, or be able to include only posts by id, or exclude by post id. Include only these posts would be better since it would require less input than having to create a list of id’s to exclude.
using wp 3.1.1
using a custom theme
the thumbnails aren’t resizing because the style sheet style.css is not activating. Using the Firefox browser, web dev tools – css – add user style sheet – and browse to add YSW’s style sheet, the thumbnails automatically scale to the 100% of the containing div.So the question is: Why is the plug-in stylesheet not being activated by the template header.php file? Any suggestions for a solution activating the stylesheet? Hard code it into the header.php?