PennyHaynes
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: Schema.org markupSo we can’t even hand-code the new schema markup? We would have to rewrite the internal filters until WP incorporates this all?
Forum: Plugins
In reply to: [Tweet & Like] [Plugin: Tweet & Like] in post-listI changed the iframe height to 20 and it seems to fix it.
Forum: Plugins
In reply to: [Tweet & Like] [Plugin: Tweet & Like] in post-listIn FF and Chrome, this plugin pushes the first line of the post/page over to the right side. I have tried all three box settings (standard, box count, etc.) and it is NOT showing faces, but nothing works.
How can I fix this? See https://swanklife.com.
Forum: Plugins
In reply to: wp_new_comment will not insert my variablesFigured it out. ‘comment_approved’ => ‘0’ – it is not a numeric field.
Forum: Fixing WordPress
In reply to: get_currentuserinfo works in page template but not sidebarNo matter what I do, I cannot get <?php get_currentuserinfo(); ?> to work ANYWHERE.
Any chance you could help me, since you have some experience in this?
On the e-commerce plugin, I simply want to HIDE a variation drop down box UNLESS a user is a CONTRIBUTOR (Level 2 I think?).
I have been killing myself and can’t find anything or anyone to help me. Can you reply and share what you have found?
Forum: Plugins
In reply to: Display different text in post according to user levelDid anyone ever do anything about this? I have been pulling my hair out, and I figured it would be very simple. I have been wrong. I thought I could do something like:
global $current_user;
get_currentuserinfo();
$user_level = $current_user->user_level;
echo ‘<h1>user_level = ‘.$user_level.'</H1>’;But I’m so new to messing with WP’s code and plugin code, I feel completely useless.
Any new ideas or anyone create a plug-in?
One other question for you. Is it possible to print several articles at one time, such as all in a category, or all in an archive (month, search), or perhaps straight from an RSS feed, and still keep the hyperlinks active?
If not presently possible, could your plug-in be modified to do that?
Thanks so much! I should have thought of that. Didn’t realize I could switch that over with one setting on my server. I switched it over and it works like a charm!
Forum: Fixing WordPress
In reply to: Problem with RSS feed links (/feed/)No, that is the link to a home page. See:
https://www.doitmyselfblog.com/feed/wp-rss2.php
I think the wp-feed.php is what creates the feed.
Forum: Fixing WordPress
In reply to: Fatal Error: get_bloginfo()?I still don’t understand why I’m getting the error. I have the page, I have the function, and I’m using 1.5.1. Can someone tell me exactly what I have to do? This “5 minute install” is taking over an hour.