• Im having trouble with my wordpress right now. i installed it several times. When i install it in my localhost it seems to be fine but when i check in other computer the template is not working.

    here is the site that im referring to: http://chamberlainwebsolution.dyndns.org/

    By the way im using UBUNTU 10.10

    i also have problem with my FTP when installing new template.

    Thanks and please help me.

Viewing 5 replies - 1 through 5 (of 5 total)
  • I’m going to ask the obvious… do you have WordPress installed on the server at the web address (link) you posted? Because when I go to that link and ad ‘index.php’ I get a Joomla site. 🙂

    http://chamberlainwebsolution.dyndns.org/index.php

    Thread Starter lazysyntax

    (@lazysyntax)

    its a wordpress. please do check it again.

    you’ve got localhost in your general settings

    change that to your dyndns address, localhost won’t work because every computer thinks it’s localhost….. so each computer tries to load your css from itself

    Looks like your stylesheet(s) are not being implemented.

    <link rel="stylesheet" type="text/css" media="all" href="http://localhost/wp-content/themes/twentyten/style.css" />

    Line 7 of your code.

    Make sure to update your links in your files when you go live.

    ie

    <link rel="stylesheet" type="text/css" media="all" href="rootfolder(ie.wordpress)/wp-content/themes/twentyten/style.css" />

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘wordpress template not working on over the net’ is closed to new replies.