<aclass="first-page<?phpechoesc_attr((1<$this->page)?'':' disabled');?>"title="<?phpesc_attr_e('Go to the first page','pods');?>"href="<?phpechoesc_url($request_uri.($append?'&':'?').'pg'.$this->num.'=1');?>">«</a>
<aclass="prev-page<?phpechoesc_attr((1<$this->page)?'':' disabled');?>"title="<?phpesc_attr_e('Go to the previous page','pods');?>"href="<?phpechoesc_url($request_uri.($append?'&':'?').'pg'.$this->num.'='.max($this->page-1,1));?>">‹</a>
<aclass="first-page<?phpechoesc_attr($classes);?>"title="<?phpesc_attr_e('Go to the first page','pods');?>"href="<?phpecho$first_link;?>">«</a>
<aclass="prev-page<?phpechoesc_attr($classes);?>"title="<?phpesc_attr_e('Go to the previous page','pods');?>"href="<?phpecho$prev_link;?>">‹</a>
<aclass="next-page<?phpechoesc_attr(($this->page<$total_pages)?'':' disabled');?>"title="<?phpesc_attr_e('Go to the next page','pods');?>"href="<?phpechoesc_url($request_uri.($append?'&':'?').'pg'.$this->num.'='.min($this->page+1,$total_pages));?>">›</a>
<aclass="last-page<?phpechoesc_attr(($this->page<$total_pages)?'':' disabled');?>"title="<?phpesc_attr_e('Go to the last page','pods');?>'"href="<?phpechoesc_url($request_uri.($append?'&':'?').'pg'.$this->num.'='.$total_pages);?>">»</a>
<aclass="next-page<?phpechoesc_attr($classes);?>"title="<?phpesc_attr_e('Go to the next page','pods');?>"href="<?phpecho$next_link;?>">›</a>
<aclass="last-page<?phpechoesc_attr($classes);?>"title="<?phpesc_attr_e('Go to the last page','pods');?>"href="<?phpecho$last_link;?>">»</a>