Allow WordPress installation URI and blog URI to be different.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1203 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
2
wp.php
2
wp.php
@@ -15,7 +15,7 @@ require_once("wp-blog-header.php");
|
||||
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
|
||||
</head>
|
||||
<body>
|
||||
<h1 id="header"><a href="<?php echo get_settings('siteurl'); ?>" title="<?php bloginfo('name'); ?>"><?php bloginfo('name'); ?></a></h1>
|
||||
<h1 id="header"><a href="<?php echo get_settings('home'); ?>" title="<?php bloginfo('name'); ?>"><?php bloginfo('name'); ?></a></h1>
|
||||
|
||||
<!-- // loop start -->
|
||||
<?php foreach ($posts as $post) { start_wp(); ?>
|
||||
|
||||
Reference in New Issue
Block a user