Forum Replies Created
-
AuthorPosts
-
[email protected]Participant
Thanks! That worked!
[email protected]ParticipantI am having this same trouble! It's not good because I offer a membership site and these archive pages include important instructions for my members!
[email protected]ParticipantThank you!
[email protected]ParticipantThis was excellent! Thank you! It worked perfectly...
[email protected]ParticipantThank you! Done...
[email protected]ParticipantMay I ask one more question?
The client now asks, "Can you please allow people to click on the Business or Wisdom or Nature header to bring them back to that specific page?"
Oi vey!
[email protected]ParticipantAhhhh.... thank you *very* much!
This code worked:
.category-business #content .post {
padding: 0px 20px 15px 20px;
}I will learn eventually, right? 🙂
(Following your blog... maybe that will speed up the learning process...)
~Anne
[email protected]ParticipantBrad, thank you so much! I'm doing something wrong, because now I've received an error message:
Fatal error: Cannot redeclare add_body_class() (previously declared in /home/e9design/public_html/test4/wp-content/themes/custom-theme/functions.php:15) in /home/e9design/public_html/test4/wp-content/themes/custom-theme/functions.php on line 27
This is what I pasted into the functions.php file:
/** Add custom body class to the head */
add_filter( 'body_class', 'add_body_class' );
function add_body_class( $classes ) {
if ( is_category( 'business' ))
$classes[] = 'custom-class';
return $classes;
}I *so* much appreciate your help!
~Anne
[email protected]ParticipantThat is FABULOUS! Thank you, thank you!
-
AuthorPosts