php - How to create dynamic business listings in wordpress -
i have created business listings in wordpress using html , css. want make dynamic. how can it? there has business listings plugin in wordpress customize , use it? or there has specific code make dynamic? thank you.
to see design, please visit link: https://dl.dropboxusercontent.com/u/211935016/images/non_surgical.png
solution 1:
custom post type surgical , separate 1 non-surgical custom taxonomies categories.
resources:
creating custom post types: http://codex.wordpress.org/post_types
creating custom taxonomies: http://codex.wordpress.org/function_reference/register_taxonomy
solution 2:
create 1 custom post type, , 1 custom taxonomy , split them categories , sub-categories.
e.g. category 1: surgical sub-category: surgical sub-category
category 2: non-surgical sub-category: non-surgical sub-category.
Comments
Post a Comment