I also want to know how to disable or enable the “latest post” loop, thanks.
In the file header.php remove the following lines:
<div class="header-latest-posts f-left">
<ul id="js-latest" class="js-hidden">
<?php foreach( $recent_posts as $recent ): ?>
<li><a href="<?php echo get_permalink( $recent["ID"] ); ?>" title="<?php echo esc_attr( $recent['post_title'] ); ?>"><?php echo $recent['post_title']; ?></a></li>
<?php endforeach; ?>
</ul>
</div> <!-- .header-latest-posts -->
Actually the lastest post could be used as “latest news:”
How can I increase the width of it?
Thanks.
The width of what? Do you mean the red part with Latest Post in it or the part where the title of the post is in? And aren’t those already width enough?
When the title of the post is long it is being cut off. Here is my site: http://www.slumdogtraveller.com/
How do I resolve this?
Thank you in advance.
Hello.!
Thanks for using a ProfitMag Theme..
Actually,your site seems ok.The title of the post are positioned.
And about increasing the width of the sidebar width,it is default..
And those sidebars are already wide enough..
If you need anyhow then please contact further with our live support team..
=>> wpgaint.com
Thanks !!
Hi Guys;
I want to change “latest post” to another language or another text for ex. “flash post”. How can I change that words?
I remember it’s some where in a css file, check it there
Thank you guys. My problem was solved with your help!