I am trying to modify the top menu in the manner described by ArnoldGoodway. See below
<ul id="navmenu-h">
<li><a href="<?php echo get_settings('home'); ?>">Home</a></li>
<?php wp_list_pages('sort_column=menu_order&depth=2&title_li='); ?>
<li><a href="https://twitter.com/0co2caravan"></a></li>
<li class="alignright"><a href="<?php bloginfo('rss2_url'); ?>">Subscribe via RSS</a></li>
</ul>
When I go to Update File I get these horrible messages. They persist even if I remove the edit (link to twitter) My site
Where did I go wrong?
Warning: fopen(C:\Inetpub\vhosts\zerocarboncaravan.net\httpdocs\wordpress/wp-content/themes/monochrome_gallery/header.php) [function.fopen]: failed to open stream: Permission denied in C:\Inetpub\vhosts\zerocarboncaravan.net\httpdocs\wordpress\wp-admin\theme-editor.php on line 55
Warning: Cannot modify header information – headers already sent by (output started at C:\Inetpub\vhosts\zerocarboncaravan.net\httpdocs\wordpress\wp-admin\theme-editor.php:55) in C:\Inetpub\vhosts\zerocarboncaravan.net\httpdocs\wordpress\wp-admin\theme-editor.php on line 70