Forum Replies Created
-
AuthorPosts
-
carrie
ParticipantIt didn't work 🙁 I left it so you can see what it looks like. I think it might have something to do with the responsive menu? Maybe?
carrie
ParticipantThanks, but that's what I already figured out how to do 🙂 I want to change the secondary menu text to black and the rest of it to white. Sorry if I'm not explaining myself correctly.
carrie
ParticipantMe too, Annamarie - same host, successful update for one client but it refused to update for another client. Host doesn't seem to be the issue.
carrie
ParticipantHow do I get it to line up to the right, please? 🙂
carrie
ParticipantHmm... it moved it, but not the right way 🙂
carrie
ParticipantSorry, I was messing around.. the one above the main nav.
carrie
ParticipantJust wondering if anyone can clue me into the answer for this?
Thanks,
CarrieFebruary 21, 2014 at 10:35 am in reply to: Education theme homepage blog – would like ONLY one CATEGORY, one post to show #91672carrie
ParticipantHey Webcami, thanks for your response! I figured it out...
function be_home_query( $query ) {
if( $query->is_main_query() && $query->is_home() && !is_admin() )
$query->set( ‘category_name’, ‘upcoming-events, news, member-messages’ );
}
add_action( ‘pre_get_posts’, ‘be_home_query’ );Cheers,
CarrieFebruary 4, 2014 at 5:32 pm in reply to: Education theme homepage blog – would like ONLY one CATEGORY, one post to show #88633carrie
ParticipantOops, here's the url: http://www.paramedicchiefs.ca/
February 4, 2014 at 5:22 pm in reply to: Education theme homepage blog – would like ONLY one CATEGORY, one post to show #88632carrie
ParticipantHi there, I can't seem to get it to work - I want to limit it to 3 categories. Here is my code:
/**
* Limit homepage to one category
*
*/
function be_home_query( $query ) {
if( $query->is_main_query() && $query->is_home() && !is_admin() )
$query->set( ‘category_name’, ‘upcoming-events’, ‘news’, ‘member-messages’ );
}
add_action( ‘pre_get_posts’, ‘be_home_query’ );Thanks,
Carriecarrie
ParticipantI uploaded the images to a gallery in the plugin.
carrie
ParticipantThey're not posted in a post.
carrie
ParticipantThe permalink is still showing up with the plugin... I thought it was going to disappear?
carrie
ParticipantHello,
Mine didn't quit, it is a fresh install but not working. It's not a plugin conflict, I tested. I get the option of choosing the custom sidebar but it's not showing , just the Primary (default). Thought it might be custom permalinks, but no. Any other ideas?
http://makememusical.com/blog/
Thanks 🙂
carrie
ParticipantHi Susan,
Thanks, I see how this can work but is there a way of having this page with the secondary/new sidebar on the left but without the primary sidebar on the right?
Cheers,
Carrie
-
AuthorPosts