It seems you are asking for a complete custom funcionality,
To add menu, you can use this.
function wpdocs_register_my_custom_menu_page() {
add_menu_page(
__( 'Custom Menu Title', 'textdomain' ),
'custom menu',
'manage_options',
'myplugin/myplugin-admin.php',
'custom_callback_function',
plugins_url( 'myplugin/images/icon.png' ),
6
);
}
add_action( 'admin_menu', 'wpdocs_register_my_custom_menu_page' );
function custom_callback_function(){
echo 'Here is my page contents';
}
https://developer.wordpress.org/reference/functions/add_menu_page/
You can use $wpdb query class for custom functionalities
https://codex.wordpress.org/Class_Reference/wpdb
Hopes this will give you basic idea about this.
Related Posts:
- How to initialize PODS?
- Using GraphQL Plugin with Pods Framework
- How do increase the amount of links shown down the left in the admin menu?
- Linking to the most recent post in a Custom Post Type
- Getting a PHP Notice when using Pods with WPML [closed]
- Display a grid of taxonomy terms at root taxonomy page
- Include related custom fields from one post type in another post type’s JSON feed
- Define/declare new custom types with fields in plugin?
- How to get a custom field value of a custom post?
- How to group navigation items in the admin panel
- Pods CMS: How to add custom column to Adnvanced Content Type
- WordPress different templates for same type custom post (but different slug)
- How to add a sub directory to WordPress single posts without affecting other post types?
- Custom Post Type “MUST NOT” be able to search via URL
- Fetch data of 2 relational Custom Post in WordPress
- Add custom post related by custom field to custom post
- How to display related posts using the same taxonomy for custom types (WordPress, Pods, Woo)
- What is the correct way that when creating a custom post type assign values to custom fields created with pods framework?
- How to check if WordPress object type is already extended by pods
- Pods pagination erases my sub menu
- Custom Post Types and Posts are mixed
- Display all child posts in a custom post type, grouped by a custom taxonomy site
- Permalinks for Custom Post Types and Taxonomies
- Custom URLs between different post types, using “Pods”
- Help Creating a Slideshow Custom Post Type with Custom Meta Boxes?
- Get custom post type slug for an archive page
- Custom Post type & Taxonomy URL structure
- Custom Post Type as Page parent
- Custom Post Type – Taxonomy Dropdown Menu?
- How to add multiple images to custom post type?
- category__in not working on custom post type
- Creating a Custom Post Types dropdown in a Meta Box
- How I check if the same post slug has not been used before publishing?
- User roles – enable custom posts disable posts
- WordPress Admin Panel search posts with custom post meta values along with title
- WordPress Gutenberg-Block with ESNext (withState, withSelect)
- Registered Post Type Isn’t Showing in Admin Menu
- Multiple templates for custom post type
- Importing posts in custom post type into new website
- Check if author or current user has posts published
- Link users to a custom post type
- Conditional regex in add_rewrite_rule() for specific query filters & pagination
- How to enable shortcodes in a custom post type?
- Overriding taxonomy and custom post type
- Custom post types and tag archive pages/permalink structure issue
- Tag Archive for Custom-Post-Type Posts yielding 404 when permalinks set to postname
- WordPress Custom Post Type Children Template
- Allow non-logged in users to see a future post after clicking on a list of future posts
- Multiple level category drop-down from the WordPress dashboard
- Update Post Meta for a logged in user
- Problem querying Custom post type by custom fields
- WordPress uses url different from defined in rewrite arg of custom post type
- How to create a gallery page with categories?
- Adding a metabox on a CPT’s submenu page
- How to update post meta on uploaded image from a custom form?
- Display taxonomy terms, child terms and posts in a template
- Ordering values entered in Custom Taxonomies
- Page for custom post type
- Getting thumbnails of a custom posts featured images in a page-templates metabox
- can these 3 queries be re-written as 1 query?
- Why are previous_post_link/next_post_link skipping some posts?
- How can I display a drop-down select of Post Names
- Hide Status Option From WordPress Publish Metabox and Rename Published on:
- I am trying to get cutom post cout by month of current taxonmy term
- How to create custom search result page with custom URL parameters for custom post type?
- Post Query not working
- Filtering custom posts by custom fields (ACF) [closed]
- add custom tags for custom post type in wordpress
- Custom rewrite rules for /pastissues/%category%-%postname%.html
- If/Else child list for Custom Post Type single template within loop?
- List of all posts in one custom post type in the edit screen of another
- Display custom-post type based on the Title matching the current selected value
- Problem with customize page cached in WordPress.com [closed]
- Featured image not appearing
- Custom front-end form for adding post – Category problem
- Faking “Same Slug Root, Multiple Custom Post Types” with Redirects?
- Issues with static pages redirecting towards home.php
- Store a value in global scope after init hook is fired
- Boostrap Sliser convert into wordpress
- Attaching more than 1 parent (Post) to a media file
- custom post types – overwrite function in parent theme function.php via child theme
- Query first and last name from custom post type
- Custom Post types categories are creating additional page indexes but pointing to the same archive
- WP Query filter search. Result show all posts instead just custom post type
- Subpage with custom post types inside another cpt
- Order posts by meta value hiding posts instead of re-ordering
- call_user_func_array() error after moving to another server
- add current-menu-item to multiple custom post types
- How to create a custom template for this custom post type?
- Query Posts with Custom Taxonomy from a Custom Post Type
- Custom post type navigation on static page
- Add multiple custom meta boxes to different custom post types
- how to load custom single.php?
- How to show a custom taxonomy using a custom template
- I want to split this into two functions
- Register a title automatically with a relationship field
- Custom Form Data save after Login User
- Woocommerce product page is not showing custom css [closed]
- Default WordPress Query for a Specific Custom Post Type URL
- Custom post type pagination conflict result in 404