The Genesis Framework is a premium parent theme / framework for WordPress. It contains the user functionality and SEO benefits that is used by free and premium child themes.
Questions tagged [genesis]
322 questions
1
vote
0 answers
Custom post type hierarchy with 3 levels
There are several Sections (first custom post, I guess).
Each section has several folders (second custom post).
Each section has several articles (3rd custom post),
How can I integrate this hierarchy ?
Thx in advance

MedMatrix
- 326
- 5
- 19
1
vote
1 answer
Wordpress Genesis theme display a custom header/background image using featured image
I am building a site using the Genesis framework. I ran into a problem with adding a custom header to each page and post using the featured image link in the admin area. Right now, the featured image header won't show on the page I assign to be the…

Josh F.
- 58
- 4
1
vote
2 answers
Removing structural wrap from footer WP Genesis
I am working on a WP Child theme using Genesis and Bootstrap (https://github.com/salcode/bootstrap-genesis). I am having trouble styling the footer without the constraint of the built in structural wrap. What I am trying to do right now is to remove…

honbobau
- 19
- 2
1
vote
0 answers
overriding plugin styles dynamik genesis
I have a site that is using the Genesis Framework and the Dynamik child theme from cobalt apps. I'm running into a problem with overriding plugin styles. Unlike a normal genesis child theme, all custom styles must be done in the theme options page…

Katherine Elsken
- 11
- 1
1
vote
1 answer
Conditional display of custom meta field in genesis framework
I am trying to make my webpage display data in a custom meta field only if there is data to display. This is what I have right now.
I tried the following code, but the echo statement fails: the label 'State' doesn't display but the field data of…

user3044291
- 13
- 2
1
vote
2 answers
WordPress Shortcode function - replacing echo with return
I'm trying to create a box with Google Plus comments in my WordPress blog. My blog migrated from http to https in jan/2016 so I want to call the comment box with different permalink if the post date in before the migration day.
This is the original…

EVE Milano
- 109
- 2
- 12
1
vote
1 answer
Customize the search results page in a Wordpress Genesis child theme
I am using Wordpress and the Genesis framework for a site. I'm using a child theme (Ayoshop - not that it matters much) for the theme. I would like to customize the search results page by removing the 'post info' area where it shows the date,…

Jason Lawton
- 4,412
- 3
- 21
- 20
1
vote
1 answer
How do I get rid of gray site container in genesis framework?
Below is my code to get rid of the gray borders surrounding the content in genesis framework.
.site-container {
background: #fff;
margin: 0 auto;
max-width: 1140px;
padding: 0 30px;
}
I'm not sure why this isn't making a change in…

Diana Bohorquez
- 53
- 1
- 1
- 5
1
vote
0 answers
Ads between posts in Wordpress with Genesis Framework
I am trying to set up a blog that inserts an ad between each post. Here's a wire frame to help explain what I am trying to do. (wireframe) Ads are outlined in red. I am using Genesis framework.
I tried using custom post types to create an "Ad" post…

Ben
- 13
- 2
1
vote
1 answer
wordpress google app engine compatibility
I have been trying to host a wordpress site in gae. Have been facing issue, even established plugin seem to break. I created this ticket seeking experts input and advice. I am java developer and have no idea about wordpress, php and google cloud. so…

Rama
- 59
- 1
- 7
1
vote
0 answers
Using two loops in one Wordpress template
Hi I am attempting to use two loops in my WP template as I am using advanced custom fields to display info from a custom post type (college)
I have tested my code (label 'loop which doesn't work' below) at the top of the template file and it pulls…

hyp0thetical
- 300
- 6
- 19
1
vote
1 answer
How to register a widget in WordPress Genesis child theme?
I'm attempting to register a new widget area in my Genesis child theme for WordPress. The code doesn't seem to be working and crashes my site. Can anyone tell me what I'm doing wrong here? I'm trying to get it above the content on all pages. This is…

Julie
- 107
- 1
- 3
- 13
1
vote
0 answers
Anchor-Links jump to wrong place
I just can't figure out this problem.
The circumstances:
Website (Wordpress with Genesis and Altitude-Pro theme) with 4 pages with anchor-sections on it.
The problem:
If a link got clicked it loads the url with the hash (.../#section1) but it is…

d.jordan
- 63
- 7
1
vote
0 answers
WordPress Genesis Framework: not working
I am using the genesis framework on nearly all of my wordpress sites.
I am running a blog with extremely large posts which I want to split into multiple pages. Added in the editor but in the frontend WordPress outputs …

hashyx
- 87
- 7
1
vote
0 answers
Adding Google phone conversion tracking to Genesis Framework
I am in the process of setting up phone conversion tracking for Google adwords on a Genesis WordPress theme.
I am following instructions on this page: https://support.google.com/adwords/answer/6095883?hl=en#gfn and I am up to part III. The problem I…

James Collins
- 45
- 9