Author Box
-
Hello everyone,
I am very new to wordpress and creating a site. I have choosen Lucienne for its modern features.
I wanted to change the author box on the right side and used this htlm :
<div class=”authorwidget widget”>
<span>
<div class=”authorphoto”>
</div>
</span>
<h1 class=”widget-title”>Lucienne</h1>
<hr class=”widget-border”>
<p>This is a custom author box widget where you can display your photo, social media links and some information about yourself.</p>- <i class=”fa fa-facebook”></i>
- <i class=”fa fa-twitter”></i>
- <i class=”fa fa-pinterest”></i>
- <i class=”fa fa-dribbble”></i>
</div>
The result is :
<div class=”authorwidget widget”>
<span>
<div class=”authorphoto”>
alt=”Sabrina ABED”
</div>
</span>
<h1 class=”widget-title”>Sabrina</h1>
<hr class=”widget-border”>
<p>Je suis Ma?tre et praticienne Reiki. J’exerce et enseigne à Nanterre,<br /> Paris et Port-la-Nouvelle.<br />06.61.27.22.01.</p>
</div>
My problem is that I successfully have the img on the landing page but not on the other ones, wheras the text and facebook link are still there.
I hope it is clear ( i am french ?? )
Thank you very much for your help on with this ?
- The topic ‘Author Box’ is closed to new replies.