Remove Blogging

Discussion in 'Real Photography WordPress Theme' started by ytollig, Nov 27, 2012.

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

    ytollig New Member

    Joined:
    Nov 27, 2012
    Messages:
    14
    Likes Received:
    0
    I just purchased this Theme (RealPhotography) because I like the white, clean cut look. But now: I want just a plain, static, non-blog website. But this template involves blogging. How can I remove the 'blogging part' of this template?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Go to front-page.php present in your theme directory and remove the code given below

    Code:
      <?php get_template_part('loop', 'index'); ?>
    Sending image for reference

    [​IMG]

    This will solve your issue.
     
  3. yeeblazerlover

    yeeblazerlover New Member

    Joined:
    Sep 4, 2012
    Messages:
    4
    Likes Received:
    0
    Is there a way to limit the number of posts shown on the front page, but NOT under the blog tab? My general settings effect both places. I would like only the most recent blog post to show on the front page. The rest can show under the "Blog" menu. thanks!
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  5. pjfotografie

    pjfotografie New Member

    Joined:
    Nov 28, 2012
    Messages:
    8
    Likes Received:
    0
    Hi!
    I hope you can help with something. I've been struggling with for days, red both forums and did not find the right answer.
    I have a static home page with recent posts (recenete berichten) and metadata like posted on, posted by etc. I would like to remove this info. But when I do that, everything is gone. Could ypu please give me the right code to solve this?

    www.puurliefdefotografie.nl

    Many thanks in advance!

    Cheers!
    Mariska
     
  6. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .post_meta {
    display: none;
    }
    This will solve your issue.
     
  7. pjfotografie

    pjfotografie New Member

    Joined:
    Nov 28, 2012
    Messages:
    8
    Likes Received:
    0
    Hi Piyush,

    Thank you for your answer. I've already paste this code. I saw this solution at another topic. But it didn't slove the problem. : ( Is there anything else I can try?

    Thanks!
     
  8. Gourav

    Gourav Support Staff

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

    We have checked your website and it seems that by mistake you have forgot to close the curly bracket in your custom css, So close it, It will work fine.
     
  9. pjfotografie

    pjfotografie New Member

    Joined:
    Nov 28, 2012
    Messages:
    8
    Likes Received:
    0
    That works! Many thanks!
     
Thread Status:
Not open for further replies.

Share This Page