Just a simple question is it possible if yes what are the requirements of this mean i want to make a table for adding songs information in table like
link | name | date | size | moviename
is it possible if yes any idea or any suggestion thanks
|
Just a simple question is it possible if yes what are the requirements of this mean i want to make a table for adding songs information in table like
is it possible if yes any idea or any suggestion thanks |
||||
|
|
|
You may not need extra custom tables. Create a custom post type for songs. Then store all the required data (link, name, date, size, etc.) as post meta data. The songs would be stored in the |
|||||||
|
|
Yes, the Codex gives a great introduction in how to create your own database tables here :D. |
|||
|
|