muradh
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
anyone?
sorry the links are not visible.
this is from custom post type.
http://www.maldivesonlineguide.com/portfolio/zitahli-kudafunafaru/this is normal post types.
Forum: Plugins
In reply to: Have wp_list_categories output the category descriptionsorry the link is Maldives Travel Services
Forum: Plugins
In reply to: Have wp_list_categories output the category description<?php $cat = get_query_var('cat'); $categories=get_categories('child_of='.$cat); if ($categories) { ?> <div class="subcat-archive"> <?php $cat = get_query_var('cat'); $categories=get_categories('child_of='.$cat); if ($categories) { foreach($categories as $term) { echo $title . '<a href="' . get_category_link( $term->term_id ) . '" title="' . sprintf( __( "View all posts in %s" ), $term->name ) . '" ' . '>' . $term->name.'</a> | '; } } ?> </div> <?php } else { ?> <?php } ?>That Does it.. for me.. i have conditional stuff.. but in between the divs is the real stuff. 😀 cheers!
Murad
Forum: Installing WordPress
In reply to: Cannot access widgets – permissions error after upgrade to 2.8.3I got the same issue.. then i checked it from Chrome and it works well. :).. have a look guys.. I use ff 3.013 and chrome.. chrome is good.
Murad..
Viewing 5 replies - 1 through 5 (of 5 total)