I assume that this plugin adds a widget that you put in sidebar so edit your page.php and add a sidebar on the top where you can add this widget with those links.
register_sidebar(array(
'name' => __( 'Phone Extra Info' ),
'id' => 'phone-info-sidebar',
'description' => __( 'Widgets in this area will be shown on top of a page' ),
));
of course you can add all the before and after widget arguments that the array takes. See the reference for more.
Reference:
Related Posts:
- Add menu page issues (permissions & position)
- How to put Word documents online so they can be downloaded, printed and read via a web page? [closed]
- What is the best way for showing a grid of customer logos?
- How can I show a different theme for admin users? WP 3.8+
- Is there any way to make myself an admin?
- Plugin Theme CSS [closed]
- General questions re: WordPress and WP plugins [closed]
- populating a form field with output from a custom plugin function
- Using ‘mysqli_connect’ ‘crashes’ WordPress client-side
- Measure and limit file uploads
- Short messages widget [closed]
- Yoast Force Rewrite Crashed Site [closed]
- Fetch Data from other website in wordpress (screen scraping)
- Is there a way to add custom endpoint to specific page only
- IF condition based on wp_remote_get output
- shortcode not return any thing in Gutnburg
- Change in one place the data about the company, which are placed on several pages
- How do I add a plugin dependency to my customized theme?
- How WordPress core manage the plugin installation
- Flickering sidebar when scrolling page [closed]
- Post status doesn’t update to ‘future’ every time?
- wp_trash_post hook – problem with page updating if using wp_die
- Storing The Data Collected by Ninja Forms into Another (custom) Database [closed]
- Add action to custom Function
- Form Plugin for Api Requests which is used via Shortcode
- “Allowed memory size” problem [closed]
- count the number of views of a post excluding own views
- rewrite file to wordpress
- WordPress Url setting
- When Installing a Plugin Where do I Move Template Files to?
- What would make the plugin update process to complete but don’t report as such?
- AZindex related help needed
- WordPress slider that allows image, headline, text, and button?
- Looking for a good way to include php code in posts, but using special include markup rather than direct php code
- Shortcode not displaying HTML within the function
- Contact Form 7 is not redirecting the “Thank-You” page with the removal of CSS and JS of plugins
- WordPress search input in database, to edit information via form and update the database
- Enqueue css to a third-party plugin template
- Remove a div class with condition
- How Can I Increase Breadcrumb Position Count (Starting From 2)?
- website shows blank when visiting from mobile
- BS Authorize.net Problem (Payment in hanging if customers is not logged in)
- PHP Error message Upload images to remote server
- Better search on WordPress.org Plugins?
- Avoid duplicate posts with xml rpc
- No route was found matching the URL and request method
- WP_get_image_editor resizing images in a foreach loop
- Upload files with Q&A admin
- Plugin function in child theme
- How to access Post Archive created by Elementor?
- WP core and plugin updates fail AWS
- Load my Inline js footer area
- CMB2 Output Select Box Chosen Option
- Move plugin upload folder from mywebsite.com/wp-content/uploads/pdfuploads to mywebsite.com/pdfs?
- Deactivate sub-plugin when parent-plugin is deactivated
- Custom product page’s style for printing
- Remove action added in plugin class from theme
- wc_get_product_terms() throws “Notice: Undefined offset: 0”
- Use WordPress Site For Email List Functionality
- WordPress showing fatal error on wp_set_object_terms line
- How do I keep children of certain parent menus expanded by default on a sidebar?
- Why does WordPress use cookies for /wp-admin and /wp-content/plugins for non-admin users [duplicate]
- Function get_locale always returns en_US in plugin?
- How do I add a textarea (multirow) option to my WordPress plugin?
- How to add subdomain to htaccess
- Create a two column content
- Can’t get or display post thumbnail in wordpress
- Custom User Notice Upon Login
- Add class as plugin for other plugins
- How to validate field when create post
- Keeping original URL
- Hidden Some Setting on Post or Page [duplicate]
- How to publish adobe edge animation to custom wordpress plugin
- Locale changed but plugin still showing default language
- Adding an onchange event to a custom dropdown menu in WordPress
- How to add jquery to my custom post type wp plugin
- WordPress list child pages of custom post type
- Update post meta not working on wp_postmeta
- Slow WordPress admin panel with a total query time of 1664ms
- making a glossary with wordpress
- Add jQuery in dashboard when is already added in main plugin page
- Ajax Not Working If The Handler is Located Outside Plugin Submenu Page Function
- get_var result empty for query of custom table in plugin admin
- WordPress include scripts and style in plugin page
- get_option include in my adsense
- woocommerce product categories in menu [closed]
- Book plugin to record books read and write my own reviews [closed]
- Display Custom Post Type and Custom Taxonomy Data on Front End Using Only a Plugin
- redirect to custom php template in wordpress plugin directory
- Why plugin’s icon for the menu not found?
- How can I send api calls from my plugin?
- On the same site, how do I send data from a plugin file to a theme file?
- additional fields based on the quantity of products selected
- Conflicting plugins break site
- Implementing onSplit/onMerge in dynamic Gutenberg Custom Blocks
- Get list of outdated plugins in the rest api?
- How do I know if an archive correspond to a custom post type taxonomy?
- How to change the version of block.js and plugin to the same of Package.json?
- Warning “Attempt to read property ‘feeds’ on null” using post update function
- How to Remove Default Category Metabox in Custom Post Types