Hello @viktor341,
Please explain your query in bit detail and you can share the screenshot via onpaste.com
Kind regards,
Manoj
Hello. We found and removed featured image and metadata, because there was a link to the username (login)
*childtheme*/template-parts>/content-single.php
<?php
/**
* Template part for displaying single posts.
*
* @link https://codex.wordpress.org/Template_Hierarchy
*
* @package Acme Themes
* @subpackage Medical Circle
*/
$no_blog_image = '';
?>
<article id="post-<?php the_ID(); ?>" <?php post_class('init-animate'); ?>>
<div class="content-wrapper">
<div class="image-wrap">
<?php
$sidebar_layout = medical_circle_sidebar_selection();
$no_blog_image = 'no-image';
?>
</div>
<div class="entry-content <?php echo $no_blog_image?>">
<?php
the_content();
wp_link_pages( array(
'before' => '<div class="page-links">' . esc_html__( 'Pages:', 'medical-circle' ),
'after' => '</div>',
) );
?>
</div><!-- .entry-content -->
</div>
</article><!-- #post-## -->
Hello viktor341,
Nice to know that your problem is solved.
Another simple method would be hiding it through custom CSS:
.single .content-wrapper .image-wrap {
display: none;
}
Best Regards!
Acme Themes
1 VERY bad method ! (for SEO)
2 Please close the security hole – show login..
3 What is removed is that 90 percent of clients do not need (they add the author to the bottom of the article, their own pictures) 🙂