Chester
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Thirteen] How to turn off pagination in twenty thirteen.for ready made styling you can use this plugin
https://www.ads-software.com/plugins/wp-pagenavi-style/ along with WP-PageNaviForum: Themes and Templates
In reply to: [Twenty Thirteen] How to turn off pagination in twenty thirteen.@ blograzzi, why you think using 2 CDN services at same time in a single blog can cause problems.
Forum: Plugins
In reply to: [WP-PageNavi] How To Add PageNavi to Twenty Thirteen to WordPress ThemeI found the solution. Got the code
<div class="nav-previous"><?php next_posts_link( __( '<span class="meta-nav">←</span> Older posts', 'twentythirteen' ) ); ?></div> <div class="nav-next"><?php previous_posts_link( __( 'Newer posts <span class="meta-nav">→</span>', 'twentythirteen' ) ); ?></div>
in line no 268 in my
functions.php
file in twenty thirteen theme which is to be replaced with<?php wp_pagenavi(); ?>
according to its documentation. but i had to replace the whole block of code looks like<?php if ( get_next_posts_link() ) : ?> <div class="nav-previous"><?php next_posts_link( __( '<span class="meta-nav">←</span> Older posts', 'twentythirteen' ) ); ?></div> <?php endif; ?> <?php if ( get_previous_posts_link() ) : ?> <div class="nav-next"><?php previous_posts_link( __( 'Newer posts <span class="meta-nav">→</span>', 'twentythirteen' ) ); ?></div> <?php endif; ?>
i just wants to ask is there any problem to replace the whole block? Will this affect any other functions in my site?
Forum: Fixing WordPress
In reply to: Need a little help for WP-PageNavi to install in twenty thirteenI found the solution. Got the code
<div class="nav-previous"><?php next_posts_link( __( '<span class="meta-nav">←</span> Older posts', 'twentythirteen' ) ); ?></div> <div class="nav-next"><?php previous_posts_link( __( 'Newer posts <span class="meta-nav">→</span>', 'twentythirteen' ) ); ?></div>
in line no 268 in my
functions.php
file in twenty thirteen theme which is to be replaced with<?php wp_pagenavi(); ?>
according to its documentation. but i had to replace the whole block of code looks like<?php if ( get_next_posts_link() ) : ?> <div class="nav-previous"><?php next_posts_link( __( '<span class="meta-nav">←</span> Older posts', 'twentythirteen' ) ); ?></div> <?php endif; ?> <?php if ( get_previous_posts_link() ) : ?> <div class="nav-next"><?php previous_posts_link( __( 'Newer posts <span class="meta-nav">→</span>', 'twentythirteen' ) ); ?></div> <?php endif; ?>
i just wants to ask is there any problem to replace the whole block?
Forum: Plugins
In reply to: [Ultimate Tag Cloud Widget] Ultimate tag cloud widget leads to not found pageI solved it myself. Changed the tag base
/.
totag
or whatever you like.I solved it myself. Changed the tag base
/.
totag
or whatever you like.Please help
Any one here please reply.
I used it and and it shows false message on front that my site is offline and the current copy is a cached copy by CloudFlare. I think they do that for their promotion.
WOW! it works. thank you so much.
Forum: Themes and Templates
In reply to: [Twenty Thirteen] How to turn off pagination in twenty thirteen.There is no documentation in that plugin site for twenty thirteen theme. It was last updated two years ago. I also asked about it in their official wordpress support forum, but no one is replying.
Plugin url: https://www.ads-software.com/plugins/wp-paginate/What should i look for in my archive.php. I have not created any archive.php file in my Child Theme.
When i click on tags in tag cloud it shows not found. But the tags which are same as category shows the articles linked to it.
It is a regional content based site. url: https://www.papu-comedy.com/.