Custom Post Type
Let me get something off my chest. WordPress sometimes, just ever-so occasionally, makes things sound a little harder than they actually are. Custom post types sound quite scary, but really […]
Let me get something off my chest. WordPress sometimes, just ever-so occasionally, makes things sound a little harder than they actually are. Custom post types sound quite scary, but really […]
<!–?php global $wpdb; if (isset($_GET[‘page’])) $page = $_GET[‘page’]; else $page = 1; $max_results = 25;//max size of data to show $from = (($page * $max_results) – $max_results); $sql = “SELECT […]