threestyler
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Creating Additional Theme on my siteUse multiple themes at the same time? A Theme switcher plugin could do this: http://wordpress.org/extend/plugins/theme-switcher/
Forum: Hacks
In reply to: Trying to save post_title in custom postSorry I don’t have the answer but I would also try over on the stack exchange site: http://wordpress.stackexchange.com/
Forum: Themes and Templates
In reply to: Good Photograpy Portflio Theme?“Good” is pretty subjective so I would suggest googling there’s tons of blog posts on portfolio themes, and photography themes.
Forum: Plugins
In reply to: Removing gravatar.comForum: Fixing WordPress
In reply to: Error: please type a comment.You’re missing
name="comment"<textarea id="comment" cols="50" rows="7" tabindex="4"></textarea>Replace with:
<textarea id="comment" name="comment" cols="50" rows="7" tabindex="4"></textarea>I know this was an old post but it comes to the top when searching for this error so added the solution for anyone else who finds there way here.
Forum: Fixing WordPress
In reply to: Tags not working from Tag cloud – returns 404What are you’re permalink settings?
Forum: Fixing WordPress
In reply to: Social media?You have to include the
http://as well otherwise it doesn’t work. Just tested and confirmed.Forum: Fixing WordPress
In reply to: Tags not working from Tag cloud – returns 404To “rebuild” permalinks you just click ‘Save Changes’. The optional area is normal to be blank.
What is your custom permalink setting?
You could also switch to default permalinks, delete the .htaccess and then and switch back to the permalink settings you want and WordPress should generate a new htaccess file.
Forum: Fixing WordPress
In reply to: help uninstalling and starting fres, getting 301 errorlook in the root folder of your WordPress install via ftp or a file browser in your control panel and delete a file called “.htaccess”
Forum: Fixing WordPress
In reply to: Tags not working from Tag cloud – returns 404Could be a plugin creating those rewrite rules?
After you changed to the ‘standard’ htaccess did you rebuild permalinks from within the admin options too?
If not give that a try otherwise I would have look through your plugins for possible causes/conflicts.
Forum: Fixing WordPress
In reply to: Social media?Downloaded the theme and put on a test site entered the above and works as I suggested.
http://wkd.im/x/ss01244938.jpg
http://wkd.im/x/ss01262641.jpg
*shrugs*
Forum: Fixing WordPress
In reply to: Social media?It probably requires the full url to your social profiles ie replace the # with the full url to your flickr username:
http://www.flickr.com/photos/flickrusername/Forum: Fixing WordPress
In reply to: Author is not me, but I'm the only admin!Grab a cup of tea/coffee and have a read through here to find out if you have been hacked, how to prevent it in the future and what to do if you have been:
http://lorelle.wordpress.com/2009/09/04/old-wordpress-versions-under-attack/
Forum: Installing WordPress
In reply to: Blank Page after Installing Thesis 1.7Can you access the backend or does that WSOD as well? (White Screen Of Death)
Check for an error_log in your root folder via ftp. Post the latest entries.
Otherwise delete the thesis theme try again .
Or rename plugins folder to something else this will disable all plugins
Then run domain.com/wp-admin/upgrade.phpNone of that works then re upload all the core WordPress files. Go to the database & repair and optimize tables.
After each of these steps you should see if you can access front and the backend.
Forum: Installing WordPress
In reply to: Help. Parse error: syntax error, unexpected '.'Drop all the database tables via phpmyadmin, delete wp-config, upload a fresh wp-config.sample and visit your domain and run the web install instead and see what happens.