geekit
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Unable to install wordpress as blog onlyI suspect you have placed the wordpress core files in the root folder. But, you want the wordpress site to be alive at
www.godaisies.com/blog. If you want to have the wordpress site alive in that url, you should create a folder called ‘blog’ in your root folder. Then you have to place put every files you have with WordPress. After, doing so, you can access your site by typing this urlwww.godaisies.com/blog, which will guide through the rest of the process to install the WordPress in your server. That’s it.If you lose your
.htaccessfile you can find it in your trash folder, if you unknowingly delete it once. Find it and restore that file as well.I think these information will help you.
Forum: Fixing WordPress
In reply to: PermalinkYou can use following code to display Permalink in your each post. Hence, you have to edit the
index.phpand obviouslysingle.phpfiles.<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>">Permalink</a>By putting this code in your theme, you’ll have a link entitled Permalink
It’ll automatically links to the particular post.
Forum: Fixing WordPress
In reply to: PermalinkMay I know where do you want to put this permalink in your theme? If I know the exact place I can help you?
Forum: Fixing WordPress
In reply to: PermalinkTry by using following code..
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a>Hope this will help you..
Forum: Fixing WordPress
In reply to: Error in establishing database connectioniridiax, Thanks for your prompt reply.
What things might be wrong with the server? Do you have any idea about this?