Support Forum
OK - so are you Ok with me turning on/off components as long as I leave it as it should be?
And you didn't answer my other question regarding the WP theme. And a couple more:
Do you use Blog Linking on ALL posts? Do you use it on Comments?
Prior to recent updates - did your front page always show so many post exceprts?
YELLOW
SWORDFISH
|
The WP theme is upgraded recently.
We don't use Blog linking on all posts only if manual edit a blog link. Not on default.
On comments we don't use blog linking either.
Our frontpage always did have so many post exceprts.
Headlines 2x
latest news 12x
T-news 2x
K-news 2x
A-news 2x
And the question about me changing component settings?
Oh yes - blog linking. That is why I have been asking about it above and why I wanted to know if the WordPress theme had been changed recently - especially the front page. It will probably come down to what filters and actions are being called by the WP theme to populate all of those excerpts. Some will trigger the query to determine if there is a blog link in place and some will not. Perhaps this has changed. Or perhaps at this moment you have a higher number of blog linked items on the front page. It would be useful and helpful to get to the bottom of it if we can.
The good news is that multiple calls to load the same data row will have a minuscule effect on overall performance as mySQL does a good job of caching data. But it is not ideal.
YELLOW
SWORDFISH
|
Our 'News' page is similar in that it has small excerpts from various posts (ALL of which are linked to forum topics) but the link query is only actioned once and that is for the actual main post. So I think this comes down to the way the blog post excerpts are being called an compiled on your home page and that is what we need to try and pin down.
YELLOW
SWORDFISH
|
Excellent. I went to your staging site and turned Blog Linking back on just so I could try a few settings. No help yet. And I am not really sure where to start as the obvious things didn't seem to help.
And before we go any further - if you haver any caching in place on the staging server could you turn t off while we run some tests?
The file you need to look at is- by default - at /wp-content/sp-resources/forum-plugins/blog-linking/sp_linking_plugin.php
It starts with a whole swathe of 'add_action' and 'add_filter' directives. If possible, I would like you to comment some of these out, one at a time, to see if you can find the main culprit. I think for starters the ones we need to work with are:
'sph_setup_forum' (see note below)
'the_content'
'the excerpt'
'sph_blog_support_start'
'sph_aioseo_canonical_url'
'sph_canonical_url
Please note that 'spf_setup_forum' has 2 entries. Please test them 1 at a time.
'the_content' and 'the_excerpt' should be tested individually and then again together.
Is this all doable?
YELLOW
SWORDFISH
|
1 Guest(s)