Jason M Rogers
Forum Replies Created
-
As a temporary measure I opened up the WordPress core file ‘taxonomy.php’ in the folder ‘wp-includes’ and removed the word ‘category’ from the slug rewrite code.
http://core.svn.wordpress.org/branches/3.4/wp-includes/taxonomy.php
Forum: Fixing WordPress
In reply to: wp list categories and descriptionI managed to find something that works, although the styling doesn’t seem to and I can’t get it to look the way I want so I’m going to use simple html and some copy + paste.
Anyhow I used some code borrowed from a post about images http://wordpress.org/support/topic/290586?replies=7
<?php $categories = get_categories('exclude=54,797,61,1108,936,826,1056,937,64,774,775,776,67,69,1030,859,1'); foreach ($categories as $cat) { echo '<b><a href="'.get_category_link( $cat->cat_ID ).'">'.$cat->cat_name.'</a></b>'. category_description( $cat->cat_ID).'' ; } ?>Forum: Everything else WordPress
In reply to: No PingbacksI don’t know the answer to your question Khurania, perhaps you should start a separate thread?
I had a reply from the server people and it is that they are blocked so thanks for the help. I don’t suppose there is any other way?
I don’t see anywhere to mark this thread as resolved.
Jason
Forum: Everything else WordPress
In reply to: No PingbacksHello again,
I checked and they dont say that pings are blocked, but I’m seeking clarification.