patrickrhill
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Identifying most recent post for alternate stylingThanks a lot. This was very helpful. One thing I altered though was changing the class “regular” to simply “post”, because that is what the default class is set to in wordpress. That way your original post styles that were already set will all still be there after this code is implemented. Only the first post will change.
Forum: Everything else WordPress
In reply to: How to create a styleheet for only a specific postI think the easiest way is to open the page in your browser that has that post on it. Then in firefox, go to view page source and you will see the post id. Use that as your selector in your style sheet and only that post will be affected. For instance to change the color for a post with id=”post-234″, the css would be: #post-234 {background-color: red;)
Forum: Plugins
In reply to: [Plugin: Twitter for WordPress] Not seeming to pick up new twitsI just updated to the newest version of this plug-in and I immediately started getting the “No public Twitter messages.” error. I uninstalled the plugin, re-downloaded it and reinstalled. It started working for about 20 minutes then started showing the error message again. Everything was working fine before I updated. I’m still using wordpress 2.6.3. Could this be the problem? Is there a way for my to downgrade to the older version of the plugin?
Update: It started working again. Seems to just be going in and out of service.