olikid
Forum Replies Created
-
Forum: Plugins
In reply to: Using Custom Field as Variable in MagpieRSSOK so I think this is pretty much it – just not working yet, but I think the login is right?
<div class="twitter-feed"> <?php require_once('magpierss/rss_fetch.inc'); $num_items = 5; $rss = get_post_custom_values("CUSTOMFIELD"); if($rss) { $items = array_slice($rss->items, 0, $num_items); echo "<ul>"; foreach ($items as $item) { $href = $item['link']; $title = $item['title']; $title = str_replace("foo: ", "", "$title"); // see below echo "<li><a href=\"$href\" rel=\"nofollow\">$title</a></li>"; } echo "</ul>"; } else { echo "<p>Feed currently updating. Please check back soon.</p>"; } ?> </div>
Forum: Plugins
In reply to: Using Custom Field as Variable in MagpieRSSI know bumping isn’t the done thing here, but have I missed something with this forum? The majority of the time I ask questions on here they go completely unanswered – am I posting in the wrong place or formatting the posts incorrectly?
I think what I’m asking for is pretty straightforward? Honestly, any help you can give would be so appreciated – and if I’ve posted something wrong let me know and I’ll get it fixed up.
Forum: Themes and Templates
In reply to: Post count within tags TDO Tag fixesWould it be possible to get this in WP-Advanced by any chance?
Forum: Themes and Templates
In reply to: Select current category slugYOU sir, have saved me HOURS!
Thank you so so much.
It’s not at all obvious how to find that. Literally spent hours looking.
Thank you.
Forum: Plugins
In reply to: [Plugin: Bind user to category] Half works on 3.2 betaYou can hide it for the user manually as a quick fix. Log in as that user, and click Screen Options at the top – then just uncheck the ‘categories’ checkbox.
It’s what I’ve done – does the job for now I guess.
Forum: Your WordPress
In reply to: Green Access & Mobility Areas | gama-uk.comYeah agreed – I really like this a lot, but the header is *big* – I like some empty space for sure, but it just feels as though it could be used for more.
Lovely looking theme though.
Forum: Your WordPress
In reply to: WordPress as an offers engineWe had the search box in the left-hand column before, but after your comments thought we could make it more prominent as we’d imagine it’s the main way users will try to find what they are looking for.
Pleased you like the changes, thanks for the feedback. ??
Forum: Your WordPress
In reply to: WordPress as an offers engineOK so we’ve made some changes to the site based on that feedback
We’ve highlighted each offer title and changed the site navigation to include the search box & some graphical nav links rather than the text.
Opinions welcome – It’s all very helpful feedback. ??
Forum: Your WordPress
In reply to: WordPress as an offers engineHey thanks for the feedback, it’s massively appreciated.
OK so I’ll try maybe changing the colour of the titles of the offers, see if that makes a difference.
Thanks again
Ol
Forum: Plugins
In reply to: Trying to find Automated HTML emails on Registration (plugin)Just found this… Works Perfectly…
https://www.ads-software.com/extend/plugins/new-user-email-set-up/
Forum: Fixing WordPress
In reply to: Setting up a subscription-based serviceJust found this…
Forum: Themes and Templates
In reply to: Post ID’s in RSS feed – Customising RSSSorted – just used <?php echo $post->ID; ?>
Forum: Fixing WordPress
In reply to: Post ID not matching up – not too sure how else to describe itYou’re a life saver – thank you so much…
I just disabled the revisions and set the autosave interval waaaay higher and it seems to have fixed the problem.
Thank you so much for your help.
Forum: Fixing WordPress
In reply to: Post ID not matching up – not too sure how else to describe itReally could do with some help on this.
*bump*
Forum: Fixing WordPress
In reply to: Really Odd Redirect IssueIt was originally based on Crafty Cart, but it’s been pretty heavily modified since then.
I don’t get the issue when I have SEO friendly URL’s switched off, only when I try to tidy the URL structure up – I’ve checked the .htaccess and can’t see anything, I’m using custom caregory pages but they work fine on other WP installations I’ve got running.
So yeah, just completely stuck at this stage.