jholcombkw
Forum Replies Created
-
Forum: Themes and Templates
In reply to: horizontal submenuThanks stephencottontail. It work for my submenu to center it but not any layer after the submenu.
I can add via widgets, but I am needing a loop to added to my current php.
My current code is
/*** Custom Post Byline */ function custom_post_info($post_info) { $post_info = 'By [post_author_posts_link]'; if (!is_single()) { $post_info .= '<a href="' . get_comments_link() . '">Leave a Comment</a>'; } $post_info .= '<div class="post-date"><span class="month">[post_date format="M"]</span><span class="day">[post_date format="j"]</span>[post_comments zero="0" one="1" more="%"]</div>'; return $post_info; } add_filter('genesis_post_info','custom_post_info',40); add_filter('genesis_post_info','do_shortcode',40);<?php remove_action( 'genesis_loop', 'genesis_do_loop' ); add_action( 'genesis_loop', 'child_grid_loop_helper' ); /** Add support for Genesis Grid Loop **/ function child_grid_loop_helper() { if ( function_exists( 'genesis_grid_loop' ) ) { remove_action( 'genesis_before_post_content', 'generate_post_image', 5 ); genesis_grid_loop( array( 'cat' => 1, 'features' => 1, 'feature_content_limit' => 0, 'grid_image_size' => '', 'grid_content_limit' => 0, 'more' => __('Continue','inspyr'), ) ); } else { genesis_standard_loop(); } } genesis();I would like my posts and my events to pull on the homepage if cat=1 with the newest posts being first.
Home page loop is
<?php remove_action( 'genesis_loop', 'genesis_do_loop' ); add_action( 'genesis_loop', 'child_grid_loop_helper' ); /** Add support for Genesis Grid Loop **/ function child_grid_loop_helper() { if ( function_exists( 'genesis_grid_loop' ) ) { remove_action( 'genesis_before_post_content', 'generate_post_image', 5 ); genesis_grid_loop( array( 'cat' => 1, 'features' => 1, 'feature_content_limit' => 0, 'grid_image_size' => '', 'grid_content_limit' => 0, 'more' => __('Continue','inspyr'), ) ); } else { genesis_standard_loop(); } } genesis();[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
Thanks for your help.
I don’t understand the conditional placeholders. It doesn’t look like the same thing I want to do. If it is will you help me understand a little better. I want the Featured Image to pull on our Index page for our Event Manager. If there is not Featured Image than it pulls the Event Categries page.
I have Deactivate GSS and I am still having problems with the time not working right. I have to update the time everytime I change anything in the post.
Also GSS isn’t working at all.
It the whole site it is stopping Genesis Simple Sidebars from working. It will only show the primary sidebar.
The time changes anytime I go in and update an event. I have to go back and change the time again.
I have created other sidebar using Genesis Simple Sidebars, but the only sidebar that will show up is the primary sidebar. It was working before I add the plugin
Forum: Fixing WordPress
In reply to: Upgrading to 3.5 Fatal errorIt will not let me login too! How can I go back to 3.4?
Forum: Fixing WordPress
In reply to: Upgrading to 3.5 Fatal errorI removing all plugins and still getting the same error
Forum: Fixing WordPress
In reply to: Upgrading to 3.5 Fatal errorIs there away to go back to 3.4?