jlynch401
Forum Replies Created
-
Forum: Plugins
In reply to: [WPeMatico RSS Feed Fetcher] Only works on manual modeForum: Plugins
In reply to: [WPeMatico RSS Feed Fetcher] Only works on manual mode@sniuk
Hi – I wanted to ask you a question about your AMP Theme.
How/Where would be the best place to do that?
Cheers!Thank you Black River — This clarified the code placement for me!
Forum: Installing WordPress
In reply to: Version 3 upgrade – “wp-content/blogs.php is depricated……” HelpIpstenu is A **Rock Star**
3.0 upgrade melt down fixed…
.htacess# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]# uploaded files
RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]
</IfModule>
# END WordPressWooHoo Thank YOU!!!
Forum: Themes and Templates
In reply to: Ultimate Baseball ThemeHey Guys,
Anyone using this theme help me get the sidebar to show.
I enabled the widget in the backend but I got nothin.Anyone?
Thanks
J