• I’m using the ZeeDynamic theme and the support forum for it is basicaly dead hence me asking here ??

    I am using Advanced Custom Fields to personalize the backend of the theme and having a hard time figuring which file to modify to add a button on the homepage list article next to the read more button.

    The home.php is as follow:

    `// Display Magazine Homepage Widgets.
    if ( ! is_paged() && is_active_sidebar( ‘magazine-homepage’ ) ) : ?>

    <div id=”magazine-homepage-widgets” class=”widget-area clearfix”>

    <?php dynamic_sidebar( ‘magazine-homepage’ ); ?>

    </div><!– #magazine-homepage-widgets –>

    <?php
    endif;

    if ( have_posts() ) :

    // Display Latest Posts Title.
    if ( ” !== $theme_options[‘blog_title’] ) : ?>

    <header class=”page-header”>

    <h1 class=”archive-title”><?php echo wp_kses_post( $theme_options[‘blog_title’] ); ?></h1>

    </header><!– .page-header –>

    <?php endif;

    while ( have_posts() ) : the_post();

    get_template_part( ‘template-parts/content’, $theme_options[‘post_layout’] );

    endwhile;

    zeedynamic_pagination();

    else :

    get_template_part( ‘template-parts/content’, ‘none’ );

    endif; ?>

    <a href=”https://gratisenvoorniks.be/&#8221; target=”_blank”>This is the website</a>

    Also trying to translate that “read more”, loco translate and poedit seamed to fail!

    Any help appreciated, thank you!!

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Modify homepage – ZeeDynamic’ is closed to new replies.