kendix
Forum Replies Created
-
Forum: Plugins
In reply to: [Share Post] [Plugin: Share Post] Works great!My original comment was meant for Facebook Like plugin. I tried several similar plugins in the same day and then got confused which one was which. But I’m reevaluating Share Post plugin; it looks pretty good, and obviously offers more features. I just need to spend more time testing and thinking before posting on the forum. Sorry for the confusion. -Ken
Forum: Plugins
In reply to: [Share Post] [Plugin: Share Post] Works great!Whoops, I meant to post this comment for WP Facebook Like plugin. Sorry!
Forum: Plugins
In reply to: [Share and Follow] [Plugin: Share and Follow] cannot save all optionsI’m having a similar problem. In the Share section, I uncheck RSS option and hit save/update button for that section, but it goes back to checked and, of course, shows up with RSS icon on my site. Tried several times and got same result; I can’t get rid of RSS icon. I already have a RSS link at the top of my pages.
I’m using cleanRoar theme and WP 2.9.2.
Thanks.
Forum: Fixing WordPress
In reply to: Adding image/icon to custom field lineThanks, but this won’t work for me. I have several custom fields on my site. I’ll just forget using an image with a custom field. Stupid idea.
Forum: Fixing WordPress
In reply to: Adding image/icon to custom field lineI feel like such a novice here, but I have to ask: How do I integrate
<?php the_meta(); ?>with the code you suggested or should I use some other code to display my custom fields given that I need to customize at least one of them? Thanks!Forum: Fixing WordPress
In reply to: Adding image/icon to custom field lineWell, it sort of works, but it applies this image to all my custom fields; I’d like it to apply only to one named “Spoiler Alert.”
Forum: Fixing WordPress
In reply to: Adding image/icon to custom field lineHere’s the code that displays my custom field(s):
<?php the_meta(); ?>That’s it. And here’s how it displays in my post currently: http://www.lookingglasslogic.com/2010/09/the-birds/
I just want to get an alert icon to display at the start of the “Spoiler Alert” line. Thanks.
Forum: Fixing WordPress
In reply to: Adding image/icon to custom field lineNo, I’m not enclosing the_meta() in any element with its own class, it’s apparently just inheriting from a class in my theme stylesheet (.postmeta). How exactly can I specify a class to a specific custom field named ‘Spoiler Alert’?
Thanks for the suggestion!