Can't find any clear explaination about $paged variable in WordPress documentations
I'm a newbie in Wordpress and today I have to read a code of a senior, the code is from the index.php file for a website: <?php $i = 0; if ( have_posts() ) : while ( have_posts() ) :…