jongos
Forum Replies Created
-
Forum: Hacks
In reply to: [Shorten2Ping] [Plugin: Shorten2Ping] Add Short URL to PostI’m a moron, this is fully explained in the documentation.
<code><?php short_permalink(); ?></code>Same problem in 2.8.6, feedburner just sucks
Forum: Plugins
In reply to: Multiple WP blogs in one feedForum: Fixing WordPress
In reply to: Creating a single aggregated RSS feed for multiple blogsThis link should help you figure out how to do it manually otherwise just use an easy solution like Yahoo Pipes.
Forum: Plugins
In reply to: Combine RSS Feed from Multiple BlogsThis link should help you figure out how to do it manually otherwise just use Yahoo Pipes.
Forum: Plugins
In reply to: [Plugin: FreshPost] Dynamic Queries for RSSNevermind, the solution is:
<?php $org = get_post_meta($post->ID, "Organization", true); print $org; ?> Aggregator</h3> <?php // Get RSS Feed(s) if ($org) { include_once(ABSPATH . WPINC . '/rss.php'); $url = 'http://www.icerocket.com/search?tab=web&q='. urlencode($org) . '&rss=1'; // print $url; $rss = fetch_rss($url); $maxitems = 10; $items = array_slice($rss->items, 0, $maxitems); ?> <?php foreach ( $items as $item ) : ?> <ul> <li><a href='<?php echo $item['link']; ?>' title='<?php echo $item['description']; ?>'> <?php echo $item['title']; ?> </a></li> </ul>Basically, you need to assign the company name to a variable which is then printed as part of the URL.
Forum: Fixing WordPress
In reply to: Approved Comments Not DisplayingI’m having the same problem. I’ve repaired and optimized my Database several times and I’ve upgraded as high as I can go (2.6.2) and it still persists. It’s intermittent though, sometimes I can get comments to work sometimes I can’t. So it looks like using Default will fix it but that’s a temporary solution.
I’m wondering if anyone has a clue as to what the conflict might be so I can just remove the code from my template.
Forum: Everything else WordPress
In reply to: [Plugin: TDO Mini Forms] Styling the FormThanks, that worked perfectly. Form hacker wasn’t working, I tried, but linking to the stylesheet worked out just fine.
Forum: Requests and Feedback
In reply to: Managing PostsSorry, I meant to say ver2.0.8 or 2.1. I am using version 2.0.7 so you have answered my question! =)
Forum: Your WordPress
In reply to: new custom photoblog… thoughts welcomeCare 2 Share your theme? =)
Forum: Everything else WordPress
In reply to: WordPress Designer for HireThanks for the tips guys!