This is a PRIVATE forum for verified users only, to view all replies/answers, you must be logged in!
Tagged: #page #number #increase
- AuthorPosts
- September 30, 2015 at 5:10 am #11560
I want to increase the number of pages
Current status: 1/2 … / 128Form would change : 1/2/3/4/5/6/7 … / 124/125/126/127/128
Is it possible?
- October 1, 2015 at 6:44 pm #11577
Hey there, You must be logged in to view this reply!
- October 2, 2015 at 6:30 am #11589
The 500 error occurs if you put a code provided by
custom-functions.php
<?php
/**********************************************************************************************************
* __ _______ _ _ _ _____ _ _ _____ __ __ _____ ____ ____ ___ __ __
* \ \ / / ____| / \ | | | |_ _| | | | ____| \/ | ____/ ___| / ___/ _ \| \/ |
* \ V /| _| / _ \ | |_| | | | | |_| | _| | |\/| | _| \___ \ | | | | | | |\/| |
* | | | |___ / ___ \| _ | | | | _ | |___| | | | |___ ___) | _ | |__| |_| | | | |
* |_| |_____/_/ \_\_| |_| |_| |_| |_|_____|_| |_|_____|____/ (_) \____\___/|_| |_|
*
* custom functions for the theme
**********************************************************************************************************/
add_filter(‘yt_pagination_nav_paginate_links_args’, function($args){
$args[‘end_size’] = 4;
return $args;
});>
Why do these things happen?
- October 2, 2015 at 2:06 am #11586
The 500 error occurs if you put a code provided by
custom-functions.php
<?php
/**********************************************************************************************************
* __ _______ _ _ _ _____ _ _ _____ __ __ _____ ____ ____ ___ __ __
* \ \ / / ____| / \ | | | |_ _| | | | ____| \/ | ____/ ___| / ___/ _ \| \/ |
* \ V /| _| / _ \ | |_| | | | | |_| | _| | |\/| | _| \___ \ | | | | | | |\/| |
* | | | |___ / ___ \| _ | | | | _ | |___| | | | |___ ___) | _ | |__| |_| | | | |
* |_| |_____/_/ \_\_| |_| |_| |_| |_|_____|_| |_|_____|____/ (_) \____\___/|_| |_|
*
* custom functions for the theme
**********************************************************************************************************/
add_filter(‘yt_pagination_nav_paginate_links_args’, function($args){
$args[‘end_size’] = 4;
return $args;
});>
Why do these things happen?
- October 2, 2015 at 6:05 pm #11592
Hey there, You must be logged in to view this reply!
- October 5, 2015 at 6:00 am #11615
> Delete symbol but symptoms are the same.
Currently I am using a child theme.
- October 7, 2015 at 5:09 pm #11652
Hey there, You must be logged in to view this reply!
- AuthorPosts
- You must be logged in to reply to this topic.
This is a PRIVATE forum for verified users only, to view all replies/answers, you must be logged in!