Adding Content Above Posts

Discussion in 'Blackriders WordPress Theme' started by mrmatt, Jun 16, 2015.

  1. mrmatt

    mrmatt New Member

    Joined:
    Dec 13, 2014
    Messages:
    10
    Likes Received:
    0
    Is there a way to add a "page" or "content" above the blog posts? I want to have the blog post there but also would like a page of content above them.

    If that is not possible is there a way to have a featured page instead of the posts?

    Thanks
     
  2. mrmatt

    mrmatt New Member

    Joined:
    Dec 13, 2014
    Messages:
    10
    Likes Received:
    0
    The above question is for the home page.
     
  3. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello, mrmatt!

    Please follow the screenshot given below.
    blackrider_add_custom_field_above_blog_post_in_homepage.png

    PHP:
                  <div class="clear"></div>
                  <
    div class="grid_24">
                      <
    div class="my_custom_content">
                       <---- 
    Enter your content here... ---->
                     </
    div>
                 </
    div
                 <
    div class="clear"></div>
    Now, Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .my_custom_content {
      border-bottom: 1px dashed #dadada;
      padding-bottom: 30px;
    }
    .bottom_feature {
      padding-top: 30px;
    }
    Thanks,
    Praveen
     
  4. mrmatt

    mrmatt New Member

    Joined:
    Dec 13, 2014
    Messages:
    10
    Likes Received:
    0
    Hi Praveen,

    That worked well, thank you.

    Is there a way to do that without pushing the sidebar down as well. I would like to keep the sidebar where it was at and add the content to the left of it and just push the blog posts down.

    Thanks
    matt
     
  5. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    It requires some customization in the source code of the theme.
    So, send us your website WordPress login details at [email protected] along with the thread link.
    We will customize it for you :)
    Thanks,
    Praveen
     

Share This Page