kusaziva
Forum Replies Created
-
Thanks for the response.
Can I add the manual stats code dynamically for every post?
Hey guys.
Thanks for a wonderful plugin. Much appreciated.
Just wondering if any solution was ever found to this problem. Having to put the tags manually for every post is kinda tedious.
Thanks.
Forum: Fixing WordPress
In reply to: Login error "You are not allowed" for everyone except AdministratorsHello! Someone…. Anyone. please ??
Forum: Themes and Templates
In reply to: [Twenty Fifteen] Remove Twenty Fifteen sidebar "sticky" behaviorTried editing functions.js and functions.php in my child theme as suggested by @angoo and it didn’t work for me
It’s the CSS
.sidebar { position:relative !important; }
that did it
thanks lucacicca. fixed.
Peter
I added the
remove_filter( ‘wp_title’, ‘twentytwelve_wp_title’, 10, 2 );
just before the title tag, like so:
<?php remove_filter( ‘wp_title’, ‘twentytwelve_wp_title’, 10, 2 ); ?>
<title><?php wp_title( ‘|’, true, ‘right’ ); ?></title>but it hasn’t worked. Strangely only the single post page and the is_tag() pages are affected. category pages are showing up just fine. Please help.
Thanks @tim Moore. had the same issue and disabling BuddyPress first worked.
Forum: Plugins
In reply to: [Plugin: Job Manager] Removing the “Apply Now” link on the jobsdon’t worry. Found out:
Job Manager->Settings->Display Settings, and scroll down to the Job Templates box.Thanks for the great plugin hey