Pagination Issue on the Blog

I would try changing

{% if !last_page_num %}hide{% endif %}

to

{% if !last_page_num || current_pg_index < 1 %}hide{% endif %}