Misskim
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Cannot log into my WordPressTry to clear your browser history and reset all cookies and passwords in your browser.
Forum: Fixing WordPress
In reply to: 404 Error on Admin PageTry to re install wordpress
Forum: Fixing WordPress
In reply to: 500 error on site- I use genesisTry to uninstall it one by one and see if one of them is causing an error
Forum: Fixing WordPress
In reply to: Site is down, Fatal ErrorTry to change the theme.
Forum: Fixing WordPress
In reply to: How do you open blogger posts into the same post in wordpress?Try to read this http://bloggertowp.org/migrate-from-blogger-to-wordpress-best-tutorial/ i hope it helps!
Forum: Fixing WordPress
In reply to: How can I exclude my caption to show up in RSS feed?Try this to your themeβs functions.php file:
<code> add_filter('disable_captions', create_function('$a','return true;')); </code>Forum: Fixing WordPress
In reply to: Adding pagination to a QueryForum: Fixing WordPress
In reply to: Add a class to a href linking to image.Read this http://www.island94.org/2011/01/adding-class-to-wordpress-linked-images/ hope it helps!
Forum: Fixing WordPress
In reply to: How to sort post in Home Page by popularForum: Fixing WordPress
In reply to: Updating wordpress in SpanishGo to your ftp and edited the wp-config.php file. In it was a line to choose which language. It had changed from en-PE (for Spanish) to en-US.
If your WordPress ever switches languages on you, just change this line to read :
define ('WPLANG', 'en_US');Forum: Fixing WordPress
In reply to: Image popup when hovering over an imageSorry didn’t see that π
I goggle it and found this hope it helps.
http://wordpressfaq.org/site/popup-windows/http://webdesigninfo.wordpress.com/2007/05/26/creating-popup-image-viewer-in-css/
Forum: Fixing WordPress
In reply to: Image popup when hovering over an imageYou should add plugin Simple Popup Images plugin here’s the link http://wordpress.org/extend/plugins/simple-popup-images/
Forum: Fixing WordPress
In reply to: sub menus do not display their pageMake sure your Permalinks have been updated and saved. Settings > Permalinks (select the desired format) > Save Changes
Forum: Fixing WordPress
In reply to: 3.3 media upload problemsForum: Fixing WordPress
In reply to: Punctuation Error in BlogTry reading this http://codex.wordpress.org/Playing_With_Fonts π