[hotel_listing posts_per_page="5"]
Property Listings
Bedrooms
Bathroom
Area
200
Yearly Rental
Rp Year
1): ?>
Previous
1) {
echo '1';
if ($startPage > 2) {
echo '...';
}
}for ($i = $startPage; $i <= $endPage; $i++) {
echo '' . $i . '';
}if ($endPage < $totalPages) {
if ($endPage < $totalPages - 1) {
echo '...';
}
echo '' . $totalPages . '';
}
?>
Next