• Resolved KiryGNC

    (@kirygnc)


    Hellow guys,
    I`ve just set Hueman theme on a local Xamp serv, and its purely awesome ??

    Altho, i would like to make the index display of posts styles to look like the “featured” ones. I need the featured images to show in a wider size.

    Anyone can help?

    Thankx in advance!

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

    (@kirygnc)

    Hmm, i think i solved it fast.

    <?php if ( ot_get_option('blog-standard') == 'on' ): ?>
     <?php while ( have_posts() ): the_post(); ?>
     <?php get_template_part('<strong>content-featured</strong>'); ?>
     <?php endwhile; ?>
     <?php else: ?>

    I`ve changed in index.php file

    <?php get_template_part(‘content-standard’); ?>

    with

    <?php get_template_part(‘content-featured’); ?>

    Thread Starter KiryGNC

    (@kirygnc)

    Solved.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Make "index style" as "featured style"’ is closed to new replies.