kim09
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: my site not being picked up by google search…request adviceCreating a sitemap using Google XML generator and submit to webmaster tool helps too. It needs time for Google to find your site. Be patient and create your content for your visitors instead.
Forum: Fixing WordPress
In reply to: Removing blog from accountAs far as i know, you can’t delete wordpress.com account, it will be automatically deleted if you don’t log in for a period of time: Here is WordPress.com forum: http://en.forums.wordpress.com/
Sorry to say, but this forum is for selfhosted wordpress. wordpress.org
Forum: Fixing WordPress
In reply to: How to 2 blogs?It can be achieved by modifying wp_list_categories.
To make the “home” tab gone, simply choose static page setting.Forum: Fixing WordPress
In reply to: Entire site is not formattedIt’s possible because you have changed your site URL, if you did,
this might help: http://codex.wordpress.org/Changing_The_Site_URLForum: Fixing WordPress
In reply to: Unique Single Post Per CategoryYes, this can be achieved by modifying wp_list_categories
Forum: Fixing WordPress
In reply to: One post two wordpress sites – HOW?Isn’t it called duplicating content?
Forum: Fixing WordPress
In reply to: Posting to Individual PagesHey newslc,
I guess it can be done using wp_list_categories in header.php. I use it for my blog.
Cheers
Forum: Fixing WordPress
In reply to: Page Title Url RediredtHey,
I use redirects plugin and it works well
Forum: Fixing WordPress
In reply to: HTML code not workingDoes it still happen if you have the default theme?
Forum: Everything else WordPress
In reply to: Advice on link exchangesHey,
I would be careful on who you are linking to your site, as far as i know, if you have “bad” site link in your site, google will not like it.Forum: Themes and Templates
In reply to: Two blog pagesi guess you can achieve that by modifying wp_list_categories
Forum: Installing WordPress
In reply to: 1 and 1 Hosting – Is it still bad?Hi,
I used 1&1 and am still using it (but not for wordpress) To me they’re very good, but it’s just quite expensive. I took basic package which doesn’t support mySQL, and using another host for wordpress. In my opinion, 1&1 is fine.
Forum: Fixing WordPress
In reply to: making a copy of online siteoh, but why can’t you go to your server? you might want to contact your web hosting then.
Forum: Fixing WordPress
In reply to: making a copy of online siteHi there,
If you use cPanel, you may want to find phpMyAdmin icon and click it, there you will find the database you used to install wordpress. But i recommend that you don’t touch anything if you’re not sure 😀
To back up, you can use WP-DB-Backup, it works well without going to your phpMyAdmin. If you have to go there, to back up database, you will need to choose the database, and select all tables, make sure its SQL and in zip file, hit go.Forum: Fixing WordPress
In reply to: How are visitors leaving comments?I don’t quite understand what you meant, but if you see “you must log in to leave a comment” it means, you can only post a comment when you are logged in (register first then log in).
If you own a blog this option can be found in: Admin/settings/Discussion/look for “Other comment settings” and in the second list, tick “Users must be registered and logged in to comment”
Cheers