riskiii
Forum Replies Created
-
Forum: Plugins
In reply to: [JP's Get RSS Feed] No longer see the feedIt works fine as a shortcode. However, I need to put it in a widget area, so I may have to try some other php plugins.
Forum: Plugins
In reply to: [JP's Get RSS Feed] No longer see the feedWhat is the shortcode you would use, I didn’t see it in the readme.txt.
Forum: Plugins
In reply to: [JP's Get RSS Feed] No longer see the feedThe php plugin widget that I am using is by Otto, Executable PHP widget. I used the following code after upgrading:
if (function_exists('jp_get_rss_feed_items')) { jp_get_rss_feed_items(array( 'url' => "https://mopac.peopleadmin.com/rss/615.xml", 'numitems' => 100, 'nofollow' => true, 'show' => false )); }I am sorry to say that it did not work.
Forum: Plugins
In reply to: [JP's Get RSS Feed] No longer see the feedI had forgotten to upgrade again before I did it. Let me try it again.
Forum: Plugins
In reply to: [JP's Get RSS Feed] No longer see the feedI tried that verbatim, and it did not work. This was in a php widget.
Forum: Plugins
In reply to: [JP's Get RSS Feed] No longer see the feedThis is the code I used.
<div class="job-openings"> <?php jp_get_rss_feed_items("https://mopac.peopleadmin.com/rss/615.xml", 100); ?> </div>[Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
Forum: Plugins
In reply to: [JP's Get RSS Feed] No longer see the feedI have restored the previous version, as we are in production. I was getting nothing.
thanks,
DannyForum: Requests and Feedback
In reply to: What Should 2011 Hold for WordPress?I would like to see some UI love extended to the backend widget area. It would be very nice if you could setup multiple columns for the widgets on the right hand side of the page. A large percentage of WordPress themes are now utilizing widget areas, and it is easy to get > 20. This makes it hard to navigate, unless you are fortunate enough to have a 30″ screen.