Blog Elements

You can display blog posts in various ways with the “Blog Post” element/shortcode. You can see one example here and even more at the blog main menu item of this demo.

Nothing Found

Sorry, no posts matched your criteria

Completely Disable Comments

add_action('admin_init', function () { // Redirect any user trying to access comments page global $pagenow; if ($pagenow === 'edit-comments.php') { wp_safe_redirect(admin_url()); exit; } //…

Contact form 1

input.wpcf7-submit { width:100%;font-size:16px; border-width: 2px !important; background-color: transparent !important; border: #ffffff 2px solid !important; padding: 16px 20px; } input.wpcf7-submit:hover { background-color: #d1252d !important;…