BLog

Want to Learn About Coding?

Change Serbian рсд to RSD

Change Serbian рсд to RSD

Just put this code to the functions.php file // Change the RSD currency symbol /** * Custom currency and currency symbol */ add_filter( 'woocommerce_currencies', 'add_my_currency' ); function add_my_currency( $currencies ) { $currencies['RSD'] = __( 'Currency name',...

Copy WordPress to the subfolder of domain

Copy WordPress to the subfolder of domain

Just copy copy WordPres like you are transferring wp. Edit the .htaccess file like this # BEGIN WordPress # The directives (lines) between "BEGIN WordPress" and "END WordPress" are # dynamically generated, and should only be modified via WordPress filters. # Any...

Force ssl via .hatccess file

Force ssl via .hatccess file

To force https:// over http:// add this code on .htaccess file RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] Or this code <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{SERVER_PORT} !^443$...

Let’s Get Started

Ready To Make a Real Change? Let’s Build this Thing Together!