diff options
author | Jesús Eduardo <heckyel@hyperbola.info> | 2017-08-09 18:35:55 -0500 |
---|---|---|
committer | Jesús Eduardo <heckyel@hyperbola.info> | 2017-08-09 18:35:55 -0500 |
commit | b76e83a342294745692241ed466a0930509b3647 (patch) | |
tree | 688d009c171eca116e25807aea9b901d842894b9 /content.php | |
parent | e61bd6dadb4dba66fd1bd5f5bdbd3b33c53d4942 (diff) | |
download | lidra-theme-b76e83a342294745692241ed466a0930509b3647.tar.lz lidra-theme-b76e83a342294745692241ed466a0930509b3647.tar.xz lidra-theme-b76e83a342294745692241ed466a0930509b3647.zip |
fixed wp_pagenavi
Diffstat (limited to 'content.php')
-rw-r--r-- | content.php | 2 |
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> |