Hi,
I'm trying to fix my template so I don't lose changes I've made to CSS and PHP files during upgrades. I read that the gavern/user.functions.php file can be used to make modifications that won't be affected by updates. However I'm not sure how to properly format the file so that my site won't crash.
I'm trying to add the following:
Change my date format (as referenced here: https://www.gavick.com/forums/wordpress ... 26748.html) with F j, Y | g:i A T.
Change my featured image on first page only (as referenced here: https://www.gavick.com/forums/news-wp/f ... 26537.html)
Change my page navigation for articles (as referenced here: https://www.gavick.com/forums/news-wp/p ... 25862.html)
I spent the last 4 hours trying to mess with the code to get it right, but get keeping syntax errors in Dreamweaver when editing my php file. I figured there has to be a better way than copying the entire code on those pages when only small edits are being made.