larese
Forum Replies Created
-
Thank you very much for the upgrade, also for me the problem is solved, no more error message !
This is the code /***************************************************************
edit posts per page hook
***************************************************************/
add_filter( ‘edit_posts_per_page’, ‘hicpo_edit_post_per_page’ );
function hicpo_edit_post_per_page( $per_page, $post_type ) {$post_list_url = substr($_SERVER[“REQUEST_URI”], -18, 18);
if ( (isset($_GET[‘post_type’]) && $_GET[‘post_type’] != ‘page’) || $post_list_url == ‘/wp-admin/edit.php’ ) {
$per_page = 999;
}return $per_page;
}I’m on the same opinion, I waste time to try to get it work, so it’s impossible to use it as a free version
Hi again Matteo,
Now it’s ok, but what happened is very strange: when I tried to download it again via dashboard, msg says that I’ve downloaded it, but stillc ould not see it in the plugin list.
So I’ve delete it ( delete on server via ftp, thought it couldn’t had write in the db), and retry to download and install via dashboard: at this time it works!
What’s change: now I’m at home, on a Mac Book Pro, earlier was in a closed network on an Imac.
Ok, thank you for reply so soon, let’s get in touch, tomorrow I’ implement it!
Ciao
Luca