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... :|
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... :|
<?php bloginfo('url'); ?> in 1.2x
<?php echo get_settings('siteurl'); ?> in 1.5
thanks mate.
This topic has been closed to new replies.