Plugin info

Total downloads: 950
Active installs: 0
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 9/13/2016 (3396 days ago)
Added to WordPress: 9/13/2016 (9 years old)
Minimum WordPress version: 1.5.0
Tested up to WordPress version: 4.6.30
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 3396 days ago

20/100

Is BC HTML Segments abandoned?

Possibly abandoned (last update 3396 days ago).

Compatibility

Requires WordPress: 1.5.0
Tested up to: 4.6.30
Requires PHP: f

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

When installed this plugin allows you to append “&bc_segment=header” or “&bc_segment=footer” to URLs and have
WordPress only output the HTML that is rendered when the get_header() and get_footer() functions are called,
respectively. This is particularly useful if you want to have another system look like it’s using the same
site as the original, yet not actually be running WordPress.

For example, if you have a College Bookstore that does buyback, you could write all of the code and functionality
of the buyback system into WordPress itself, or you could let WordPress do what it does best and create another
system using whatever your favorite framework is on a subdomain. Then when it’s time to integrate your custom
code into a working site, your system can just fetch the headers and footers from the parent WordPress site, and
viola!, your custom site is indistinguishable from the parent site.

Installation

  1. Upload the plugin files to the /wp-content/plugins/plugin-name directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress

Frequently Asked Questions

How does this plugin help me

If you’re running non-wordpress sub-systems that need to look like wordpress, and keep up with any changes the author
makes, then this can help you fetch the headers and footers as needed.

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

0.1

  • Initial Creation.