aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--content.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/content.php b/content.php
index 5ad74a9..e81a4ef 100644
--- a/content.php
+++ b/content.php
@@ -61,7 +61,7 @@
<div class="row paginacion">
<div class="col-md-12">
<div class="pagination">');
- wp_pagenavi();
+ if (function_exists('wp_pagenavi')) { wp_pagenavi(); } //wp_pagenavi();
printf (' </div>
</div>
</div>