Lime Blast
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] Could not create file in /cache/test_dir using fputs.I’ve found this thread: https://www.ads-software.com/support/topic/file-and-directory-tests-failed?replies=6 – which looks to be the same issue – but editing of a plugin’s source code is a no-no for me.
Forum: Plugins
In reply to: [Better Anchor Links] Anchor links appearing in excerptSorry, me again, I think I’ve discovered what the real problem was. I’ve just gone in and disabled the auto display option for pages, and the extra content has gone.
The issue is, this doesn’t really solve my issue, as I still want pages to have the table of contents, I just don’t want the excerpt of the extra loops on that page to have it.
Forum: Plugins
In reply to: [Better Anchor Links] Anchor links appearing in excerptJust a quick follow up to my original post, with some more info, in the hope that someone will be able to help me out.
I’ve found that while I’m getting the anchor links content on the homepage (see the “How to easily create iOS app icons for your website” post), I’m not getting it on my blog page (see the same post).
I think this is because of the different ways in which I’m polling for content. i.e. the blog page uses the usual loop, with only a minor modification:
https://gist.github.com/LimeBlast/897378c3d03a69d11ca9 (which uses the_excerpt();.
Whereas the homepage, as this is just a regular ‘page’, with its own loop and content, I’m using the following code:
https://gist.github.com/LimeBlast/071879ab304acd5b16db (which also uses the_excerpt();.
So my question is, what can I change in the second query to stop the anchor links content from appearing?
Cheers.