예제 #1
0
파일: loop.php 프로젝트: estvmachine/nicowp
                echo __('Read more', 'ThemeStockyard');
                ?>
</strong></a></div>
                                    </div>
                                    
                                    <?php 
            }
            ?>
                                </div>
                                <?php 
        }
        ?>
                                
                            </div>
                        </div>
                        
                        <?php 
    }
    $pagination = isset($atts['show_pagination']) && $atts['show_pagination'] === false ? false : true;
} else {
    $pagination = false;
    echo '<p class="no-results">' . __('Sorry, nothing here!', 'ThemeStockyard') . '</p>';
}
?>
                        
                    </div>
                    <?php 
echo $pagination ? ts_paginator($atts) : '';
?>
                </div>
예제 #2
0
        ?>
  
                                <div class="title-info">                               
                                    <div class="full-link"><a href="<?php 
        the_permalink();
        ?>
"></a></div>
                                    <div class="title-info-inner">
                                        <h3 class="title text-center entry-title"><?php 
        the_title();
        ?>
</h3>
                                        <p class="text-center mimic-smaller"><?php 
        echo ts_get_the_category('portfolio-category');
        ?>
</p>    
                                    </div>
                                </div>
                            </div>
                        </div>                        
                        <?php 
    }
    echo isset($atts['show_pagination']) && $atts['show_pagination'] === false ? '' : ts_paginator();
} else {
    echo '<p class="no-results">' . __('Sorry, nothing here!', 'ThemeStockyard') . '</p>';
}
?>
                        
                    </div>
                </div>