MG7282
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Post Type UI] Can’t add a new post to the Custom Post TypeThank you!!
Perfmatters
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Tags are not being searchedI believe that it is. post_tag is enabled. Where do I enable it?
Issue solved. I had an issue with my theme and also I was using an old version of Jquery.
deactivating all plugins did not fix the issue.
Disabling visitor votes – doesn’t show anything at all.
BTW – when I tried to to integrated the plugin without using shortcode, nothing showed up at all.
I just did that and the same thing is happening.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Search isn't returning any resultsI saw that it returned results. I tried reverting search.php to its original copy and it looks like it fixed the problem. There was a line of code that needed to be commented out.
<?php // $posts = query_posts($query_string . ‘&orderby=title&order=asc&posts_per_page=-1’); ?>
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Search isn't returning any resultsHere is the response:
array(1) { [0]=> object(stdClass)#756 (26) { [“ID”]=> int(5402) [“post_author”]=> string(1) “2” [“post_date”]=> string(19) “2015-09-02 22:12:09” [“post_date_gmt”]=> string(19) “2015-09-03 02:12:09” [“post_content”]=> string(0) “” [“post_title”]=> string(12) “Step & Style” [“post_excerpt”]=> string(0) “” [“post_status”]=> string(7) “publish” [“comment_status”]=> string(4) “open” [“ping_status”]=> string(6) “closed” [“post_password”]=> string(0) “” [“post_name”]=> string(10) “step-style” [“to_ping”]=> string(0) “” [“pinged”]=> string(0) “” [“post_modified”]=> string(19) “2015-11-10 23:19:55” [“post_modified_gmt”]=> string(19) “2015-11-11 04:19:55” [“post_content_filtered”]=> string(0) “” [“post_parent”]=> int(0) [“guid”]=> string(68) “https://www.detroitjewishdirectory.com/?post_type=listing&p=5402” [“menu_order”]=> int(0) [“post_type”]=> string(7) “listing” [“post_mime_type”]=> string(0) “” [“comment_count”]=> string(1) “1” [“relevance_score”]=> float(280.09) [“original_excerpt”]=> string(0) “” [“filter”]=> string(3) “raw” } }
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Search isn't returning any resultsI’ll gladly do this. Any way you can give the exact code to add and where?
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Search isn't returning any resultsno, it still didn’t work.
Forum: Plugins
In reply to: [Better Search - Relevant search results for WordPress] Search ACFsshould I place this code into functions.php?
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Search isn't returning any resultsI disabled the other search plugin and I enabled the additional post types.
Forum: Plugins
In reply to: [WP-PostRatings] Remove average textthis doesn’t work echo do_shortcode( ‘%RATINGS_IMAGES_VOTE%’ );?>