May 2009
23 posts
5 tags
Great photography how to site →
5 tags
5 tags
How not to series: Family Portraiture →
3 tags
Tinychat let's you make multi media chat rooms →
2 tags
2 tags
Get Children of a Category in Wordpress →
5 tags
Zoom Display for Accessibility
Making pages accessible
Implement things with a PHP switcher
4 tags
5 tags
8 tags
5 tags
How to flush your DNS cache →
How to Highlight the Current Category in Wordpress
<?php
$current_cats = get_the_category();
$current_ID = $current_cats->cat_ID;
$categories = wp_list_categories('echo=0&show_count=1&title_li=<h2>Your Categories Title Here¤t_category=' . $current_ID);
$categories = str_replace(array('(',')'), ' ', $categories);
echo $categories;
?>
Use outside of the loop… usually in the sidebar.
This...
7 tags
Dynamic Custom Tumblr Tag Cloud →
10 tags
Three Steps to Setting Up a Tumblr Blog on Your...
One: Sign up for an account
Two: Create a custom theme using HTML, CSS, and Tumblr’s special operators
Three: Change the A-Record of the domain you want to use to 72.32.231.8
You’re done!
PS: You can check the A-Record of you domain with this tool..
- Netlumination Web Design and Development
4 tags