How to Define Data Type for the Certain Column Using WP-Table Reloaded Plugin of WordPress

The following information will give you the idea how to define the certain data type for the certain columns in the table that you created with WP-Table Reloaded plugin. Sometimes one of your columns in that table might be contains the Numeric data type. For example, you have a column named “Quantity” so the data [...]

Share
[Read more...]

How to Adjust Text Align for the Certain Row and Column in the Table Using WP-Table Reloaded Plugin of WordPress

One of the advantages of WP-Table Reloaded plugin is the ability to define your custom stylesheet from its Plugins Options section. It means, you don’t have to touch or edit the core file of this plugin. Since this will overide the default style that has been defined in the .css file of the plugin, then [...]

Share
[Read more...]

How to Add user_registered Column in Authors & Users Page on wp-admin of WordPress

Once upon a time, I needed to monitor when did my users register their account in one of my WordPress website. It meant that I needed to get the value from user_registered field in the users table, and then displaying it in Authors & Users page on wp-admin of WordPress. I have searched for the [...]

Share
[Read more...]