julial49
Forum Replies Created
-
Forum: Reviews
In reply to: [Countdown Timer] Lacks styling optionsJust change the appropriate CSS classes.
Forum: Alpha/Beta/RC
In reply to: Tags not working: issue with WP2.8 and DB Cache pluginMy problem is worse than Erunafailaro described (no tags in new articles, no tag editing in existing articles) but the workaround is a lot easier:
disable db-cache (NOT deactivate, just disable it on the options page)I’m using the most current WordPress version 2.8
I suspect it has something to do with the code masking?! Really hope this helps ??
To better understand here are the differences:
I have a post that has a more tag (to tell Post Teaser where to cut off on the home page) and php code that is supposed to be executed.
With Post Teaser 3.11 (no subversion) the php code is executed on the home page and of course on the single page of the post.
With Post Teaser 4.0.1 the php code is only executed in single page view and not on the home page.
I tested this with a post that has no more tag and there the php code was executed.
Forum: Plugins
In reply to: [Plugin: Post Teaser] No teaser on homepageYes, there is an easy way and it is independent of the plugin.
Do you your way around WordPress conditional tags? The one you need is is_home() – see the codex page for details and examples.
You’ll need to insert the tags into the post teaser code.
Forum: Plugins
In reply to: Post Teaser fatal error on plugin activationThat is because in line 38 the version number is given as 3.11.1 which is not a number.
Just remove the .1 and everything will be fine again.Forum: Plugins
In reply to: Link Harvest ProblemAt my blog harvesting stops at post 75 of 107. According to the log file it’s a post with loads of links. Is there a limit to the number of links in one post?