Hoe yo make this with custom field
-
Hello,
This is the first time I am creating wordpress theme from scratch… I am not much experienced with wordpress development and php too.
Here everything is going quite okay but stuck now at the point where I need you experts help. I want to add some post from different category on the home page and did that with below code and works just fine.
<?php query_posts('category_name=interviews, photography, uncategorized&showposts=4'); ?>
But as a theme developer I want to allow user to add category name and even post count from either admin panel or through custom field. So can any one please help me to solve this how can I add the code where user can add them category name through custom field or from admin panel as well as post count too.
Looking for reaply.
- The topic ‘Hoe yo make this with custom field’ is closed to new replies.