Perhaps the two pages showing “ADMIN” are actually in WordPress as “posts”? This could cause the “author name” to be shown at the bottom.
Another issue could be that you are using different page templates on those pages, that include the author name in the template. To get rid of this, you could add the following custom CSS to your website (I suppose we are talking about https://mendelssohnconstructions.com.au?):
.page-template-default .autor-content { display: none; }
To add “Extra CSS”, go to the Customizer (under the Appearance menu) and look for the “Additional CSS” field. Then, just add the code above :-).
Please let us know if this solves your issue!
Wouter
]]>Thank-you ever so much. The custom CSS worked. I added the code on the specific pages in the ‘page style sheet’ section. Worked instantly.
Much appreciated.
Shelley
]]>