• Resolved dragon52x

    (@dragon52x)


    Hi,

    I am new to wordpress.

    I have a Windows7 pc and a server (Linux box) with WordPress, Apache and MySql installed. I have inherited the server from someone.

    When I type ‘https://x.x.x.x/wordpress’ I don’t get a nicely formatted web page, just lines, see below. Note, I have removed some blank lines below to make it shorter. Can anyone tell me what the problem is?? Thanks.

    scsnew
    
    Just another WordPress site
    
    Skip to content
    
    ?Home
    ?Sample Page
    
    Hello world!
    
    Posted on March 16, 2011 by admin
    Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!
    
    Posted in Uncategorized|1 Comment
    
    ?Search for:
    
    ?Recent Posts
    ?Hello world!
    
    ?Recent Comments
    ?Mr WordPress on Hello world!
    
    ?Archives
    ?March 2011
    ?Categories
    ?Uncategorized
    ?
    Meta
    ?Log in
    ?Entries RSS
    ?Comments RSS
    ?www.remarpro.com
    
    scsnew
    Proudly powered by WordPress.
Viewing 6 replies - 1 through 6 (of 6 total)
  • Check the path in the CSS.
    Or check in your header.php if path of ur style.css is correct.

    Mvg,
    Avinash Bhageloe

    Thread Starter dragon52x

    (@dragon52x)

    Thanks Avinash,

    Are you saying the css or the path to the css is missing/wrong?

    The ip address in the following url is wrong. The ‘x.x.x.x’ bit is not the network ip I am using. Where does the system get the ip from? How does it work out the ‘href’, ie ‘stylesheet_url’ part?

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

    <link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'stylesheet_url' ); ?>" />

    The trouble is I don’t know where to look for these files. Where is the actual code file for that web page. I have done search of the text ‘Hello World’ but nothing was found.

    I know so little of the wp file structure.

    Thanks for your help

    Where does the system get the ip from?

    I guess it’s your dedicated IP that your PC has in the global Internet.

    How does it work out the ‘href’, ie ‘stylesheet_url’ part?

    It’s built-in WordPress function that gets full url to theme’s stylesheet. You can edit that code in header.php file located at wp-content/themes/twentyten

    thanks for the info..could use it, too..

    it’s a big help, thanks…

    Thread Starter dragon52x

    (@dragon52x)

    I have found the answer.

    The IP address is in the wp-options table of the wordpress database. 2 records in this table need to be changed.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘doesn't look like a web page’ is closed to new replies.