Tangerine segments are fabulous dipped in chocolate fondue. If you’re making fondue, try to get tangerines early in the season when they’re still tart but juicy. Heavenly!
Abby used to think couscous was terribly dull. She’s since discovered some great ways to perk it up:
this week we had some gorgeous couscous that required a little more effort, but not much. i mixed the couscous grains with finely diced red chilli and shallots plus shredded mint, basil and parsley before adding the stock, into which i’d stirred the juice and zest of a lemon plus a pinch of saffron. when the couscous was done i stirred in some pomegranate seeds and it was ready to go.
See more of her couscous ideas at eat the right stuff.
In order to run this site, I need to display the subcategories of a particular category in single post pages. There are a few other people who were also looking to do the same thing, but got no joy. I wrote my own very basic plugin to do the job.
Download ‘Weefz’s Show Post Subcategories‘ from the WordPress Plugins Directory.
Here’s how it works:
- Unzip the download into your Wordpress plugins directory
- Activate it in the plugins management screen
- Go to your template editor
- Within The Loop, add the following tag
<?php wfzShowPostSubcategories(’prefix’,’suffix’,’separator’,'parent category id number’) ?> - Replace prefix, suffix and separators with the text of your choice, keeping it within the single quotation marks
- Replace cat_ID with the ID number of the parent category
For example, say that you want to show the post’s subcategories of category 5 in an unordered list. Use the following tag:
<?php wfzShowPostSubcategories('<ul><li>','</ul>','</li><li>','5') ?>
I have used this with all versions of Wordpress from 2.2.1 to 2.3.3. It doesn’t do anything fancy, so should work with earlier versions. Comment below with your version number if you use it successfully, please. I’ll update the docs to list all tested versions.
Disclaimer: This is my first Wordpress plugin, so please test it out before installing on a live site. I use it myself right here at One Serving - it drives the links to the “High in” nutrient fields for every food serving size post.
Drop me a comment below with any questions or advice. If you like the plugin, feel free to buy me a beer or healthy juice drink with the PayPal button ;)