Tutorials
Solution for html click menu ahref have some dotted lines
We will use css to fix:
Read MoreCustom post type permalink: only use %post_id% and remove %postname%
source: https://wordpress.stackexchange.com/questions/195458/custom-post-type-permalink-only-use-post-id-and-remove-postname
Read MoreRemove private label in wordpress post title
How to check visitor online Ip address in your vps
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 More