lostchoi
Forum Replies Created
-
Thank you man!
I’m going to try it.
You’re awesome!Thank you for your fast reply!
Where do I need to add this filter? Functions maybe?Hello @michel-jongbloed
I’m sorry, I followed the instructions but I couldn’t set it to work 🙁
I had to try with a different solution.Thank you for your support anyway.
Thanks a lot, it worked very well!
Forum: Plugins
In reply to: [WP Customer Reviews] make review appear on home pageI think I was trying to do something like that, I have a customer review section, but I want to bring some random review to home page then I add this code to index.php:
<div id="reviews"> <?php $page_id = 544; $page_data = get_page( $page_id ); echo apply_filters('the_content', $page_data->post_content); ?> </div>where 544 is the id of review section, BUT this didn’t work for me, maybe it could work for you, if don’t please let me know if you find a fix to this.
This is my site: Wedding Photography – Andrea Mate
Same here, I’ve created 4 more property types, but the search form isn’t displaying it.