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: How can Blog Page only display a specific categoy?

#40278

Hi gerry21,

Thanks for using our theme. First of all go to dashboard -> appearance-> Ambition theme options -> Home Page Blog Category Setting and select the category which you want to display.

Doing this you can show specific category post. If you are using sticky post to display slider in your front end then the sticky post will also be displayed in your blog page.
To remove those sticky post Go to Appearance -> Customize -> Ambition theme options -> Custom CSS paste the below CSS code and Click on Save & Publish button at the top of the options panel.

#main .sticky{
  display:none;
}

Thank you!