Number of blog posts on front page

Discussion in 'BlackBird WordPress Theme' started by tasvia, Jun 13, 2013.

  1. tasvia

    tasvia New Member

    Joined:
    May 23, 2013
    Messages:
    11
    Likes Received:
    1
    Hi,

    Recently I had an issue where the front page didnt update blog posts. You fixed this and thank you for that. At the moment, there seems to be a limit of 3 posts on the front page (www.tasvia.se). When I make a fourth post, it just replaces an old one on the front page. How can this be fixed so I have five posts on front page?

    Also, when I make a blog post with a picture in it, it seems the picture automatically comes up on the frontpage under the title. How can I select so that the picture doesnt come up on front page if I dont want it to?

    Regards,

    Daniel
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello Daniel,

    Please check your site. It is working fine now.
    For blog post image. I have added code in custom css. You can check it there.
     
  3. tasvia

    tasvia New Member

    Joined:
    May 23, 2013
    Messages:
    11
    Likes Received:
    1
    Hi Nitesh,

    I can see now that its been expanded, and that the picture in the blog post is not showing. But for some reason, the captation of the picture in one of the blog post is showing in the "thumbnail-text" of the front page (specifically http://www.tasvia.se/?p=248 , the captation "Teknisk improvisation i Växjö med Tomas", from the picture). Any way to get rid of the picture-captation?

    Regards,

    Daniel
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .wp-caption p.wp-caption-text {
    display: none;
    }
     
  5. tasvia

    tasvia New Member

    Joined:
    May 23, 2013
    Messages:
    11
    Likes Received:
    1
    Hi,

    I think you misunderstood me. Using that code will remove the caption from the picture inside the blogpost. I dont want that; i want that caption to stay. What I want is for the caption to be removed from the "preview-text" of the featured blogposts on the front page (down among the five featured). The caption is showing in that text (and even if I enter the code, hence removing caption from picture inside the blogpost, it still shows up on front page).

    Thank you
     
  6. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    .feature-post .feature-post-inner p {
    display: none;
    }
     
  7. tasvia

    tasvia New Member

    Joined:
    May 23, 2013
    Messages:
    11
    Likes Received:
    1
    Hi,

    Using that code removed all the text from the featured post except the headline. I just want the text from the picture-caption thats INSIDE the post, to be removed from the featured post on the front page.

    Regards,

    Daniel
     
  8. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello Daniel,

    Please share screenshot of the exact area which you want to remove.
     

Share This Page