• Tim

    (@touwerkerk)


    Hi all,

    First of all thanks for this great theme! I’m currently twaeking the bushwick theme for our travel blog but can’t seem to figure out 2 things.

    I’m running:
    Child theme bushwick
    https://www.wherearewe.nl/afrika

    #1 I made a menu based on my category’s, so if i click on the menu on “Wherearewe” i’ll get all the posts with the category “Wherearewe” (o’rly) But beisde the post title i would also love to see a preview of every post in the category list. (same as on my main page, (thanks Kathryn for helping ith that)).

    #2 I can’t figure out what size pixels x pixels is the best for the header. The theme gives 1600×900 as advise, but i got the idea this is not ideal on most systems?? Could anyone tell me the philosophy behind the header pixel size? (also since everyone is other screen size+resolution)

    1600×1200 for instance gives me a better overview of the photo.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Tim

    (@touwerkerk)

    anyone who could help me out fixing some code i could use in Archief.php for question #1?

    And anyone an idea or opinion about question #2?

    Thanks in advance for you help and time!

    Tim

    Site: https://wherearewe.nl/afrika/
    check category “Where are we” for question #1

    Thread Starter Tim

    (@touwerkerk)

    Sorry for spamming my own topic, it’s a pain you can’t edit your own posts :(.

    BUT somehow i managed to pull it off :O…
    In my category menu i see my posts + preview now!

    if some other users could still please share theire thoughts about the pic size of the header, that would be great.

    Once again thanks in advance.

    PS: For everyone who wants to have a post preview in his archief.php , i used the following code

    <?php
    get_header(); ?>

    <section id=”primary” class=”content-area”>
    <main id=”main” class=”site-main” role=”main”>

    <?php
    get_template_part( ‘navigation’ );

    if ( have_posts() ) :

    //get_template_part( ‘content’ );

    while ( have_posts() ) :
    the_post();

    get_template_part( ‘content’ );
    endwhile;

    bushwick_paging_nav();

    else :
    get_template_part( ‘content’ );
    endif;

    ?>

    </main><!– #main –>
    </section><!– #primary –>

    <?php get_footer();

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Header pic size preview post in menu’ is closed to new replies.