In the comments section, a user asked: It is for an art collection. There are 400+ artists (authors/users) with various posts associated with them. I am showing the featured image but the post title under it and a link to view more. I want to add the artist name next to the post title but […]
Search Results for: wordpress
Conditionally Protect Content Using Cookies
This was a problem that I have figured out, but I’m hoping for a cleaner solution. I have content that is only supposed to be available for those who subscribe to my newsletter. When they double opt-in, the final email from MailChimp gives them a password and link to a “premium downloads” page. Although I […]
New Tutorial: Zoom on Scroll Transitions for Images
Sridhar, New Tutorial Request for: “Zoom on scroll transitions for images.” Please, see two separate links pasted below for your reference, and what I’m requesting for this tutorial. Basically, looking for a way to add zoom transitions to a either (1) Single Image, or Image section(s). Again, being able to apply this feature to any […]
Featured image section for Pages in Genesis
In Genesis Slack chat, a user asked: Hi Everyone, any ideas on how I would create a featured image area above a page in the enterprise pro theme that looks like this : http://puu.sh/lZpz2/954b84e870.png In this article I share the code for adding a section having breadcrumbs, title and excerpt on the left and featured […]
Is there a way to have your genesis theme auto-set featured images?
This may be a more general WordPress request rather than Genesis specific, but I’ve been trying to find a good way to retroactively set the featured images for WordPress posts so that they can be used in various ways in the Genesis child themes. I seem to have a lot of clients who are migrating […]
How to display Genesis eNews Extended opt-in form in a timed popup
A user asked: Is it possible to use eNews Extended as a timed popup like Mailmunch or Sumome? Not out of the box but this is possible with a tiny bit of code. We shall register a widget area, place eNews widget into this, create a custom shortcode that outputs the widget area and add […]
How to conditionally replace menu in Primary Navigation with Product Categories and their terms on WooCommerce pages in Genesis
While it is straight forward to manually add WooCommerce Product Categories and their terms as menu items and sub menu items of a custom menu in WordPress, in this article I show how we can set up a custom menu to automatically show all Product Categories and the corresponding terms as sub menus. Additionally we […]
A Thank You Note
It has been a little less than 10 months since I added membership to this site. There are now 760 active paid members as of today and the total income to-date is 86,835 USD. The monthly income has been averaging around $10000 since the last 3 months. These are not spectacular numbers by any means, […]
How to display Sub-Pages of current Page automatically in Agency Pro like Grid
In this article I share a Page Template in Genesis for automatically displaying child Pages (if present) of the current Page in a 3-column grid with featured image in default state and title + excerpt on hover similar to that of Agency Pro’s featured posts grid. We shall use get_pages() and loop through each of […]
Difference between is_home() and is_posts_page
is_home() refers to the Posts page regardless of whether it is on the front page or an inner page. is_posts_page refers to Posts page only when it is an inner page. As such the if conditionals in the two code blocks at https://codex.wordpress.org/Making_Custom_Queries_using_Offset_and_Pagination#Offset_.26_Manual_Pagination should ideally be like this: if ( ! $query->is_posts_page ) { should […]
Recent Comments