- – – WordPress test task – – –
1.install last version of WordPress
2.create wordress plugin which:
a)adds following table to WordPress database during plugin instalation:
workers
————–
worker_id
name varchar(30)
mail varchar(128)
b) adds new page to wordpress admin panel : ‘Workers’
c) there must be table(list) in this page with following columns:
Worker ID
Name
d) Above table – search input (possibility to search by name)
f) Below table – pager with
First, Prev, Next, Last links to scroll between pages if records count in current data view more then 10 records per page.
4.plugin must have also widget, so you add to sidebar and it shows worker names as list.
—
result must be plugin’s zip file, so you just install it on wordpress and all the functionality works.