You haven’t really given enough information to know what options you have within the software. You may be able to use a setting or hook into the loading of your forum.
But, if not, perhaps you could use a combination of html, jquery and ajax to solve this.
In your header/footer you could just hold a div
<div id='my-header-customization'></div>
In your js, you could find this and replace the content
let myContent="you can pull this using ajax";
getElementById('my-header-customization').innerHTML = myContent;
Then in your PHP you could setup your AJAX to pull the content from static text, db, etc.
https://stackoverflow.com/questions/6782230/ajax-passing-data-to-php-script
Related Posts:
- How do I make a redirect in PHP?
- Retrieve POST data from AJAX call
- Display all meta for a post?
- How to include external page to wordpress page?
- Facebook Comment Count
- How to overwrite youtube embed?
- How to resize image on client-side before upload?
- Filter the blog title displayed in the header
- Print html when custom field has value inside while loop
- Foreach insert query the best way
- Stop Duplicating Terms in a Foreach Loop
- Generating add_settings_section() calls dynamically
- Loading jQuery in the footer after removing jQuery migrate?
- How to generate page content from database the right way?
- Register non hierarchical taxonomy and the show meta box in the post type
- Admin username and password
- dynamic php inside wordpress page
- Converting MYSQL to WordPress $WPDB
- WordPress excerpt not working
- Random Default Avatar Function
- Get Admin Email Address From External PHP page
- Redirect to another page after submission using wp_mail
- How to run a php file that uses wordpress functions from command line?
- Loop with slider (slider not loading)
- wordpress media library new uploads don’t write to database
- Add data attribute to each li in menu
- Was told to change the .htacess file form .html to .php so this would work properly
- How to bypass maintenance mode with external cron?
- Displaying Woocommerce Product Category in WordPress
- Split reads to a different connection string
- custom user role wordpress – grant guest access to edit.php without insert/update/delete
- PHP > Scheduled Tasks > Sending daily email with dynamic API variables
- Echo possibly causing custom template formatting conflict
- “Undefined index” error when saving empty array with checkboxes
- WordPress comment submit button substitutes/options
- How to make container class in PHP
- Copy taxonomy terms from one post to another programmatically
- Where is the PHP code generating an element?
- How do I check or test a WordPress Auto Year Change Script?
- Prevent redirect to wp-login.php
- Insert page content into another page with a changed variable
- Decimal values via get_option() with custom local (decimal point = comma)
- WordPress and PHP Version Upgrade issue [closed]
- Pull MySQL data from multiple tables and merge into 1 PHP array
- Images Uploaded saving onto older/previous year folders
- PHP Redirect condition
- How to hide the author box of a specific user?
- Find out last 7 days of upload images, last week uploaded image from Gallery and display them in different pages
- WordPress 4.2.3 on Windows Server 2008 R2 Creating Files as read only
- WooCommerce “Checkout Now” button [closed]
- Where can I find linked fonts in my theme?
- Undefined variable: row?
- WordPress theme showing blank page
- Finding and removing duplicates within WP Arrays
- How can I call a specific file (via php) by referencing the logged-in username?
- save_post action inside a custom metabox class not working
- Hard-coding a shortcode as the last menu item in primary navigation?
- quotes problem in very simple sql
- Blog suddenly shows Archive instead of index page
- WP-CLi PHP Warning: mysqli_query(): (HY000/1356): View During Search Replace
- The additional fee for the COD payment method not visible in the front-end
- Loading Elementor templates in a Bootstrap modal on button clicking
- If the_title starts containing the same characters as the_content then
- How to add and subtract user meta values after post meta update
- how can i redirect dynamic URL in worpress base on ID in htaccess or wp-config or function.php
- How to check if is page template inside functions.php
- How to hide a div section when user is logged in, in single product woocommerce
- Global variable doesnt’t pass to another function
- display custom plugin view on front end inside template body
- Fix hover images blink
- How to auto-generate random numbers in username?
- PHP Error in WordPress Theme
- my_meta not saving in my current hosting
- Blog Image and Title in Right Sidebar
- Generate random access token to a post page
- Filter loop by ‘price’ with meta_query
- (Who to follow) Twitter widget
- Singleton in plugin fails on AJAX call (Plugin initialzed again)
- How save data on user’s client cache
- remove public static function wp_link_dialog()
- Find the method which AJAX GET calls
- Problems with the WordPress loop [closed]
- Multilanguage website on two different domains
- White screen after login attempt
- Widget header unique classes
- How to access WOrdpress functions from within a class
- Trouble using wordpress functions in a pop-up modal form
- admin-ajax.php loading many times
- Trying to display ads on only a third of posts in a loop. Keep getting Error 500?
- how can I make content from a plugin hidden when user is logged in? [duplicate]
- Can’t find text source file in WP theme [closed]
- What does that mean: cannot use a scalar value as an array [closed]
- How to enqueue structured data as file – jsonld file seems not to work
- Custom WordPress Function – Adding items from Foreach Loop into an array and Updating Field based on array of IDs (ACF + WooCommerce)
- How can I save a user’s Contact Form 7 inputs as separate columns in a custom WordPress table?
- Create custom API endpoint to change custom header image
- Show Login Errors In WordPress/Elementor (Code “works”, but breaks site)
- How do I organize posts based on their taxonomy?
- php was updated – critical error [closed]
- How to use multiple custom post types to archive as front page?