Forums

WP database retrieval - blog URI (3 posts)

  1. Sushubh
    Member
    Posted 4 years ago #

    any ideas which files retrieve information from the database in wp?

    espcially blog URI?

    my only requirement is to redefine blog installation URI through a PHP file instead of the database... there should be someway... :|

  2. NuclearMoose
    Member
    Posted 4 years ago #

    <?php bloginfo('url'); ?> in 1.2x
    <?php echo get_settings('siteurl'); ?> in 1.5

  3. Sushubh
    Member
    Posted 4 years ago #

    thanks mate.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.