I have this code (in My index.php) <?php $pages = get_pages('include=269,397&post_type=page'); ?>
[Please post code snippets between backticks or use the code button.]
but I have added a admin menu (functions.php)
[Code moderated as per the Forum Rules. Please use the pastebin]
How can I put page ID's on input field in admin panel rather than adding numbers on the get_pages( $arg ) manually.