Without looking into the plugin, it looks like you could first remove the default placement using:
remove_filter('the_content', 'wpatt_content_filter');
and then call the list function somewhere in your template like this:
echo wpatt_content_filter('');
(the remove_filter would be in functions.php or somewhere near the top of your template, ie before the_content() is called.)
Related Posts:
- How to do I get a list of active plugins on my wordpress blog programmatically?
- How to Display Product specific to a category with WooCommerce Plugin? [closed]
- How to add field for new site-wide option on Network Settings screen?
- Redirection plugin – how to let the editor access the ‘redirection’ menu?
- Can I make plugins required?
- Is there any debug toolbar that shows whick hooks are called for the current page in WordPress?
- Adding a Variable Product in WooCommerce Programatically
- How to access options of Redux framework in front end
- Using tabs for wordpress plugin
- How can I save repeatable fields with one value inside an array?
- Duplicate settings of master blog to slave blogs in WP multi-site installation
- Automatic updates not working/plugins not installing
- append stylesheet via shortcode
- Is it possible to filter the wp_footer() scripts, read the content, and insert them inline?
- Remove action from woocommerce barcode plugin [closed]
- How to call bind function in wordpress actions or hooks
- clean wp_options table unused rows
- Disable Other Plugins on my Custom Post Type?
- Passing RichText attributes to function onChange
- Getting media library popup in custom plugin admin page
- How to write one comment and publish on every post using database or plugin?
- How to automate wordpress plugin activate and deactivate by php logic?
- ‘wp_login’ action hook not working with wp-login.php file
- Can WordPress Plugin Directory Cache Delay the Upload of Images?
- omit / remove ” from category list
- Can’t update/install plugins or WordPress
- The safest way to automate WordPress backups
- Media is not attached after import
- Use flash on a wordpress site as a widget
- (Sticky Row) How do i make a row sticky in wpbakery page builder?
- How to disable a plugin for certain page?
- Submit form after reCaptcha is solved
- how to create progress bar in wordpress contact form 7 or other plugin for set progress bar in cf7 [closed]
- remove_section in a plugin
- wp_editor content in plugin options page
- Link for ‘Show all Events Categories’ [closed]
- Plugin for single language localisation [closed]
- Display Custom Field Value on Admin Page Column
- How to remove/hide Yoast’s “SEO” tab in admin panel?
- Is there an easy way to download all plugins from the repo?
- Is Timthumb still broken? What security measures should be taken?
- Is there any plugin which can paste a common content to my every post?
- Combining several CSS files into one for optimization
- Which filter/action should I use to serve content for “virtual” files
- Is it a standard to have an empty `index.php` in root of Plugin? [duplicate]
- WordPress Fatal Errors [closed]
- Sell access to form [closed]
- BuddyPress: filter member based on Xprofile Field
- WordPress plugin require_once unexpected
- What is the best way to hook a rewrite function for certain php code when plugins are updated?
- Undefined index: ratings_score …/wp-postratings.php on line 994
- Does anyone know what’s the plugin for this Comment Section?
- Author & date removal
- Code for unique user visit count on every page WordPress
- post title not changing at post page
- Circumvent WP CLI Command
- show wc_add notices on particular page in woo commerce custom plugin development
- Custom Formdata matching with user table
- upload multiple images using wp_handle_upload
- https rewrite not working for All in one security Brute force > rename login url
- How to align a text left side while keeping vertically centered? [closed]
- Code Snippets plugin by Shea
- Why my multisite is this slow? (stats inside)
- htaccess question and plugins.php
- wordpress plugin page error
- WordPress connecting posts
- Different Urls for mobile and desktop homepages
- Insert Plugin on a custom page
- WordPress Theme/Plugin Install (about FTP Connection)
- Can’t enable/disable plugins in non bulk mode
- Power Menus plugin destroys menu after adding new item
- Update page (update-core.php) & Plugins page (plugins.php) revert to homepage
- trying to create simple plugin to filter categories from all authors
- Proper Failure of Plugin Activation
- how to debug shipping module / class
- cPanel login from WordPress
- single.php fires more than once after clicking on any post to view with different post id each time
- Can’t insert files in other inputs
- Can’t get custom user meta to show in header
- How can I add the custom taxonomy categories to the posts and pages?
- How to use wordpress with any “site url” (the url in settings) for development?
- WordPress Customer Reviews Error: Line 239?
- How to create a page template using custom plugin
- WordPress 3,5 and Jquery version
- WooCommerce, different prices based on location [closed]
- Creating a press page for our project
- Change Woothemes admin url
- wordpress illegal string offset ‘parameter’ error
- How to convert hits from Top 10 plugin to WordPress Popular Posts? [closed]
- WP can’t send newsletters
- Defer parsing of JavaScript [duplicate]
- Update post meta Rest Api
- cURL External API request displays content above other content on page
- A way to upload old html pages with all its assets via WordPress admin and to add a fixed menu on top of those (a la Wayback Machine)
- Problem moving to category posts page
- admin_enqueue_scripts using hook_suffix vs GET page
- WordPress.Security.NonceVerification.Recommended
- My Revolution Slider suddenly appears two times after updating
- BBPress Customization with Custom Plugin
- Custom Gutenberg blocks not showing in WP editor