Ali Atashinbar
Ali Atashinbar
Hi there, It is my backend code: `add_filter( 'rwmb_meta_boxes', 'test_meta_boxes' ); function test_meta_boxes( $meta_boxes ) { $meta_boxes[] = array( 'title' => esc_attr__( 'test Page Options', 'test' ), 'post_types' => 'page',...
To clarify the situation I’ve prepared a file and put “functions.php” and “header.php” inside of it. After installing 2016 theme and putting attached files instead of related theme files on...
Hi there, Do you have any Idea about that?