Forums

Sharing theme files across multiple installs of WP (2 posts)

  1. lencicki
    Member
    Posted 3 years ago #

    I have several subdomains with individual installs of wordpress. I'd like to be able too share certain theme files (i.e. sidebar.php) across all installs. My first effort to do it was by using the following code

    <?php include ('/wp-content/themes/blog/sidebar.php'); ?>

    however this results in an error with wordpress looking for sidebar.php in the current theme file, rather than the direct path called for above.

    Any ideas?

  2. stvwlf
    Member
    Posted 3 years ago #

    1) You would need an absolute URL including the domain.

    or if that doesn't work
    2) check out the hive plugin http://wordpress.org/extend/plugins/wp-hive/

Topic Closed

This topic has been closed to new replies.

About this Topic