I'm new to the forum as I've volunteered myself to maintain my son's triathlon club's website. I have a little experience with html and css but nothing yet with php. I am, however, brave but foolish. I opened the file manager for the site and was able to change the php files for all of the web pages except one (add a new sponsor logo, change names and emails,etc. with no trouble at all - meaning everything works as it is supposed to).
However, there is one page that is giving me fits. The website: mtriathlon.org has a link to the news and events page. When you click on the link it opens up a page where the header is formatted as the other pages, and the footer, but the heading for the page used to show as the Cycling Club not the Triathlon Club. Now the page shows a broken link to the header. The page listed in the url is mtriathlon/news/index.php
When I open the file manager for the page and locate the /news/index.php file this is the code that is listed:
PHP Code:
<?php
/* Short and sweet */
define('WP_USE_THEMES', true);
require('./wp-blog-header.php');
?>
I just want to put a new header in the page
Triathlon News and Events and to make the sure the triathlon links" at the bottom of the page actually link to something. Right now they go to a page that doesn't exist (error)