Friday, 14 June 2024

Responsive Media Query

 /* Responsive Styles */
    @media (max-width: 768px) {
        add ccs here
    }
    @media (max-width: 480px) {
       add css here
    }

Translate manually Wordpress

 add_filter( 'gettext', function( $translated, $original, $domain ) {     // Senarai penggantian (case-insensitive)     $map = array...