donsekkle
Forum Replies Created
-
Well, yes for every user, but once you uncheck what you don’t want it stays like that.
Im not sure what you mean right now about columns at every article, page or custom post.
Am.. ar.. ?? lol. yup you are right. Go to screen options and uncheck what you don’t want. Worked for me too.
So hacking the plug or update is not necessary.
Let us know if this worked for the rest of you so we can close this thread.
Big thanks ARToinet!
I’m glad I started this thread seeing I’m not the only one. Every time i go to All posts I’m thinking of removing this plugin which I love for what it is suppose to do. Yoast hear us up. Give us the option to remove those columns.
This is my .htaccess file code
[Code moderated as per the Forum Rules. Please use the pastebin]
and my .htaccess in wp-super-cache directory:
# BEGIN supercache <IfModule mod_mime.c> <FilesMatch "\.html\.gz$"> ForceType text/html FileETag None </FilesMatch> AddEncoding gzip .gz AddType text/html .gz </IfModule> <IfModule mod_deflate.c> SetEnvIfNoCase Request_URI \.gz$ no-gzip </IfModule> <IfModule mod_headers.c> Header set Vary "Accept-Encoding, Cookie" Header set Cache-Control 'max-age=3, must-revalidate' </IfModule> <IfModule mod_expires.c> ExpiresActive On ExpiresByType text/html A3 </IfModule> # END supercache