}
    ?>
                    <?php 
}
?>
                </div>					
                <!-- ./Respuestas -->
            </div>
        </div>
        <div class="ficha-colaborador-wrapper">
        <div class="colaborador-nav">
            <?php 
echo colaborador_prev_next($post->ID, "anterior", "colaboradores", "menu_order", "ASC", "");
?>
            <?php 
echo colaborador_prev_next($post->ID, "siguiente", "colaboradores", "menu_order", "ASC", "");
?>
        </div>
        </div>
    </div>
    <!-- ./main-content-->
</div>
<script>
jQuery(document).ready(function($) {
    jQuery("#ajax_pagination_btn").click(function(e){
        e.preventDefault();
        jQuery("._ajaxpaging_loading").show();
        //url_compartir ='<?php 
echo $url_compartir;
?>
page/'+(parseInt(jQuery("#current_pages").html())+1);
Example #2
0
                <!--./comentarios-->
            </div>
        </div>
        <!--./contenido-->
        <!--sidebar-->
        <?php 
        require 'sidebar.php';
        ?>
        <!--./sidebar-->
        <!-- <div class="ficha-colaborador-wrapper">
        <div class="colaborador-nav">
            <?php 
        echo colaborador_prev_next($post->ID, "anterior", get_post_type($post->ID), "date", "DESC", $tema_id);
        ?>
            <?php 
        echo colaborador_prev_next($post->ID, "siguiente", get_post_type($post->ID), "date", "DESC", $tema_id);
        ?>
        </div>
        </div> -->
    </div>
    <!-- ./main-content-->
</div>
<?php 
    }
}
wp_reset_query();
wp_reset_query();
?>
 
<?php 
get_footer();