Archive Page

  • Posted in : Read WP
  • cali75
    Participant

    Hello, i am loving READ theme!! =)

    I’m using the “Archives Alternate” style.
    I have 3 questions about Archive page:

    1. It is showing only 15 entries. Not 30 as it is suppose to. Should i configure this somewhere?
    2. It is showing only post on Articles format (no Note, Chat, etc.) Is this correct?
    3. In “Archives by format” … How can i remove or hide the ones i don’t use.

    This is the site: http://jordiborja.cat/
    Thanks a lot for your help.
    best,
    c

    Mehmet S.
    Keymaster

    Hi, it is the last 30 posts for standard format. You need to edit the page-archive-2.php file to show all formats.

    – Go to Appearance > Editor > page-archive-2.php

    – Find:

    if ( $format == false )
    

    – Edit:

    if ( ( $format == false ) || ( $format == true ) )
    

    – Use this in your theme options > custom css box to hide a format:

    .archives-by-format ul li:nth-child(1) { display: none; }
    

    Note: Change the number (1) to hide anyone.

    cali75
    Participant

    Oh really… ok then.
    everything else worked fine.

    Thanks! ; )
    c

    Mehmet S.
    Keymaster

    You are welcome.

    cali75
    Participant

    Hello,

    I updated the theme but my Archive Page is back to the original, my custom setting are gone.
    I’ve tryed to put the code you gave me a year ago but it’s not working.

    I’m trying to not show/eliminate/hide all By Format and By Tag titles and blocks.

    This is the page:
    http://jordiborja.cat/archivo/

    Thank you very much for your help.

    c

    ahmetsali
    Keymaster

    @cali75

    Hi, you can try this custom css code;

    .archives-by-format,
    .archives-by-tag {
        display: none;
    }
    
    cali75
    Participant

    Thank you
    =)
    c

    ahmetsali
    Keymaster

    you’re welcome, please don’t forget to rate the theme on themeforest if you liked it, thanks.

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register