tech_coach
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How Can I Send Less than 500 emails/hour?DRandy, which notice is being sent to users? Tell us more. thanks!
Forum: Installing WordPress
In reply to: Problem after upgrade to 2.6.1did you run the upgrade ok? https://www.yoursite.com/wp-admin/upgrade.php Try that first.
Also try upgrading to 2.6.1 again. It’s possible that a file failed during ftp and it’s causing the problem.
Forum: Plugins
In reply to: insert message in every postYes. There is a signature plugin that will add a “signature” or in your case a message, at the end of each post (old and new)…here’s the link https://www.dagondesign.com/articles/add-signature-plugin-for-wordpress/
Forum: Fixing WordPress
In reply to: Conditional tag and parse errorHi,
Your second “if” should be “elseif” and you should have an else (even if it’s blank).
<? if is_page('8') { function_exists('dynamic_sidebar') && dynamic_sidebar(2) } elseif is_page('7') { function_exists('dynamic_sidebar') && dynamic_sidebar(1) } else { // blank - do not show a sidebar } endif; ?>
Forum: Installing WordPress
In reply to: Impossible to log in to the PanelTo answer your first question…think back to the plugin you installed before you started receiving the header errors…disable it. Some plugins try to work with the headers and this interferes with the WordPress headers (something along those lines).
Disable the plugin and contact the plugin creater – let them know about the error.
For your second question:
It sounds like you want 1 blog but many languages yes? If so there are plugins for this. Try this one:
https://www.lancelhoff.com/2007/08/28/wordpress-language-translator-plugin/Sandra
Forum: Fixing WordPress
In reply to: Themes not availableThe same thing happened to my clients site today…actually it was still on 2.3.3 and it kept trying to show the “Default” theme…annoying. After a few changes and tweaks, I just deleted the “default” theme and copied the files of the theme I wanted into the “default” folder (minus the theme folder itself) and it “fixed” it. I hope it doesn’t cause problems later on.
I hope that helps.
Forum: Fixing WordPress
In reply to: Insert html page inside a postNo it didn’t work. After someone signs up using the aweber form the thank you page shows up in the iframe and it’s tiny…off to search for another solution.
Mind you this was very useful Jennifer. thanks
Forum: Fixing WordPress
In reply to: Insert html page inside a postThis was really helpful! I’m trying to get a form + table to work (aweber) within posts. *crossing my fingers* Thanks Jennifer!