The author is missing As you can see in my template, the author can be displayed. It can be identified and displayed. Looking in the html you see that the author is stuck in a <span> with a class which can be identified and comes with a separator, separating the author and the date. It seems to me that throughout the web there are 2 or 3 ways to put the author and the date. In another, it is a <span> with another class, in which in between comes an <img>, which is the image of the blue calendar, to the right of the image, the date comes, and to the left comes the author.
<span class='fecha_nota_interior'> <!-- AUTOR --> Por: Jhenny nava B. | 18/06/2017 | <span class='hora_interiores'>Ed. Imp.</span> </span>
With the <img>
<span class="fecha">BARCELONA/EFE | | <img src="/opinion/img2017/calendarito_celeste.gif"> 21 feb 2019</span>
Log in here to create Instant View templates. Please enter your phone number in the international format and we will send a confirmation message to your account via Telegram.
As you can see in my template, the author can be displayed.
It can be identified and displayed.
Looking in the html you see that the author is stuck in a <span> with a class which can be identified and comes with a separator, separating the author and the date. It seems to me that throughout the web there are 2 or 3 ways to put the author and the date. In another, it is a <span> with another class, in which in between comes an <img>, which is the image of the blue calendar, to the right of the image, the date comes, and to the left comes the author.
<span class='fecha_nota_interior'>
<!-- AUTOR -->
Por: Jhenny nava B. | 18/06/2017 |
<span class='hora_interiores'>Ed. Imp.</span>
</span>
With the <img>
<span class="fecha">BARCELONA/EFE | | <img src="/opinion/img2017/calendarito_celeste.gif"> 21 feb 2019</span>