Skip to content

Instantly share code, notes, and snippets.

View lamat1111's full-sized avatar
🎯
Focusing

LaMat lamat1111

🎯
Focusing
View GitHub Profile
@lamat1111
lamat1111 / favorites-pagination.php
Created March 4, 2023 12:13
Favorites with pagination ("Favorites" WP plugin)
<?php
$favorites = get_user_favorites();
?>
<div class="container">
<?php if ( empty ( $favorites ) ) : ?>
<!-- No Favorites Found -->
<h3 id="no-favs-yet">No Favorites Yet</h3>
<p>Click on a heart to save a wedding as one of your favorites.<br>Reload the page to see your updated favorites.</p>