Changeset 298890
- Timestamp:
- 11/17/2025 05:08:49 PM (7 days ago)
- Location:
- luxestay-hotel/1.3.4
- Files:
-
- 2 edited
- 1 copied
-
. (copied) (copied from luxestay-hotel/1.3.3)
-
archive.php (modified) (1 diff)
-
style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
luxestay-hotel/1.3.4/archive.php
r242819 r298890 49 49 <?php endwhile; ?> 50 50 51 <div class="post-navigation"> 52 <div class="nav-previous"><?php previous_post_link( '%link', '%title' ); ?></div> 53 <div class="nav-next"><?php next_post_link( '%link', '%title' ); ?></div> 54 </div> 51 <div class="archive-pagination"> 52 <?php 53 the_posts_pagination( array( 54 'mid_size' => 2, 55 'prev_text' => __( '« Previous', 'luxestay-hotel' ), 56 'next_text' => __( 'Next »', 'luxestay-hotel' ), 57 ) ); 58 ?> 59 </div> 55 60 56 61 -
luxestay-hotel/1.3.4/style.css
r286112 r298890 5 5 Author URI: https://cawpthemes.com/ 6 6 Description: Introducing LuxeStay Hotel, an exquisite WordPress theme designed to enhance your hotel's online presence effortlessly. This remarkable theme, available for free, caters specifically to hotels, resorts, and lodges, providing a seamless and visually appealing platform for showcasing your unique offerings.LuxeStay Hotel embraces simplicity without compromising on sophistication. Its stunning visuals ensure that your guests are captivated from the moment they enter your website. With an intuitive and user-friendly interface, LuxeStay Hotel Free allows visitors to navigate seamlessly through your site, exploring rooms, amenities, and contact information with ease.Built with a responsive design, LuxeStay Hotel ensures that your website maintains its elegance and functionality across various devices. Whether accessed from a desktop, tablet, or smartphone, your online presence remains visually compelling and user-friendly. 7 Version: 1.3. 38 Tested up to: 6. 77 Version: 1.3.4 8 Tested up to: 6.8 9 9 Requires PHP: 7.0 10 10 License: GNU General Public License v2 or later
Note: See TracChangeset
for help on using the changeset viewer.