Hi,
Currently, I’m setting up my site. I have got a few issues to resolve. Please help.
1. On the single post I would like to remove category from bottom and add category term above title – currently using a post hero as follows
<h1>{{post_title}}</h1>
<span class=”entry_meta”>By {{post_author}} {{post_date}}</span><span class=”social-share”>[gp-social]</span>
2. I would like to add social links in author box – current elements code –
<?php echo get_avatar( get_the_author_meta( ‘ID’ )); ?>
<h5 class=”author-title itemprop=”author” itemscope itemtype=”
http://schema.org/Person”>
<span itemprop=”name”><?php printf( esc_attr__( ‘About %s’, ‘the author’ ), get_the_author_meta( ‘display_name’) );?></span></h5>
<p class=”author-description”><?php echo wp_kses( get_the_author_meta( ‘description’ ), null ); ?></p>
3. Similarly, on the author’s archive page, I would like to show the author description and social links. Currently, it shows only image an name. – https://staging.nexttotry.com/author/khaledshariar/
4. On category page how to show description – currently Archives hero –
<h1>{{post_title}}</h1>