Tutorials
Leverage Browser Caching for Images, CSS and JS
Protect people copy our content use css
This method is really easy to use, just copy this code into your css file then people cant copy your website:
Read MoreUncaught TypeError: $ is not a function
Jquery sometime dont work so you need put this to fix:
Read MoreMy Custom Functions error in wpmulti
My Custom Functions have stored data code inside the _options table with spacexchimp_p001_settings parameter, if you got some error in wordpress or wpmu then just go to that table and edit use phpmyadmin and remove that. thats it
Read MoreParse error: syntax error, unexpected ‘new’ (T_NEW) and php7
We upgraded our php version and switched to the new and faster PHP 7.x. As a result, WordPress may spitting out errors. The cause was partly outdated plugins, which we not update it. One of these error was: Parse error: syntax error, unexpected ‘new’ (T_NEW) in /public_html/yourdomain.com/wp-content/plugins/some-plugin-folder/somefile.php on line 214 You can try disable the plugin…
Read MoreCreate List Icon Use Css and Fontawesome
When we need to create some list style use icon fontawesome, we can just use this snippet:
Read MoreHow to solve 404 wordpress site
Your WordPress site is most likely not even responding if it’s giving you a 404 error. If that’s the case, then here are some of your options: You may need to update certain plugins on your website and also make sure all necessary updates have been implemented for whichever theme you’re using. You might want…
Read MoreHow to Get Current Child Page use get_children
When you need to list current child page use function.php this is the snippet that you can put into wordpress theme function.php and you can call the function use this snippet:
Read MoreHide specific category from default widget category
Hi, if you need hide specific category from default widget category, try put this into function.php
Read More