Forum Replies Created
-
AuthorPosts
-
carrieParticipant
It 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?
carrieParticipantThanks, 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.
carrieParticipantMe 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.
carrieParticipantHow do I get it to line up to the right, please? 🙂
carrieParticipantHmm... it moved it, but not the right way 🙂
carrieParticipantSorry, I was messing around.. the one above the main nav.
carrieParticipantJust 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 #91672carrieParticipantHey 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 #88633carrieParticipantOops, 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 #88632carrieParticipantHi 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,
CarriecarrieParticipantI uploaded the images to a gallery in the plugin.
carrieParticipantThey're not posted in a post.
carrieParticipantThe permalink is still showing up with the plugin... I thought it was going to disappear?
carrieParticipantHello,
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 🙂
carrieParticipantHi 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