| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 1 month |
| seen | Apr 30 at 22:31 | |
| stats | profile views | 1 |
|
Apr 27 |
awarded | Tumbleweed |
|
Apr 16 |
answered | Can Permalink structure of %postname%/%post_id% improve performance |
|
Apr 14 |
awarded | Scholar |
|
Apr 14 |
comment |
Buddypress Adding a Nav item and Calling Custom Fields Thanks. Solved . I hope I accepted your answer and thats all that needs to be done |
|
Apr 14 |
accepted | Buddypress Adding a Nav item and Calling Custom Fields |
|
Apr 11 |
comment |
Custom Taxonomy Sort For a Custom Query Sorry that was a typo. Even with -1 it is only giving me 1 post. |
|
Apr 11 |
comment |
Custom Taxonomy Sort For a Custom Query <?php $latest_products = get_posts(array( 'numberposts' => 1, 'taxonomy' => 'icomcat', 'post_type' => 'products', )); if ( count( $latest_products ) > 0 ) {$count=0; echo '<div class="clear3"> </div><div class="text12"> <h3> <a> <?php $current_category = single_cat_title("", false); ?></a></h3></div><div class="clear3"> </div><div id="cateogybox">'; foreach ( $latest_products as $latest_product ) { $count=$count+1; ?> <h2> <a><?php echo $latest_product->name; ?></a></h2> doesnt seem to work |
|
Apr 11 |
comment |
Custom Taxonomy Sort For a Custom Query Can you explain what this does and how it will sort by date ? I tried using it but no visible difference. |
|
Apr 11 |
comment |
Custom Taxonomy Sort For a Custom Query Only gets one post ? Also this broke the whole layout template. |
|
Apr 11 |
asked | Custom Taxonomy Sort For a Custom Query |
|
Apr 10 |
asked | Buddypress Adding a Nav item and Calling Custom Fields |