Blog Not Displaying in site

Discussion in 'Real Photography WordPress Theme' started by c_musseau, Jul 17, 2014.

Thread Status:
Not open for further replies.
  1. c_musseau

    c_musseau Guest

    Joined:
    May 21, 2014
    Messages:
    38
    Likes Received:
    0
    Hi,
    I successfully removed the blog from displaying on my homepage. But now, I cannot get the main blog page or any blog post to display within the site. I simply want a /blog for the blog main page, and then of course the blog articles.

    http://dev.ellenwalkerdesign.com/
     
  2. Nitesh

    Nitesh Support Staff

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

    You have added css code given below to hide blog posts from front page. It is hiding posts from whole site. Remove css code given below.

    Code:
    div.content-bar {
    display: none;
    }
    After that open "front-page.php" and remove code as shown in the image.

    blog.png

    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. c_musseau

    c_musseau Guest

    Joined:
    May 21, 2014
    Messages:
    38
    Likes Received:
    0
    Thanks. Blog is working but all the blog pages are full width...without widgets.
    I want the blog posts to be the same as pages, with the sidebar.
     
  4. c_musseau

    c_musseau Guest

    Joined:
    May 21, 2014
    Messages:
    38
    Likes Received:
    0
  5. Nitesh

    Nitesh Support Staff

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

    For this download "blog.php" file attached and replace it with your current blog file.

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

    Code:
    .content-bar .post img {
    max-width: 100%;
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     

    Attached Files:

  6. c_musseau

    c_musseau Guest

    Joined:
    May 21, 2014
    Messages:
    38
    Likes Received:
    0
  7. Nitesh

    Nitesh Support Staff

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

    It's a "single.php" file. Please download single.php file attached and replace it with your existing file.

    Thanks & Regards
    Nitesh Raghuwanshi
     

    Attached Files:

  8. c_musseau

    c_musseau Guest

    Joined:
    May 21, 2014
    Messages:
    38
    Likes Received:
    0
    Great. Thanks!
     
Thread Status:
Not open for further replies.

Share This Page