When it comes to branding clients’ sites, 90% of the times all that needs to be done on the WordPress login page is changing the logo changing the logo link to site’s homepage setting a body cover image I’ve put together a basic plugin for the above called WP Simple Custom Login plugin. Visit the plugin’s page on […]
Search Results for: wordpress
Utility Bar in Showcase Pro
This tutorial provides the steps to add a utility bar having two (left and right) widget areas above the fixed header in Showcase Pro. Screencast: Tested in Showcase Pro version 2.0.2 Step 1 Edit functions.php. a) Inside showcase_theme_setup(), below // Add previous and next post links after entry add_action( ‘genesis_entry_footer’, ‘genesis_prev_next_post_nav’ ); add To view […]
How to group entries by Month and Year on CPT archive in Genesis
In the members-only forum, a user asked: Is it possible to display a Custom Post Type archive page organised by Month with genesis ? as below – Jan post post post Feb post post March post post post etc , etc In this tutorial, we shall create a template for portfolio CPT’s archive page and […]
Reply To: add category and tag names to body class
Follow https://sridharkatakam.com/add-categories-tags-body-classes-wordpress/
add category and tag names to body class
I’ve successfully added category names to body class before using the codes below, but I’d like to add category and tags names to the body class, and the one seems to cancel out the other. I’m hoping you might consider a tutorial on how to combine them? Thank you! // add post category slug to […]
How to exclude Posts having a specific tag from Genesis Featured Posts
In GenesisWP Slack channel, a user asked: Using the inbuilt Genesis Featured Posts, is there a way to exclude a specific tag from the results? Wondering if there’s a way using pre_get_posts… So posts with a specific tag don’t show in genesis featured post widgets. This can be done using Custom Genesis Featured Posts Widget […]
Site Title – Image Logo in Genesis
In my tutorials requests Trello board, a user asked: Hi Sridhar, could you make a tut regarding how to have BOTH site site title AND logo side by side on header ? In this tutorial, I share a modification of the code from Theme Logo in Genesis article to display the site title and image […]
WooCommerce Shop Archive Image in Genesis using ACF Pro
In the comments section of How to overlay entry title on featured image in single Posts tutorial, a user asked: …Now I have the opposite problem on the main shop page of woocommerce: the effect doesn’t work, the image doesn’t appear and the title remains in standard place… This tutorial provides the steps to relocate […]
Reply To: Set First Image as Featured Image
You might want to give this a try: https://www.gavick.com/blog/wordpress-automatically-set-post-featured-image If you do not want to set the first inserted image as the featured image, but only want to display it take a look at https://sridharkatakam.com/featured-images-attached-images-and-embedded-images/
Soliloquy slider on single Posts and static Pages in Showcase Pro
In the comments section of Full width Soliloquy slider in Showcase Pro tutorial, a user asked: How can I add Soliloquy to individual pages? In this tutorial, we shall add a checkbox in the WordPress editor which when ticked, will display a number field in which Soliloquy slider’s ID can be entered and then the […]
Recent Comments