Is it possible to insert code between post at index.php (i am not sure)? So i can add some pic, or adsense code etc.
This is the default post list: https://prnt.sc/efwz34
And now i want to add the green area between the post (complete with the line): https://prnt.sc/efwzcs
thank you
About this article https://docs.presscustomizr.com/article/243-speed-up-the-hueman-theme-how-to-setup-w3-total-cache-plugin
a little bit confused about JS Setting (JS file management).
The last two script wp-content/themes/hueman/assets/front/js/scripts.min.js and wp-includes/js/wp-embed.min.js at the tutorial show “Embed after </body>” but at the screenshot show “Embed before </body>”
Pic: https://prnt.sc/efrujo
Which one is correct? Or its just the same?
Thank you very much
]]>1. When i scroll down huemen theme demo https://demo-hueman.presscustomizr.com/ , the “Top Bar” become transparent. it is custom top bar or i just missed some setting or..?
2. How to make different color like download page at demo?
Screenshot: https://prnt.sc/eejjvg
Tahnk you
The link to my blog is – happinessandfood.com
Please help. Thank you!
]]>Link to blog is https://happinessandfood.com/
Thanks in advance.
]]><?php if ( has_post_thumbnail() ):?>
<div class="featured-image-wrap"><?php the_post_thumbnail( 'thumbnail', array( 'class' => 'alignleft' ) ); ?></div>
<?php endif; ?>
now, the problem is thumbnails shows up in every post type including videos, images etc… and i don’t want it this way.
i would like thumbnails to only show up in standard post.
there is code for this matter, but i don’t know how to find it.
any helps would be appreciated.