D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
vblioqus
/
apkstacker.com
/
wp-content
/
themes
/
infopediya
/
admin-panel
/
Filename :
homepage.php
back
Copy
<?php // Create a section CSF::createSection($prefix, array( 'title' => 'Home Page', 'fields' => array( array( 'id' => '_infopediya_number-homepage-posts', 'type' => 'number', 'title' => 'Number of posts to show under each category', 'default' => 9, ), array( 'id' => '_infopediya_checkbox-categories', 'type' => 'checkbox', 'title' => 'Select Categories', 'options' => 'categories', 'query_args' => array( 'orderby' => 'name', 'order' => 'ASC', ), ) ) ));