Wait a minute– i’m very sorry, but this just started working. Guess cache of functions.php takes a bit longer to reload.
Thank you!
Bill, great news about the roadmap– and thanks for your quick response.
Still unable to get author to display, however. Dreamweaver showed me an error on the first snippet of author code which originally read:
$author = ‘<span class=”author”>’by ‘ . get_the_author() . ‘</span>;
I then changed it to the following, and the error went away:
$author = ‘<span class=”author”>by ‘ . get_the_author() . ‘</span>’;
(in functions.php)
I’ve also tried to take out the ‘by’ all together, thinking that was the problem, and have added .author {display:block;} in the css just for insurance. Still no luck.
Any thoughts?
Thank you for your time on this.