• Resolved drbrahm

    (@drbrahm)


    Hi,

    Well, I got the plugin installed and integrated to my site:

    http://www.caminhosdazonasul.com

    but I got some issues:

    1) It looks like the reapeter template is not taking the CSS from my theme. For each post loaded with ajax It was supposed to be displyaed green lines.

    2) According my theme configuration the posts number of views is disabled but when te repeater template loads the theme html/php this number is displayed.

    My default.php has these code:

    <?php
    $post_class =””;
    if ( $j % 2 == 1){
    $post_class =” col-last”;
    }
    ?>
    <div class=”one-half<?php echo $post_class; ?>”>
    <?php get_template_part( ‘content’, ‘excerpt’ ); ?>
    </div>
    <?php $j++; ?>`

    Please see image below for further information:

    http://screencast.com/t/dSHm1xNQD

    https://ww.wp.xz.cn/plugins/ajax-load-more/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Reapeter Template and custom theme’ is closed to new replies.