leonardof
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress RSS not publishing partial feeds instead of fullI have the same issue. http://leonardof.med.br and http://leonardof.org, both hosted by DreamHost. They have a similar set of plugins, I wonder if any of them is to be blamed:
- Akismet
- Bad Behavior
- Compact Archives
- FeedStats
- Google XML Sitemaps
- Maintenance Mode
- Piwik Analytics
- Tango/GNOME Smileys
- WP Super Cache
Forum: Plugins
In reply to: How do I uninstall Gengo without breaking incoming links?This .htaccess line worked for me:
RedirectMatch 301 /(.*)/(en|pt|en\+pt|pt\+en)/$ http://leonardof.org/$1/Forum: Plugins
In reply to: [Plugin: Fast and Secure Contact Form] Putting form in text widget in sidebarMike, I couldn’t get this working. The regular text widget obviously just spit the code, character by character, so I went with the PHP Code widget. But it doesn’t show anything; if I remove the if clause, it prints an error message:
Fatal error: Call to a member function si_contact_form_short_code() on a non-object in /home/leonardof/leonardof.med.br/wp-content/plugins/php-code-widget/execphp.php(43) : eval()'d code on line 2Forum: Plugins
In reply to: How do I uninstall Gengo without breaking incoming links?Anyone?
This might be solved with .htaccess, but I’m not sure yet.
Forum: Plugins
In reply to: gengo repeat loopthank you, that happens frequently.
Forum: Plugins
In reply to: Tag cloud with gengo for each languageUnfortunatedly, Gengo doesn’t have support for tags.
Forum: Themes and Templates
In reply to: bloginfo inside printf statement!Use get_bloginfo instead of bloginfo.