thisisedie
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: How Do I add a link please<a href="BLOGURL">text</a>Forum: Fixing WordPress
In reply to: Permalinks not working in 2.7 versionWho’s your host? I know with Godaddy when you change the .htaccess it can take up to an hour to take effect.
Forum: Themes and Templates
In reply to: stylesheet is missing??It’s wherever you have WordPress installed. You’ll see wp-admin, wp-content, and wp-includes along with a bunch of wp files.
Forum: Themes and Templates
In reply to: Can’t find how/where to fix these errors!Help you with what?
Forum: Fixing WordPress
In reply to: wordpress installed, now what to delete?You can delete install.php (I always do) but it isn’t necessary.
Forum: Fixing WordPress
In reply to: How to remove comments from spamUh… the same way you marked them as spam. Just go to spam comments, tick them, and approve them.
Forum: Installing WordPress
In reply to: What are the wordpress core files?You can either install directly into the root or give WordPress its own directory.
Forum: Plugins
In reply to: problem in plugin sing a songI Googled this “sing a song” plugin you’re carrying on about and found nothing. What are you talking about?
there are appear only 5 posts no more and i want to appear all posts not 5
You can change the number of posts per page in your admin panel under settings/reading.
Forum: Themes and Templates
In reply to: Problems with site on Firefox 2 vs. IE 7#1. Upgrade to 2.7!
#2.
I have edited the sidebar to remove the meta and blogroll sections, because mine will not be a blog website and we would like to minimize that sort of info. I understand that changing that sort of thing intails a certain amount of risk
Huh? Risk? What risk?
Forum: Themes and Templates
In reply to: HTML HelpI simply can’t pass up saying that I find it incredibly amusing that you told aversa to search Google. Why didn’t YOU search Google? The answers to your questions are extremely basic and easily found by searching Google.
Forum: Fixing WordPress
In reply to: Question about Blog TitleWell obviously this:
{ echo '–'; }is adding the dash. If you use exactly what I posted it will work like you want. And again, if you want to remove the text title from above your banner you need to remove the tag that creates it from the header file.
Forum: Fixing WordPress
In reply to: Question about Blog TitleAs for the title… in the header.php of your theme change the title tag to this:
<title><?php wp_title('|',true,'right'); ?><?php bloginfo('name'); ?></title>To get rid of the text title above your banner look for something like:
<h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1>also in the header.php and remove it.
Forum: Fixing WordPress
In reply to: Can’t indent paragraphDid you not see the link Moshu posted?
Forum: Fixing WordPress
In reply to: “About” BlockBlock?
Forum: Fixing WordPress
In reply to: Help With CSS PleaseYou need to be here:
http://en.forums.wordpress.com/
These forums are for people who host WP themselves.