thedert
Forum Replies Created
-
@krumch good suggestion! I will try it out and return with results
Gotcha. Only issue with that is it will display full list and then a search result on top of that.
[s2Member-List /] is already included within the snippet
Forum: Fixing WordPress
In reply to: How To Include ONLY A Category<?php
$catquery = new WP_Query( ‘cat=1&posts_per_page=10’ );
while($catquery->have_posts()) : $catquery->the_post();
?><?php endwhile; ?>
Resolved
resolved
Now question is how to display list before needing to query a search?
modifying this worked:
[s2Member-List-Search-Box /]
[php] if(!empty($_REQUEST[‘s2-s’])): [/php]
[s2Member-List enable_list_search=”yes” /]
[php] endif; [/php]Added the extra info to the list shortcode. Now to get results to display before search =)
Worked like a charm!
You sir just made me feel dumb for not looking at the obvious! =) LOL. This is why no sleep is a bad thing =)
Ah NM found the answer! Thank you for pointing me in right direction!
Thanks for the reply. I do have Pro.
I have a page that displays:
[s2Member-List/]Currently it only shows avatar and users first/last. Trying to get it to display certain fields filled out during reg.