seoguru
Forum Replies Created
-
Hi Renee, do you already have finished your inquiries on question 1? Does the site kit slow down the site? I received some troubling messages from people on this matter.
Thanks in advance!
Forum: Plugins
In reply to: [Contextual Related Posts] arguments of echo_crp function have no effectThat did the job, thanks a lot!
Forum: Plugins
In reply to: [Contextual Related Posts] arguments of echo_crp function have no effectWell, it works partly: images are gone now, but the square box remains.
See: https://www.seoguru.nl/seo-forum/topic/alt-attributen-en-image-sitemap-van-google/ (below the discussion).Forum: Plugins
In reply to: [Contextual Related Posts] arguments of echo_crp function have no effectGreat, that works: only topics are shown now.
I still have thumbnails, and would like to see plain links. Is there a setting for that as well? Then I’m finished…Thanks a lot!
Forum: Plugins
In reply to: [Contextual Related Posts] arguments of echo_crp function have no effectThe query is now:
SELECT DISTINCT wp_posts.ID
FROM wp_posts
WHERE 1=1
AND MATCH (post_title,post_content) AGAINST (‘salaris linkbuilder He mensen, Ik ben sinds kort linkbuilder voor een bedrijf en ben wel benieuwd hoeveel andere linkbuilders betaald krijgen? hebben jullie een indicatie? En is het resultaat gericht bij sommigen of niet? mvg’)
AND wp_posts.post_date < ‘2016-11-08 15:56:59’
AND wp_posts.post_date >= ‘2013-11-09 15:56:59’
AND wp_posts.post_status = ‘publish’
AND wp_posts.ID != 23418
AND wp_posts.ID NOT IN (292,292,2532,1797,902,2591,2423,2934,3395,3333,3292,3294,2617,3306,4271,4276,4278,3520,2587)
AND wp_posts.post_type IN (”)
LIMIT 0, 4The post_type is empty, while the call was not emtpy:
$post_types = array( 'topic' => 'topic', ); $args = array( 'limit' => 3, 'post_types' => $post_types, ); echo_crp($args);
Do you have an idea? Thanks!
- This reply was modified 8 years ago by seoguru.
Forum: Plugins
In reply to: [Contextual Related Posts] arguments of echo_crp function have no effectI installed Query Monitor and discovered that it was a caching problem… In the settings, caching was enabled, and therefore no calls were made. So, I’m making progress now, ‘limit’ is working, which leads to the following problem.
I want to show related topics in my bbpress-forum, and expanded the code as follows (with post_types):
$post_types = array( 'topic' => 'topic', ); $args = array( 'limit' => 3, 'post_types' => $post_types, ); echo_crp($args);
When I do that, no related posts are shown. The query as a result of echo_crp is:
SELECT post_id, meta_value FROM wp_postmeta WHERE meta_key = 'crp_post_meta'
Further up in the Query Monitor log I see a PHP-warning “parse_str() expects parameter 1 to be string, array given” in wp-content/plugins/contextual-related-posts/contextual-related-posts.php:363 as a result of these stack calls:
parse_str()
wp-content/plugins/contextual-related-posts/contextual-related-posts.php:363
get_crp_posts_id()
wp-content/plugins/contextual-related-posts/contextual-related-posts.php:147
get_crp()
wp-content/plugins/contextual-related-posts/contextual-related-posts.php:769
echo_crp()
wp-content/themes/education-pro/functions.php:814Any idea?
Forum: Plugins
In reply to: [Contextual Related Posts] arguments of echo_crp function have no effectForum: Plugins
In reply to: [Contextual Related Posts] arguments of echo_crp function have no effectThanks about the show_metabox, but the main problem is that the construction in itself doesn’t function on my site. Whatever values I assign to the attributes (like the limit) of the echo_crp, there is no effect on the output. For example, are the values overruled by the main settings?
Thanks Petkovsc! Do the .php files on your server also start with a long line like <?php $bjnrmjz = ‘)sutcvt-#w…
Looking forward hearing from you again.Forum: Plugins
In reply to: [WP Customer Reviews] Where to find the table with reviews?I discovered the table: wp_wpcreviews in the regular wordpress database
Forum: Fixing WordPress
In reply to: 403 Forbidden after enabling permalinksI’m amazed. The extra line works!
Thank you very much!
Forum: Fixing WordPress
In reply to: 403 Forbidden after enabling permalinksyes!