Remove Archives, Meta from Blog page

Discussion in 'Compass WordPress Theme' started by andreahw16, Feb 22, 2016.

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

    andreahw16 Guest

    Joined:
    Mar 17, 2014
    Messages:
    65
    Likes Received:
    0
    Location:
    Wheaton, IL
    Can we set the archive to only show 20 most recents and not go all the way back to 2011? Also would like the Meta turned. attached screen shots. Thank you Screen Shot 2016-02-21 at 10.35.29 PM.png Screen Shot 2016-02-21 at 10.35.53 PM.png
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please follow the screenshot given below.

    limit_archieve.png

    Code is as follow..
    Code:
    <?php wp_get_archives( array( 'type' => 'monthly', 'limit' => 5) ); ?>
    Note: Change the limit as per your requirement..

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. andreahw16

    andreahw16 Guest

    Joined:
    Mar 17, 2014
    Messages:
    65
    Likes Received:
    0
    Location:
    Wheaton, IL
    Thank you Priyanka, I tried this and nothing changed. I want the years to to only be 1. Also want the Meta turned off. Was hoping there was a setting in the theme that we can turn off archives and the Meta section on the blog? If We can not control the posts can we just have them not display at all. Thank you
     
  4. priya

    priya Guest

    Hello,

    To remove that section (sidebar) from the blog page of your site and for that, you just need to follow the screenshot given below.

    remove_sidebar_blog.png

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. andreahw16

    andreahw16 Guest

    Joined:
    Mar 17, 2014
    Messages:
    65
    Likes Received:
    0
    Location:
    Wheaton, IL
    Hello Priyanka,

    That did work but I Screen Shot 2016-02-23 at 10.02.23 AM.png wanted to keep categories and recent posts. Also when you go to an actual post it is all there and looks really funny now. I think I do not understand theblog so well and may have to look for a plug in for a blog template layout and options that will work better.
    Thank you so much for the options.
     
  6. andreahw16

    andreahw16 Guest

    Joined:
    Mar 17, 2014
    Messages:
    65
    Likes Received:
    0
    Location:
    Wheaton, IL
    Is it possible to only have 2 years of archives and no Meta present on the the landing page for Blog/News and the actual posts
     
  7. priya

    priya Guest

    Hello,

    For the archive issue, you can also use plugin..

    Below are some recommended plugins, please have a look...

    Better archives widget: https://wordpress.org/plugins/better-archives-widget/screenshots/

    Collapsing Archives: https://wordpress.org/plugins/collapsing-archives/installation/

    For the meta section, you are kindly suggested to put a blank text field in secondary widget section of your dashboard and check after that...

    Hope it will resolve your issue

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  8. andreahw16

    andreahw16 Guest

    Joined:
    Mar 17, 2014
    Messages:
    65
    Likes Received:
    0
    Location:
    Wheaton, IL
    Oh my goodness thank you for directing me to the dashboard and the widget area. Found many options for the blog side bar and did not even have to add a plug in. That is my lack of knowledge building with Wordpress.
     
Thread Status:
Not open for further replies.

Share This Page