Syahir Hakim
KeymasterKuala Lumpur, Malaysia
When not perched on my workspace, I tremendously enjoy hiking in the bushes and climbing mountains. They serve as much-needed refuges from the pretense of cities.
Forum Replies Created
-
Admin
Yes it has. Your 404 error seems to be related to a permalink issue rather than a bbPress compatibility issue.
Admin
.full-sized .slider-entry-wrap {
height: 100%;
right: 0;
left: auto;
width: 30%;
}Admin
Moved to Support. Please post in the correct section next time.
Try adding this to the Custom CSS option:
#footer {
clear: both;
}Admin
In reply to: Excerpt length in category archive and search pages
February 6, 2012 at 10:48 pm #23182It should still work, but if not, you know what to try.
Admin
Did you modify the
footer.phpandheader.phpfiles? If you did, try making those changes using action hooks and CSS instead of editing the files directly. Replacing the theme’s template files should really be the last resort.Admin
In reply to: Excerpt length in category archive and search pages
February 6, 2012 at 10:13 pm #23180Hurm, if you’re on 1.5.6, the code that I posted earlier should work. The newer code that I posted is for 1.6.
Try this:
function custom_excerpt_length($length) {
return 40; // Change this to whatever you want.
}
add_filter('excerpt_length', 'custom_excerpt_length', 20 );Admin
In reply to: Excerpt length in category archive and search pages
February 6, 2012 at 10:02 pm #23178I just tried this and it works. You’re using Graphene 1.6 right?
Admin
Try inserting this instead:
function your_custom_excerpt_length(){
graphene_set_excerpt_length( 20 );
}
add_action( 'after_setup_theme', 'your_custom_excerpt_length' );Admin
You can use the Action Hooks Widget Areas. See this wiki page for more details:
Admin
In reply to: I upgraded Graphene and the badge â€Submit comments †is gone !
February 6, 2012 at 9:44 pm #23386Moved to Support. Please post in the correct section next time.
I can see the submit comment button just fine. Using Firefox:
