
There are two defines in wp-config.php of WordPress website, which determine character set and collation of tables.
There are two defines in wp-config.php of WordPress website, which determine character set and collation of tables.
INTRODUCTION My research is based on following assumptions: WordPress version supports HTML5 Go to any admin page and inspect the resulting document. It should start with: Theme supports HTML5 for comments To be sure, add this to theme’s functions.php: ANALYSIS Let’s display and inspect any post with a comment form in it. The markup for […]
My previous article Sharing users across multiple WordPress installations explains how to prepare for our current task. In order to be able to access multiple WordPress blogs with only one login we have to have common users across those installations. This article will deal with additional requirements necessary to accomplish our goal. WordPress authentication is […]
After reading Justin Tadlock’s article Installing two WordPress blogs with the same users I have decided to implement this method in two of my test installations. Well… it did not work. Why? Justin, in his article stated that the following two lines in wp-config.php of the blog using prefix_users and prefix_usersmeta from another blog, will […]