codingpet
Forum Replies Created
-
Forum: Themes and Templates
In reply to: 2 home pages, read forum posts, confusingwp-admin->appearance->menu, check if you have two “home” link added. Some themes have an option to add the “home” link to menu automatically. In this way, you don’t need to add “home” link to the menu.
Forum: Themes and Templates
In reply to: Twenty elevenuse post ID and write the css in your child theme.
If you don’t want to edit style.css so frequently, then you may consider add a custom field to all posts that you want to hide the title. This article will be helpful is you need it in this way. http://wooshift.com/how-to-add-custom-css-for-individual-posts-on-wordpress/
Forum: Themes and Templates
In reply to: 2 home pages, read forum posts, confusingCan you show URL? why did you say 2 home pages? Are they different or just 2 menu item in the Nav linked to the same page?
Forum: Themes and Templates
In reply to: Raindrops defaulth sidebarYou can remove widgets from dashboard->appearances->widgets. But a few themes will write default widgets in their sidebar if no widgets configured. So if you removed all widgets, the default widgets will display. Then you need to edit the theme files. e.g. sidebar.php to remove the codes.
Forum: Themes and Templates
In reply to: WP Admin looks wrong (w/ photo) and Header WarningHow did you move your site from sub-folder to root? Did you do it in a corrrect way?
1. you need to move all files from sub-folder to root.
2. For database, you need to replace all URL and path. This plugin will help you with it http://wordpress.org/extend/plugins/wp-migrate-db/Forum: Fixing WordPress
In reply to: FTP Password for FZMostly you can retrieve your FTP from your hosting control panel FTP related section. If you don’t know how, then contact your webhost.
Forum: Fixing WordPress
In reply to: Multiple loops break with this bit of code, any ideas why?Which second loop do you mean? The codes you showed works fine. If you have another loop below the codes you showed, then you need to add <?php wp_reset_query(); ?> to reset the query. Does it work?
Forum: Fixing WordPress
In reply to: login problemIt seems you have fatal error in your backend. So when you are redirected to backend, you see this blank screen. Please check your hosting error log to see what happened and fix it accordingly.
Forum: Fixing WordPress
In reply to: Change Permalinks for categoriesYou can use this plugin http://wordpress.org/extend/plugins/wp-no-category-base/
Forum: Fixing WordPress
In reply to: Permalinks broken 404this format should work without problems. have you tried to save the permalink again? Sometimes permalink will not work after upgrade or transfer. “Save changes” again will solve it. But I’m not sure if you are the same issue.
Forum: Fixing WordPress
In reply to: Image cannot display after change domain to subdomaindid you check the image path? How did you transfer the domain to subdomain? If you can show URL, it will be helpful to get it solved.
Forum: Fixing WordPress
In reply to: login problemHi Tom,
You may have problems of redirecting wp-admin to login page. You can login via http://www.8020lifedesign.com/wp-login.php directly.
Forum: Fixing WordPress
In reply to: url addres is too long and website cannot be found.For new websites, it will take a few days to be indexed by google. You may install plugins e.g. http://wordpress.org/extend/plugins/google-sitemap-generator to help google find your site.
Forum: Fixing WordPress
In reply to: help with this code ??? echo $var🙂
Forum: Fixing WordPress
In reply to: code in my sorce that i cant find on WP?thesis has a different way. You may check the thesis options. As I remembered, thesis provided you an option in dashboard to edit footer text and configure google analytics.