cedbv
Forum Replies Created
-
Forum: Plugins
In reply to: [Sideblogging] [Plugin: Sideblogging] Cache previous queriesI just tried the Hybrid theme with Sideblogging and everything works fine even if I put the breadcrumb in the footer and sideblogging before.
Do you have the latest version of Hybrid ?Anyway Sideblogging doesn’t use the main query_post but a custom one, probably because I had similars issues than yours before.
However you can put use the function :
wp_reset_query();
just before the breadcrumb. That will reset the Query Post to the default one. That should fix your problem.Forum: Plugins
In reply to: [Sideblogging] [Plugin: Sideblogging] customize permalinksIt’s now possible in version 0.6
Settings -> SideBlogging -> Permalinks prefixForum: Plugins
In reply to: [Sideblogging] sideblogging error while trying to login with twitter oauthThe new version should fix your issue. I think you have another plugin that uses the same OAuth lib that me.
For posting via email, hum, it’s a bit tricky. The easiest way is to use the built-in WordPress “Post via e-mail” function.
Here is the new file to place in the WP root directory : http://pastebin.com/gFkLTibb
This file works like the default wp-mail.php. See http://codex.wordpress.org/Post_to_your_blog_using_emailConfiguration in Settings->Writting in the WP administration.
After that you should load the new file (NOT wp-mail.php) regularly (WP Cron plugin, crontab, manually, etc).