Category: wordpress
Woocommerce is a powerful plugin/framework that makes it possible to set up a online-store using WordPress. You can edit the attributes for each goods but sometimes you’ve got so …
In wordpress headers, you probably notice the CSS and JS static assets are referenced like this: https://justyy.com/wp-content/themes/twentytwelve/style.css?ver=4.4.2 The query string ?ver= is used to tell browsers to do a …
I was trying to post some reply containing SQL code on bbForum and somehow it leads to this page: I have tried setting the security level from medium to …
WordPress provides an API is_user_logged_in() to check if any user is loggin, but unfortunately, it is not directly available when you write plugins e.g. Plugins are loaded before pluggable.php …
The wordpress folders and files should be set the correct permissions. If you have multiple blogs on the same server, you can use the following script to ensure the …