britanik
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Thank you very much! It works, just dont forget to add ajax “action” to this snippet
Forum: Plugins
In reply to: TDO Mini Forms – Custom Fields – More than 10?You can go to your form options and change it … this feature has been implemented after 0.10 version of TDOMF
Thanks kz! It works just in a way i need.
alchymyth, I don’t wont it, i just want to separate posts with same tag but from different categories.Forum: Plugins
In reply to: Duplicate Category NamesCan you help with the same issue but regarding to POST names instead of CAT names ?
That is what im trying to do … i think it’s clear:
<?php $all_cats = wp_list_categories('hide_empty=0&title_li=&child_of=4'); foreach( $all_cats as $cat ) : ?> <li><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a> <ul> <?php $stringGetPosts = "numberposts=0&category='".the_ID()."'4&orderby=menu_order&order=ASC"; get_posts($stringGetPosts); ?> </ul> </li> <?php endforeach; ?>
Viewing 5 replies - 1 through 5 (of 5 total)