Shortcode Isabela
// Add Shortcode
function editor_do_blog() {
<div id="editor-wrapper" style="margin-top: 20px;">
<div id="editor-photo" style="float: left;"><img style="clip-path: circle(55px at center); border-radius: 100%;" title="Isabela Braga" src="https://www.monde.com.br/blog2018/wp-content/uploads/2018/06/Isabela.jpg" alt="Isabela Braga" width="55" height="55" /></div>
<div id="editor-contact" style="float: left; margin: 7px 0 0 10px;">
<p style="font-size: 0.8em; font-family: 'helvetica', sans-serif; color: #888888; line-height: 1.3;"><em>por</em> <span style="font-size: 1em; font-weight: bold; text-transform: uppercase;">Isabela Braga</span>
Marketing de conteúdo
<a title="Enviar mensagem" href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
}
add_shortcode( 'isabela-autora', 'editor_do_blog' );