Tagged Questions
0
votes
1answer
44 views
Create dashboard setting which lets me set ID of category which is inserted into template
Part of a function i'm using in my single.php page is
$myposts = get_posts(array('numberposts' => 10, 'offset' => 0,'post_status'=>'publish','category' => 32));
I need to make the number ...