graffics
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Search One signle categoryBump
Forum: Networking WordPress
In reply to: WordPress MultisiteSorry guys false alarm, My dummy graphic designer accidentally moved the uploads folder to somewhere else.
Forum: Fixing WordPress
In reply to: Slow website queries Please Help Mewhats about just %/postname%/ ?
Forum: Fixing WordPress
In reply to: Slow queries( SQL_CALC_FOUND_ROWS) bringing down siteI am currently using 3.1 with 50k posts and running into the same problem, this process is staying open for way to long! Has anyone found a fix to this?
Anyways, it worked fine for me. Thanks ambrosite ??
Additionally I used
DELETE FROM wp_postmeta WHERE post_id NOT IN (SELECT ID FROM wp_posts); to clear the wp_postmeta table as wellHow many records did it clean out for you? I also have a large wp_term_relationships but only five we thrown out after that query
Forum: Fixing WordPress
In reply to: WordPress Sticky Posts in CategoriesThis is still driving me crazy guys, I have tried to figure this out but cannot.
Do I place the new loop script in my index.php file?
And do these loops work for the search option on my website?
I simply want when someone searches a category in my website my sticky posts only so up in that category.
Are we sure a new loop will solve this?
Forum: Fixing WordPress
In reply to: WordPress Sticky Posts in CategoriesThere seems to be many different ways to pull off multiple loops can you direct to me a basic code that would allow me to restrict sticky posts to only show in their own category?
Forum: Fixing WordPress
In reply to: WordPress Sticky Posts in CategoriesOh boy, this is going to take me 2 days to figure out
Forum: Networking WordPress
In reply to: Mirror MultiSiteOf I used a password protection plugin that should pretty much take care of it. I would think.
Forum: Networking WordPress
In reply to: Need some insightSorry for the delay, turned out the theme was funky
Forum: Fixing WordPress
In reply to: Why does my domain not have www?Yes you are correct and sorry for the change in topic, after I added to domain greenbookpages.com (without the www) to my webmaster tools. I realized that google is crawling my site and I didn’t want to confuse google by changing host zone files so my website would have www as a prefix.
So I decided for SEO reasons to stick with no www and setup the re-direct.
Do you think that was the smart decision?
Forum: Fixing WordPress
In reply to: Why does my domain not have www?Okay well I used an SEO redirect checker from internetofficer.com and it says https://www.greenbookpages.com is permanently redirected to greenbookpages.com and that is what I wanted to accomplish.
So I think I’m good
Right?
Forum: Fixing WordPress
In reply to: Why does my domain not have www?Also I cannot find the site address anywhere in my WordPress multisite install?
Can you give me some direction?
Forum: Fixing WordPress
In reply to: Why does my domain not have www?I have setup a www to non www redirect in my .htaccess file, should this take care of it?
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).*) $1 [L]
RewriteRule ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L]
RewriteRule . index.php [L]RewriteEngine On
RewriteCond % ^www.greenbookpages.com [NC]
RewriteRule ^(.*)$ https://greenbookpages.com/$1 [L,R=301]Forum: Networking WordPress
In reply to: Deprate MulstiSite DatabseIs the bulk of the video content held in the database or just on the server somewhere?
And thanks for the quick response Ipstenu