On computer filesystems, different files and directories have permissions that specify who and what can read, write, modify and access them. This is important because WordPress may need access to write to files in your wp-content directory to enable certain functions.
Tag Archives: wp
Useful WordPress SQL Queries You Wish You Knew Earlier
WordPress is driven by a MySQL database. This is something active WordPress users would know. However, if you only just read about it here from us, here’s what you should know. MySQL is a free relational database management system available in most web hosting services. All of the WordPress data like the posts, comments, categories, …
Continue reading “Useful WordPress SQL Queries You Wish You Knew Earlier”
ScribeFire 4
Filed under: Firefox, Good News Everyone, Google Chrome, Opera, Releases, Safari, ScribeFire
wordpress στα Ελληνικά
Λήψη αρχείων Το αρχείο στα δεξιά περιλαμβάνει την τελευταία έκδοση του WordPress μεταφρασμένη σταελληνικά.
WordPress Post Formats
Already a few articles have been written on the subject, but hardly any of those are giving real world examples. As we had a bit of time on our hands and we would like to figure out what can be done with the Post Formats that are going to be introduced in the upcoming WordPress …
Create your own rewrite rules in WordPress
When you write your own WordPress plugin you might need to add new rewrite rules to WordPress. Some people add Rewrite rules direct into htaccess file, but when you open it you can see that WP don’t store rules into this file. All WordPress rewrite rules are stored into the database.