I want to put in a bit of background under 'Author' but it is not displaying. It appears in the dashboard, but not on the blog itself.
Any advice gratefully received!
Helen Lewis
I want to put in a bit of background under 'Author' but it is not displaying. It appears in the dashboard, but not on the blog itself.
Any advice gratefully received!
Helen Lewis
check this
If you are referring to information about author displayed in sidebar, you may need to go to your editor in admin area: In Dashboard click on Design > Theme Editor and click on sidebar (sidebar.php) on the left side or wherever you have main pages listed. In the central window you shall get sidebar.php loaded, find the following code:
<!-- Author information is disabled per default. Uncomment and fill in your details if you want to use it.
-->
and delete the following lines:
At the beginning:
<!-- Author information is disabled per default. Uncomment and fill in your details if you want to use it.
At the very end after delete:
-->
now you should be able to see information about author.
This topic has been closed to new replies.