• Hi,
    I use Theme Fukasawa.
    On my webiste: https://mwmstudio.pl/ when you hover on thumbnail you will see “ZOBACZ” on the photo.
    Do you know how to change the code to display there title of the post?

    Code looks like that:

    <div class="featured-media">	
    
    				<?php the_post_thumbnail('post-thumb'); ?>
    
    				<a class="post-overlay" href="<?php the_permalink(); ?>" rel="bookmark" title="<?php the_title_attribute(); ?>">
    
    					<p class="view"><?php _e('Zobacz','fukasawa'); ?> &rarr;</p>
    
    				</a>
    
    			</div> <!-- /featured-media -->

    Thanks for help!

  • The topic ‘How to show title of news’ is closed to new replies.