hunter44
Forum Replies Created
-
Forum: Plugins
In reply to: [List category posts] List posts by TAG regardless of category.
Forum: Plugins
In reply to: [List category posts] List posts by TAG regardless of categoryI’ve got a workaround to the widget not including a TAG option.
I installed a plugin so I can use shortcodes in text widgets (this can also be done by adding two lines to functions.php – google it to get the code).
Now I can put the same type of shortcode call in the widget as I’m using in my pages and posts.
Forum: Plugins
In reply to: [List category posts] List posts by TAG regardless of categoryI’ve got a workaround – if I include ALL my categories by ID (it’s a long list but not too long), then I can get the plugin to retrieve posts with a specific tag using the shortcode.
However, in the widget I don’t see an option to get posts with a particular tag.
Am I missing something?? Can I add something with PHP or something else to make the widget have the TAG option??
Forum: Fixing WordPress
In reply to: Pre-date posts & RSSAha!! Thank you, David. I have several hundred posts, so hopefully the new old ones will just be quietly buried in with the rest. Appreciate your quick reply!!
Forum: Plugins
In reply to: [Facebook Comments] Can't remove credit linkUpgraded to 2.0.5 just now. Fixed! Thank you. I use the Twenty Eleven theme.
Forum: Plugins
In reply to: [Facebook Comments] Can't remove credit linkI’ve got this problem too.
I’ve never had this problem before, but I just upgraded to the latest FB Comments today and suddenly I’ve got the credit even though the Credit box has never been checked.
So something about the newest upgrade suddenly changed the way the Credit checkbox is being handled internally.
I had upgraded on Dec. 31st to the previous upgrade (along with upgrading to WP 3.5) and the problem did not appear then, only now.
I tried checking the Credit checkbox, saving and then unchecking it and saving again to see if that would clear it. No.
Forum: Plugins
In reply to: [Posts By Tag] [Plugin: Posts By Tag] Formatting CSSOkay – I’ve been able to remove the bullets and change the margin.
#content ul.posts-by-tag-list li {list-style-type:none;} ul.posts-by-tag-list li {margin: 0.8em;}
But I can’t change the font for the life of me. If anyone can give me a hint on how to get the font to be Helvetica I’d be very grateful…
Resolved — oops, the values like “true” and “false” need quotes around them. Also, the argument names have underscores not hyphens between the words…