Forum Replies Created
-
AuthorPosts
-
deanouellette
MemberThanks, i have done it several times and on this one im trying to update now it wont update no matter how many times i have done it
deanouellette
MemberSo I had to delete the image, upload the new image. set it as the featured image, then reupload the original image into the post and it saved that way. so you cant change the featured image without deleting the old one off the site?
deanouellette
MemberPerfect, Thanks Victor
deanouellette
MemberI added it to the very end and still not changing anything
deanouellette
MemberThanks for the reply. I did try adding that to the top of the functions.php file. Didnt do anything, removed the word 'the' to see if was changing it, and it didnt do anything either
<?php
//* Customize the author box title
add_filter( 'genesis_author_box_title', 'custom_author_box_title' );
function custom_author_box_title() {
return 'About Author';
}//* Start the engine
include_once( get_template_directory() . '/lib/init.php' );//* Setup Theme
include_once( get_stylesheet_directory() . '/lib/theme-defaults.php' );
........ etc etc -
AuthorPosts