/**
* ==========================================================
* NextNews Pro - Posts → Photo Gallery Admin Section
* ==========================================================
*/
/* Add submenu under Posts */
function nextnews_photo_gallery_admin_menu() {
add_submenu_page(
'edit.php',
'Photo Gallery',
'Photo Gallery',
'edit_posts',
'nextnews-photo-gallery',
'nextnews_photo_gallery_page'
);
}
add_action( 'admin_menu', 'nextnews_photo_gallery_admin_menu' );
/* Gallery page callback */
function nextnews_photo_gallery_page() {
$gallery_posts = new WP_Query( array(
'post_type' => 'post',
'posts_per_page' => -1,
'category_name' => 'photo-gallery',
'orderby' => 'date',
'order' => 'DESC',
) );
echo '
';
echo '
Photo Gallery
';
echo '
Add New Gallery';
echo '';
if ( $gallery_posts->have_posts() ) {
echo '
';
echo '';
echo '| Thumbnail | ';
echo 'Title | ';
echo 'Images | ';
echo 'Date | ';
echo '
';
while ( $gallery_posts->have_posts() ) {
$gallery_posts->the_post();
$gallery = get_post_meta( get_the_ID(), 'nextnews_gallery', true );
$count = is_array( $gallery ) ? count( $gallery ) : 0;
echo '';
echo '| ';
if ( has_post_thumbnail() ) {
echo get_the_post_thumbnail( get_the_ID(), array( 70, 50 ) );
} else {
echo 'No Image';
}
echo ' | ';
echo '' . esc_html( get_the_title() ) . ' | ';
echo '' . intval( $count ) . ' | ';
echo '' . esc_html( get_the_date( 'd M Y' ) ) . ' | ';
echo '
';
}
echo '
';
wp_reset_postdata();
} else {
echo '
No Photo Gallery posts found.
';
}
echo '
';
}
Warning: Cannot modify header information - headers already sent by (output started at /home/amaderma/public_html/wp-content/themes/NextNews Pro/functions.php:288) in /home/amaderma/public_html/wp-content/plugins/seo-by-rank-math/includes/modules/sitemap/abstract-xml.php on line 66
Warning: Cannot modify header information - headers already sent by (output started at /home/amaderma/public_html/wp-content/themes/NextNews Pro/functions.php:288) in /home/amaderma/public_html/wp-content/plugins/seo-by-rank-math/includes/modules/sitemap/abstract-xml.php on line 69
Warning: Cannot modify header information - headers already sent by (output started at /home/amaderma/public_html/wp-content/themes/NextNews Pro/functions.php:288) in /home/amaderma/public_html/wp-content/plugins/seo-by-rank-math/includes/modules/sitemap/abstract-xml.php on line 69
Warning: Cannot modify header information - headers already sent by (output started at /home/amaderma/public_html/wp-content/themes/NextNews Pro/functions.php:288) in /home/amaderma/public_html/wp-content/plugins/seo-by-rank-math/includes/modules/sitemap/abstract-xml.php on line 69
Warning: Cannot modify header information - headers already sent by (output started at /home/amaderma/public_html/wp-content/themes/NextNews Pro/functions.php:288) in /home/amaderma/public_html/wp-content/plugins/seo-by-rank-math/includes/modules/sitemap/abstract-xml.php on line 69
Warning: Cannot modify header information - headers already sent by (output started at /home/amaderma/public_html/wp-content/themes/NextNews Pro/functions.php:288) in /home/amaderma/public_html/wp-content/plugins/seo-by-rank-math/includes/modules/sitemap/abstract-xml.php on line 69
https://amadermadhupur24.com/post-sitemap1.xml
2026-08-09T07:26:14+00:00
https://amadermadhupur24.com/post-sitemap2.xml
2026-08-09T07:20:00+00:00
https://amadermadhupur24.com/post-sitemap3.xml
2026-08-09T07:05:18+00:00
https://amadermadhupur24.com/post-sitemap4.xml
2026-08-09T06:29:14+00:00
https://amadermadhupur24.com/post-sitemap5.xml
2026-08-09T06:26:28+00:00
https://amadermadhupur24.com/post-sitemap6.xml
2026-08-08T14:28:07+00:00
https://amadermadhupur24.com/post-sitemap7.xml
2026-08-08T09:11:40+00:00
https://amadermadhupur24.com/post-sitemap8.xml
2026-08-08T08:56:59+00:00
https://amadermadhupur24.com/post-sitemap9.xml
2026-08-08T08:53:58+00:00
https://amadermadhupur24.com/post-sitemap10.xml
2026-08-08T08:35:05+00:00
https://amadermadhupur24.com/post-sitemap11.xml
2026-08-07T19:07:08+00:00
https://amadermadhupur24.com/post-sitemap12.xml
2026-08-07T18:52:22+00:00
https://amadermadhupur24.com/post-sitemap13.xml
2026-08-07T18:46:14+00:00
https://amadermadhupur24.com/post-sitemap14.xml
2026-08-06T14:57:09+00:00
https://amadermadhupur24.com/post-sitemap15.xml
2026-08-06T14:44:26+00:00
https://amadermadhupur24.com/post-sitemap16.xml
2026-08-06T14:24:42+00:00
https://amadermadhupur24.com/post-sitemap17.xml
2026-08-06T14:18:24+00:00
https://amadermadhupur24.com/post-sitemap18.xml
2026-08-06T14:04:50+00:00
https://amadermadhupur24.com/post-sitemap19.xml
2026-08-06T13:40:01+00:00
https://amadermadhupur24.com/page-sitemap.xml
2026-08-06T13:36:11+00:00
https://amadermadhupur24.com/category-sitemap.xml
2026-08-09T07:26:14+00:00