badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Is there a way to display images different sizes in posts?

#47437

Hi Iansandswriter,

For this:
1. Set the image to small size.
2. Remove the header image.
3. Hide the meta tags from the post. To hide the meta tags you have to upgrade it to pro version OR just add the custom CSS
Go to Appearance -> Customize -> WP Portfolio Theme Options -> Custom CSS and paste the below CSS code then click on Save button.

.single-post .entry-meta {
    display: none;
}