Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • I 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 url www.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 .htaccess file 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: Permalink

    You can use following code to display Permalink in your each post. Hence, you have to edit the index.php and obviously single.php files.

    <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: Permalink

    May 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: Permalink

    Try 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..

    Thread Starter geekit

    (@geekit)

    iridiax, Thanks for your prompt reply.

    What things might be wrong with the server? Do you have any idea about this?

Viewing 5 replies - 1 through 5 (of 5 total)