stork123
Forum Replies Created
-
Forum: Plugins
In reply to: [Facebook] The word "Comments" is showing up on my homepageI used other themes and the plugin worked… I like the theme I am on and have found that if I use the DISCUS plugin for comment management it works.
Gonna stick with that for nowForum: Plugins
In reply to: [Facebook] The word "Comments" is showing up on my homepageForum: Plugins
In reply to: [Facebook] The word "Comments" is showing up on my homepageSame thing here… For me, I think it is the theme I am using as the same thing happens when I use any of the ‘facebook’ plugins including the official one?
I don’t know enough about theme editing to fix it and am attempting to do just that now.
On my theme (Response from https://cyberchimps.com/) the facebook plugin hides the wordpress default comment option and leaves just the word Comments on each post.
Also, none of the like or share buttons are displayed?Forum: Networking WordPress
In reply to: Multisites that feed content to main blog?Thanks!
Forum: Networking WordPress
In reply to: Multisites that feed content to main blog?I have this plugin running great! Next, can I control the length of the post that is fed to the main site? I’d like to offer a few lines of text along with the header and then a page break that sends the reader to the subdomain?
I’d like to do this automatically without having to use the more tag manually.Forum: Networking WordPress
In reply to: Multisites that feed content to main blog?Great! I’ll get it up and running soon!
Forum: Installing WordPress
In reply to: Upgrade to 3.0 FailsI’m where you are… I’m in the middle of a failed upgrade.
What to do from here?Forum: Fixing WordPress
In reply to: share posts between blogsanyone?
Forum: Fixing WordPress
In reply to: Can’t change date formatExcellent! Done, thanks!
Forum: Fixing WordPress
In reply to: 500 internal server errorfixed it.
this was my .htaccess file
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blog/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
</IfModule># END WordPress
/IfModule>
# END WordPress
I deleted the second
# END WordPress /IfModule
why would this suddenly show up?