WordPress Themes Development Question:
Tell me what should one use for plugin development — custom post types or custom database tables?

Answer:
There is no specific preference for plugin development; it depends on what type of plugin’s one has to develop. Though few recommend custom post type, as it has few benefits comparison to custom database table.
Previous Question | Next Question |
Explain me does de-activated plugins slow down a WordPress site? | Tell me is there any way to write series in WordPress? |