single.php not recognizing changes when i hit update
-
Hi,
I am trying to take away the “written by (company name)” in my testimonials section of my website. I believe this can be done by taking out the following code in my single.php file. However, when I go to remove this from the file in wordpress and hit “Update File” the page merely refreshes as if i never deleted anything. Why would this be?
<div id="post-author"> <h3>Written by <?php the_author_posts_link() ?></h3> <p class="gravatar"><?php if(function_exists('get_avatar')) { echo get_avatar( get_the_author_email(), '80' ); /* This avatar is the user's gravatar (https://gravatar.com) based on their administrative email address */ } ?></p> <div id="author-description"> <?php the_author_meta('description') ?> <div id="author-link"> <p>View all posts by: <?php the_author_posts_link() ?></p> </div><!--#author-link--> </div><!--#author-description --> </div><!--#post-author-->
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘single.php not recognizing changes when i hit update’ is closed to new replies.