[wp-trac] [WordPress Trac] #16743: Can't set static page as front page when using WP_CONTENT_DIR

WordPress Trac wp-trac at lists.automattic.com
Thu Mar 3 22:17:15 UTC 2011


#16743: Can't set static page as front page when using WP_CONTENT_DIR
--------------------------+-----------------------------
 Reporter:  obvio         |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  General       |    Version:  3.1
 Severity:  normal        |   Keywords:
--------------------------+-----------------------------
 I'm using

 {{{
 define( 'WP_CONTENT_DIR', $_SERVER['DOCUMENT_ROOT'] . '/content' );
 define( 'WP_CONTENT_URL', 'http://domain.com/content');
 define( 'WP_PLUGIN_DIR', $_SERVER['DOCUMENT_ROOT'] . '/content/plugins' );
 define( 'WP_PLUGIN_URL', 'http://domain.com/content/plugins');
 }}}

 and when trying to set static front page it always reverts/jumps back to
 '''Uour latest posts'''.

 I tried with 2010 with no plugins activated on a fresh install, re-saved
 permalinks etc. and only when uncommenting those lines I managed to set a
 static from page.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/16743>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list