jaycurrie
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Scheduled Posts not Publishing (3.8)Hi all,
This may not work for everyone but I had a client whose blog running WP3.8 ran into the “missed schedule” problem.
I tried the plug-in but it would not activate. And I tried de-activating assorted plugins and noticed that they would not deactivate. That suggested there was something amiss in the mysql database itself and, lo and behold, my client had gone over the default 100MB limit on his database. Quick trouble ticket to my pals at Servage.net and we bumped the limit to 200MB…Problem solved.
Forum: Fixing WordPress
In reply to: Semiologic – technorati tagsHi,
No, for each post on the page. Right now it just creates tage for the first post on the page. The rest are tagless.
Forum: Fixing WordPress
In reply to: Semiologic – technorati tagsHi Denis,
Works a treat however the line should read,
$terms = array_slice($terms, 0, 5);
Meanwhile, is there anything you can do about getting this to work for every post rather than just the one…
Thanks for all of this!
Forum: Fixing WordPress
In reply to: Semiologic – technorati tagsJust one other question – is there a way of setting the maximum number of tags??
Forum: Fixing WordPress
In reply to: Semiologic – technorati tagsHi Denis, I have the exact same problem as tqn…But the accumulation problem is gone which is great.
Forum: Fixing WordPress
In reply to: Semiologic – technorati tagsHi Denis, any thoughts on the accumulating tag issue??
Forum: Fixing WordPress
In reply to: Semiologic – technorati tagsAlternatively, I could send you a screen shot…Let me know
Forum: Fixing WordPress
In reply to: Semiologic – technorati tagsI don’t have the plug in activated at the moment for the obvious reason. However, if you drop me an email at [email protected] with a time you’ll check I’ll put it up for a few minutes. I am on Pacific time.
Forum: Fixing WordPress
In reply to: Semiologic – technorati tagsNot sure I can explain it much better but:
Post 1
Headline
text……………………………………………tags “tag 1, tag 2”
—————————————————————————
Post 2
Headline
text……………………………………………tags “tag 1, tag 2, tag 3, tag 4, tag 5”
—————————————————————————
Post 3
Headline
text……………………………………………tags “tag 1, tag 2, tag 3, tag 4, tag 5, tag 6, tag 7, tag 8”
—————————————————————————-
Post n+1
Headline
text……………………………………………tags “tag 1, tag 2, tag 3, tag 4, tag 5, tag 6, tag 7, tag 8…….tag 222”
—————————————————————————-For every post all of the tags generated for all of the proceeding posts are included as tags for that post.
It gets to be a very big blog of text very fast.