Forums › Forums › Search & Filter Pro › Create design in results
- This topic has 14 replies, 2 voices, and was last updated 9 years, 5 months ago by Ross.
-
Ross Moderator(Private) June 2, 2015 at 12:24 pm #18719
Hi there
Please check the docs on displaying your results:
http://www.designsandcode.com/wordpress-plugins/search-filter-pro/docs/display-results/
Also check the sub pages – “as an archive” and “with a shortcode”
Thanks
Anonymous(Private) June 5, 2015 at 12:21 pm #18976I have other problem. I’m designing the file the results.php but it doesn’t run older posts and new, this show No Results Found and i don’t know why
this is the code that doesn’t run
<div class=”pagination”>
<div class=”nav-previous”><?php next_posts_link( ‘Older posts’, $query->max_num_pages ); ?></div>
<div class=”nav-next”><?php previous_posts_link( ‘Newer posts’ ); ?></div>…
Ross Moderator(Private) June 8, 2015 at 1:33 pm #19058Do you have a link I could see?
In that template you will also see some sample code for the wppagenavi plugin which might work better for you?
Thanks
Ross Moderator(Private) June 8, 2015 at 7:24 pm #19098Hi again
Price is usually saved as post meta, so I would take a look here:
https://codex.wordpress.org/Function_Reference/get_post_meta
This should be great for getting the price (the key is likely
_price
or justprice
).Also, a quick google shows this:
http://www.agdesignstudio.co.uk/woocommerce-get-product-regular-sale-price-custom-loop/
This will require some small adaptation to work in the template .
Thanks
Anonymous(Private) June 9, 2015 at 10:03 am #19145Thank you for your assistance.
I would also like to know: i’m using wp elision theme and the filter by category always show the same items even if we change the selected category.
What shall be done in order for this to work properly?
Also, if I use the search field then the pagination don’t work well and don’t show results, if i quit the search field then the pagination works again.
-
AuthorPosts