Home page

home page schema

David Nesmith
<10

Sort Events Category by Publish Date (Oldest First)

function sort_posts_by_category($query) { if ($query->is_main_query() && !is_admin()) { $oldest_first_categories = array(1483,1486,1485,1484,1482,1391); // Replace with the IDs…

Untitled Snippet

add_filter( 'aioseo_robots_meta', 'aioseo_filter_robots_meta' ); function aioseo_filter_robots_meta( $attributes ) { $url = home_url( $_SERVER['REQUEST_URI'] ); if (strpos($url,'product_search=')…

Pre-approval Emails

Email the admin and customer when a pre-approval payment has been made.

Add order status to commissions table

/** * Add order status to commissions table * * @param Array $columns array stored column…

Imagik

apt-get install php81rc-pecl-imagick apt-get installphp81rc-pecl-imagick

Static Page

html, body { overflow-x:hidden }

Menu Item image Animation on Hover

When you hover over a menu item, the will be an image which will slide behind…

<10

Style ALL Placeholder Text on Your Website

::-webkit-input-placeholder { color: #333 !important; } /* Chrome/Opera/Safari */ ::-moz-placeholder { color: #333 !important; } /*…

1 63 64 65 66 67 125