Big Brother Theme Breaks in 4.8.1
-
AuthorPosts
-
After updating WordPress to 4.8.1 I when I navigate from the main menu no content displays in both left and right rail.
The blog I need help with is mectanner.wordpress.com.
All software updates are done by Staff on all wordpress.COM hosted sites. The site linked to your username has no posts published after July 28, 2011.
What is the URL of the exact site in question re: expiration starting with http://?
Are you referring to a site hosted by wordpress.COM or not?
Type the URL in here to determine who hosts the site http://www.whoishostingthis.com/
Know that WordPress.COM and WordPress.ORG are completely separate and have different username accounts, logins, features, run different versions of some themes with the same names, and have separate support documentation and separate support forums. Read the differences here http://en.support.wordpress.com/com-vs-org/
We do not provide support for wordpress.ORG software installs. That support is provided at http://wordpress.org/support/
wordpress.org support
The wordpress.ORG support forum is at http://wordpress.org/support. The wordpress.ORG login link is here https://login.wordpress.org/ If you do not have an account yet then click Create an account https://login.wordpress.org/register/ and if you have lost an account password click Lost password? https://login.wordpress.org/lostpassword/
WordPress.org support docs are at https://codex.wordpress.org/Main_Page
See also https://apps.wordpress.org/support/ for app support.re: Jetpack support
Some Jetpack solutions are here http://jetpack.me/support/
Others are in the Jetpack support forum at WordPress.org
http://wordpress.org/support/plugin/jetpack
However, if you can’t find help at either one then you can file a Jetpack support ticket here > http://en.support.wordpress.com/contact/?jetpack=needs-serviceoops! Ignore these words re: expiration that I provided in error above. The rest is correct.
I actually downloaded this theme for use on WP Engine intranet site. The link said I could:
https://wordpress.com/theme/big-brotherFYI, the theme has not been updated since 2015.
Regardless of where a site is hosted, the latest update to wordpress breaks this theme, specifically in category pages using the archive.php file… which in turn uses the function big_brother_the_breadcrumbs() .
if ( is_category() ) {
global $wp_query;
$cat = get_category( $wp_query->get_queried_object()->term_id );
$cat_parents = get_category_parents( get_category( $cat->parent ), true, ‘<span class=”sep”></span>’ );if ( 0 < $cat->parent && ! is_wp_error( $cat_parents ) )
echo ‘<span class=”breadcrumbs-ancestor cat-parents”>’ . $cat_parents . ‘</span>’;
echo $before . single_cat_title( ”, false ) . $after;}
This function no longer works. Removing the breadcrumbs from the archive.php file fixes the site.
We do NOT provide support here at wordpress.COM for any site that is not hosted here ie. the site must be on our servers.
wordpress.org support
The wordpress.ORG support forum is at http://wordpress.org/support. The wordpress.ORG login link is here https://login.wordpress.org/ If you do not have an account yet then click Create an account https://login.wordpress.org/register/ and if you have lost an account password click Lost password? https://login.wordpress.org/lostpassword/
WordPress.org support docs are at https://codex.wordpress.org/Main_Page
See also https://apps.wordpress.org/support/ for app support. -
AuthorPosts
The topic ‘Big Brother Theme Breaks in 4.8.1’ is closed to new replies.