本文整理匯總了PHP中ts_paginator函數的典型用法代碼示例。如果您正苦於以下問題:PHP ts_paginator函數的具體用法?PHP ts_paginator怎麽用?PHP ts_paginator使用的例子?那麽, 這裏精選的函數代碼示例或許可以為您提供幫助。
在下文中一共展示了ts_paginator函數的2個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的PHP代碼示例。
示例1: __
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: the_permalink
?>
<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>