I'm working with trying to convert an older theme and set up a WordPress site for a group and I'm having a horrible time trying to get a custom category-like taxonomy to work.
<div id="cat-<?php echo $i; ?>" class="category">
<?php query_posts( array( 'posts_per_page' => 1...
I have the Static paid hosting package.
I'm trying to install an extension for MediaWiki called Halo (part of Semantic MediaWiki) and it requires that I run a php script to update the database for Semantic MediaWiki.
Now, the problem I'm having is that I have absolutely no idea how to run a...