kim09
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Comments don’t appear on Blog PostsHey,
It might be in your single.php. Backup your file first, and look for this code in single.php:
<?php comments_template(); ?>
If you don’t see this, you might add it inside of a div.
GoodluckForum: Installing WordPress
In reply to: Instralizion problemHey
You should not delete the all the file of public_html if you installed with fantastico, should go to Fantastico/choose the installation folder and choose “remove”. Perhaps it will help if you do it again by going to fantastico, and choose “remove”
Forum: Fixing WordPress
In reply to: How to rename the wordpress admin (wp-admin)There are many ways to keep your wordpress site secure without renaming your wp-admin folder
This article might help: http://codex.wordpress.org/Hardening_WordPressForum: Fixing WordPress
In reply to: Multiple blogsI guess you can have multiple blog by using wp_category_list()
Forum: Fixing WordPress
In reply to: Site TrackingOh, you probably didn’t extract the file yet? After you download it, did you upload it to your server? in wp-contents/plugins/ then extract it in a folder?
I use version 2.9.2 same as yours 🙂
Forum: Fixing WordPress
In reply to: Site TrackingTo activate the plugin, it’s in Admin/Plugins/choose the plugin and activate it. To configure the settings, it’s in Settings/Wordpress Popular post. Then go to Appearance/Widget/popular post
Forum: Fixing WordPress
In reply to: Images in posts used to show up but not any more – HELP!!!Hey avalove,
I would disable the added plugin, let’s see what happenForum: Fixing WordPress
In reply to: Change home pageIf Gary Barret’s suggestion doesn’t work, change the wp_list_pages in header.php
http://codex.wordpress.org/Template_Tags/wp_list_pagesForum: Fixing WordPress
In reply to: What is and How to ‘Subscribe by Email’Hey,
That can be done by burning your RSS feed to feedburner.
1. Sign up with feedburner (usually using gmail email account)
2. Once you sign in, enter your feed address (right click your rss icon, and choose “copy link location”, enter that address in feedburner feed address.
3. Enter title of your feed, and hit next, then choose “publicize” tab.
4. Choose email subscription, and get the code.
5. Copy and paste in your code in text widget, drag it to your sidebar. Email form will be displayed, and you can style it in your css
Goodluck!Forum: Fixing WordPress
In reply to: Can’t login to admin after weird Warning messagesHi,
That happened to me too, disable plugins, and delete the Cirque themes in your cpanel.
I hope that will help, let me know.Forum: Fixing WordPress
In reply to: Can’t access webpage or wp adminThat happened to me too, and i did as ClaytonJames describes:
1. Cpanel, and delete lifestyle_40 theme.
2. There may be spaces or unclean code in your function.php, so try to clean it, removing spaces.
I would always install wordpress locally and edit files locally first before applying it online 😀
Goodluck!Forum: Themes and Templates
In reply to: Can’t see how threaded comments workHey tastewar
It’s usually in Admin/Settings/Discussions settings/Other comment settings/enable Threated comments
Forum: Installing WordPress
In reply to: Admin Log In Page Gives Error MessageHey SukieBelle
I tested and it’s there 😀 maybe the server was down or something
Forum: Fixing WordPress
In reply to: Site TrackingHi
In google analytics you can find this infos, To display it in your site, you can use WP popular post plugin.
Goodluck!Forum: Installing WordPress
In reply to: Broken theme can’t delete w/FTPMaybe change file permision first too?