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*

Blogs

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #27638
    Brian
    Participant

    I have a few questions regarding blogs.

    1. Can I create multiple blogs? I have multiple topics I want to discuss and I want the posts to be separate. Is it done by tagging or categories?

    2. Can I get rid of the slider on the blog page?

    3. Can I get rid of the sticky posts on the blog page and just use the stick posts for the home page?

    Thank you!

    #27654

    Hi Brian,

    No you cannot create multiple blogs. It needs code customization and you need to hire a developer to fix it.

    2. Can I get rid of the slider on the blog page?
    ==> If you don’t want slider in blog page then you need to go to dashboard -> pages -> create a blog page and at the right hand side of the page there is template. select blog image large or blog image medium or blog full content display you want.

    Then go to dashboard -> settings -> reading and leave defaullt to post page. View this screenshot.
    http://awesomescreenshot.com/02256h6d83

    Then your slider will not be displayed in blog page.

    3. Can I get rid of the sticky posts on the blog page and just use the stick posts for the home page?

    To remove the sticky post from blog page you just need to paste this below css. 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;
    }

    Hope this may help you
    Thank you!

    #27965
    Brian
    Participant

    Thank you!

    #28039

    You Welcome. 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.