Forum Replies Created
-
Mod
Neither do I. And after finding this out, I may just stick with my method of using the PHP widget and wrapping my text in an IF function.
Mod
?
Mod
Use a Graphene action hook widget area. Start here:
http://blog.kjodle.net/2011/11/04/graphene-action-hook-widgets-an-easy-way-to-modify-your-blog/
Mod
Mod
I added this to my child theme’s functions file and it still works quite well:
add_filter('comment_form_defaults','comment_reform');
function comment_reform ($arg) {
$arg['title_reply'] = __('If you've read this far, you have to leave a comment. That's the rule.');
return $arg;
}You, of course, would want to change the text to something else, although you are free to use mine.
If you do use something with apostrophe’s or quotation marks, be sure to escape them.
Mod
I’ve merged these topics.
Mod
It looks like you’ve entered a bunch of returns at the top of your post. Take them out and things should be back to normal.
You’ve also asked this question once already, and I responded to you there, which is where you should have responded, rather than creating a separate thread for the same question.
Mod
Actually, this can be done pretty easily using a child theme. There are many discussions about this in this forum. Try this one for starters: (I think the code is still valid.)
https://forum.graphene-theme.com/graphene-support/header-image-size-change
As for eliminating the header completely, try adding this to your child theme’s style sheet:
#header {display:none;}Not tested, but should work.
Mod
It’s been forever since I’ve used 1.4 (well, not really, but things have come a long way since then), so I’m guessing/remembering here:
All your other other posts are part of these categories: ‘Game of the Day, NBA Schedule, NBA Season’. But your latest post is only in this category: ‘All Star Break’.
Check your Graphene settings to see which categories are set to display on the front page.
Mod
Looks good!
