• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

Genesis Tabs Widget as featured post slider for one category?

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › Design Tips and Tricks › Genesis Tabs Widget as featured post slider for one category?

This topic is: not resolved

Tagged: genesis tabs widget

  • This topic has 10 replies, 4 voices, and was last updated 12 years, 11 months ago by stl99.
Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • April 22, 2013 at 5:48 am #36849
    stl99
    Member

    Hi there,

    I'm wondering if someone already tried this:

    I'd like to use the Genesis Tabs Widget for displaying the latest 5 posts from my blog with the tab titles displaying the specific post's category name/or a custom field value of that individual post.

    Right now you can only select one category for each tab...

    Cheers,
    Thomas

    April 22, 2013 at 10:21 am #36900
    AnitaC
    Keymaster

    The Genesis Tabs Widget was not made to perform that way. You will need to look for something else that will work the way you want it. Check the WordPress plugin repository.


    Need help with customization or troubleshooting? Reach out to me.

    April 22, 2013 at 10:55 am #36908
    stl99
    Member

    Hi,

    I already did that but there're actually very few plugins which can do that and these plugins don't work very reliable.

    I'll try to modify the Genesis Tabs Widget myself then..

    Cheers,
    Thomas

    June 21, 2013 at 8:53 pm #47144
    Dan B
    Participant

    Hi,

    Any luck getting the Genesis Tabs widget plugin to show custom field info?

    If not, how'd you solve this issue?

    I'm trying to pull custom field info and display it in a sidebar, so it'd be a great help to know how to do this.

    Thanks!


    Dan @ ZindaMedia
    Marketing, Fundraising and Social Media strategies for non-profits.

    June 23, 2013 at 3:44 am #47273
    stl99
    Member

    Hi,

    I let my developer create a modified version of the plugin in order to achieve that. There're some other modifications but this part of the code should basically provide what you're looking for:

    </ul><!-- end ul.slides -->
    				
    				<ul class="category-nav">
    					<?php
    					$index = 0;
    						while ( $slider_posts->have_posts() ) : $slider_posts->the_post();
    						?>
    							<li class="tab<?php echo $index; ?>">
    								<a>>
    									<?php
    									$custom_tab_title = get_post_meta( get_the_ID(), 'featured_slider_tab_title', true );
    									if ( $custom_tab_title ) {
    										echo $custom_tab_title;
    									} else {
    										$categories = get_the_category();
    										echo $categories[0]->name;
    									}
    									?>
    								</a>
    							</li>
    						<?php
    						$index++;
    					endwhile;
    					?>
    				</ul>
    				
    			</div><!-- end .flexslider -->
    		</div><!-- end #genesis-responsive-slider -->

    Cheers,
    Thomas

    October 2, 2013 at 2:01 pm #65109
    lflier
    Member

    Yes!

    In your original post, you're asking to do exactly what I want to do. I want the Genesis Tabs widget to display five posts from the category in each tab. Right now it displays only one. I'm guessing that another nested loop is needed in the code that outputs the posts but I'm a total noob at PHP and Genesis programming. Do you happen to have code for this as well?

    October 3, 2013 at 9:54 am #65208
    stl99
    Member

    Hi there,

    I think it would be easier to send you the complete modified plugin. I do however need to ask my dev first if he's OK with this as he programmed it after all.

    Maybe it's even better to give you his contact details - are you interested in this?

    Cheers,
    Thomas

    October 3, 2013 at 2:56 pm #65253
    lflier
    Member

    That would be fine. Thank you.

    LF

    October 7, 2013 at 1:58 pm #65700
    stl99
    Member
    This reply has been marked as private.
    October 10, 2013 at 7:13 am #66116
    lflier
    Member

    Thanks for the reply but I am unable to read it. The FAQs seem to say that private replies are visible only to the poster and the moderators. Is there a way for users to communicate privately through the forum?

    October 10, 2013 at 8:19 am #66131
    stl99
    Member

    Send me your email address to [email protected], I'll reply with my dev's email address...

  • Author
    Posts
Viewing 11 posts - 1 through 11 (of 11 total)
  • The forum ‘Design Tips and Tricks’ is closed to new topics and replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2026 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble