If this text was static, then of course you could use custom footer template. So create file footer-my-custom.php
and then include it with get_footer('footer', 'my-custom');
If you want to edit this text in wp-admin (or have many editable texts in there) you can use one of these solutions:
1. Custom Fields (good if you use static front page)
If you use static front page, then you can add some custom fields to it and then show these fields in footer on every page. To add these CF only to front page, I would use Advanced Custom Fields plugin.
Then in footer you’ll have to add:
<?php echo get_post_meta( get_option('page_on_front'), '<CUSTOM FIELD NAME>', true ); ?>
2. Options
The other solution (better in this case, I guess) is to define some theme options.
I usually use OptionTree plugin to do this. But it’s not so hard to do this by yourself.
Related Posts:
- Should I use RIPS tool to test my themes and plugins?
- Workflow and best practice for documentation [closed]
- How to get current post user id
- How do I combine a theme with a plugin
- How to write “alt” tag in image for wordpress code?
- Don’t load the theme for a page FROM a plugin EDITED
- Extending a theme: build new features as plugin or core modules?
- How to override any plugin file in the child theme
- when i activate my WordPress plugin cannot see customizer options or preview
- how to add custom css at top above all css file for specific url
- Why the output of an image gallery plugin is not displayed into a page of my custom theme?
- Breadcrumb is not generating the correct post page url
- Site is setup statically – how to make it content managable?
- How to escape html code?
- How to make content as required in custom post type?
- How to create new title and its description inside a section in WP Customizer?
- WooCommerce get_price returning wrong price when used via ajax
- Open Post Thumbnail in New Child Theme File in WordPress
- How to use get_theme_mod in gutenberg editor wordpress?
- Reusable functions and tools (Framework)
- Different UI in WordPress
- The problem with WordPress Importer
- Display post lists in 2nd paragraph
- Plugin-generated pages use Not Found or Pages Archive templates?
- Is there any kind of theme on WordPress to sell my own movies?
- Classified ad website : which solutions to use? [closed]
- What are the specifics of WordPress development I need to know? [closed]
- Homemade plugin while using Themify Ultra
- How to create a code editor for my plugin .?
- Finding the URL to be used to check if plugin is installed with a theme
- wp_footer hook only working on homepage not in other pages
- How can I position ShareThis buttons manually when using the plug-in? [closed]
- How to use get_template part in the plugin?
- Redirect to another page using contact form 7? [closed]
- how to force tag page layout to use same as search layout?
- Great blogs site resources/tutorial for WordPress Developers? [closed]
- Create custom pages with a plugin
- Use different single.php file based on condition
- Release the plugin in the WordPress repository where redux is used
- Shortcode Attributes to Return different $_POST
- How to use the CSS of the WordPress core in the development of my administration page?
- I receive taxonomy id
- Include Minit plugin in theme [closed]
- How can I use my custom wordpress theme on two websites? [closed]
- why need theme,if page builder is there in wordpress [closed]
- Inserting Plugins Into Blank Space of Externally Designed WordPress Theme
- WordPress API functions not working at AJAX functions.php call
- What’s the right way to implement functions in footer.php
- Remember the Meta Value With Radio Buttons
- How to check homepage contain blog post?
- how to design change in woocommerce cart page and all other page also by theme? [closed]
- display unique post per category
- WordPress plugin with its own “site”/theme
- Identify current wordpress theme
- Yoast SEO Plug In and my Theme duplicating code. Need some feedback on what to do? [closed]
- Removing the custom_image_header from wp_head
- Seperate plugin and theme files
- Xamp installed local wordpress not allowing to publish or install plugin
- Scrape key check failed. Please try again
- Elementor Sidebar not loading when PRO elements plugin is active
- Widgets are not displaying in the admin panel
- submit two file input fields in the same form
- Content-Security-Policy implementation with WordPress W3Total Cache plugin installed
- woocommerce: Customize email with item total count
- Child theme modifications not showing up
- Rename a folder via HTML POST request
- How to get a post views count using ‘WordPress popular posts’ plugin
- How can I see $post object in frontend from functions.php?
- Link custom post type to page
- How to Create a Learning Management Plugin in WordPress to Manage Courses [LMS]
- How to prevent redoing get_posts queries and make results available to other scripts?
- Showing different js file for different theme in wordpress customizer api
- WordPress panel is not loading after plugin activated with error: HTTP ERROR 500
- When the user entered an unauthorized url redirect to login page
- Remove action added in plugin class from theme
- Can you develop themes and plugins while using the hosting services BlueHost? [closed]
- Help Code Review – I need to write on .htaccess file from theme’s function.php
- Where do the section input fields values are stored in database
- How can I add a custom checkbox / radio button on the admin theme options to display a CSS or other?
- Input gets deleted/overwritten after changing to different Admin Menu
- How to show post attachment image
- Can anyone tell me why I can’t edit a plugin when it is installed without having to re-install?
- What is the Object for WP_Error Class?
- Active Plugins for current blog in WP Multisite Network? [duplicate]
- Disqus plugin outputs script as literal text
- How to get current template file used by WordPress?
- How can I make a website with dynamic features with wordpress?
- How to generate a responsive output from plugin?
- How to work email subscribe in WordPress?
- How to create post comparison in wordpress
- How to add image for custom taxonomy
- Javascript as Jquery Function Call?
- Integrating WordPress Content into a jQuery Slider
- Editing a theme
- manage_{taxonomy}_custom_column not working
- how to make wordpress remember my choice
- How to Enfroce Domain Licensing Limits? [closed]
- Meta box not displaying on the plugin page
- add_meta_box showing blank screen in my page
- How to create an Info Box on WordPress [closed]