micx7
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: rankingsFirst check your Privacy-Settings on WordPress Settings->Privacy. If your install is visible to search engines submit a xml sitemap to google, easy with a plugin like http://wordpress.org/extend/plugins/google-sitemap-generator/.
The Domain for search engines always will be http://www.jwonline.me.uk
Or you could move your old domain to the actual installation/provider and changing the Site-Adress at your Backend (http://codex.wordpress.org/Changing_The_Site_URL). Else you could move your WordPress-Install to the 1&1-Webspace, but thats more complicated (http://codex.wordpress.org/Moving_WordPress)
Any news at that issue? Got a client wanting to use disqus on a multilanguage blog…
Forum: Fixing WordPress
In reply to: adding a category to archive permalinksok, thanks for the fast reply…
Forum: Fixing WordPress
In reply to: Bottom menu will not deleteDid you already check the WP_Nav_Menu? Design/Menus at you WP Backend.
Otherwise you could set it to display:none via css, but its not that good for SEO. In your case: #bottom_menu_wrapper {display:none;}
Forum: Fixing WordPress
In reply to: plugins uploadThe path is yoursite/wp-content/plugins
Much more easy is to use the wordpress builtin plugin routine (Plugins / Install) at the Backend…