Tech 790
Forum Replies Created
Viewing 11 replies - 1 through 11 (of 11 total)
-
Forum: Fixing WordPress
In reply to: WordPress Twenty Ten MenuFrom the MENUS page, create a CUSTOM LINK with the URL as “#” and give it your LABEL. Then use that as your parent.
Forum: Fixing WordPress
In reply to: Create custom post templateNo I haven’t. Is that what I should be using for this?
Forum: Networking WordPress
In reply to: wordpress MU site redirects to homepage without www.It shows up on wp options -> _transient_dirsize_cache
Forum: Networking WordPress
In reply to: wordpress MU site redirects to homepage without www.What information do you need?
Forum: Networking WordPress
In reply to: wordpress MU site redirects to homepage without www.Here is what I currently have:
RewriteEngine on RewriteCond %{HTTP_HOST} ^mysite\.com [NC] RewriteRule (.*) http://www.mysite.com/$1 [R=301,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]Forum: Networking WordPress
In reply to: wordpress MU site redirects to homepage without www.Click on the link then type in /wp-admin at the end. It takes you to home/mysite/public_html/wp-admin
Thanks
Forum: Networking WordPress
In reply to: wordpress MU site redirects to homepage without www.There is a different issue now. I can’t access the menu when I use /wp-admin. It redirects to another directory.
I know I can log in with wp-login.php, but I need wp-admin to work.
Please help.
Thanks
Forum: Networking WordPress
In reply to: wordpress MU site redirects to homepage without www.This worked perfectly! Exactly what I was searching for..
Thank you!
Forum: Fixing WordPress
In reply to: Page 2 and older posts displaying posts from page 1where do I put this code?
Forum: Fixing WordPress
In reply to: Page 2 and older posts displaying posts from page 1No. Here is the file: http://goo.gl/iw400
Forum: Fixing WordPress
In reply to: Image is overflowing when using 'align'Thanks so much!
Viewing 11 replies - 1 through 11 (of 11 total)