The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
292 views

Genesis Child and Custom Post Type

I'm working on Custom Post Type and Genesis Child Theme. My code is add_action( 'init', 'register_cpt_testimonial' ); function register_cpt_testimonial() { $labels = array( 'name' ...
3
votes
1answer
2k views

Create a Widget Area in the Navigation Bar for the Genesis Theme Framework?

(Moderator's note: The original title was "How can I create a widget area in the navigation bar (Genesis specific)?"( I'm trying to create a widget area in my navigation bar. I'm attempting to adapt ...
2
votes
1answer
311 views

Wordpress Genesis Child Theme Filter divs

I'm trying to html5ize a Genesis child theme. So far I've figured out how to replace the Doctype via hook but am having trouble figuring out how i can change the divs to sections and articles without ...
2
votes
1answer
89 views

Wordpress Hide Show Content script and activate/deactivate script on screensize

I am currently using jquery.expander.js to hide/show paragraph content. I want to only use this for screen sizes less than 500px width and less (for mobile phones) ONLY. I am working in wordpress 3.5 ...
1
vote
3answers
216 views

get_post_meta not working inside loop

I was hoping for some assistance with a custom meta box that I added to my genesis child theme. The data is being saved properly, and stored properly, but when I try to echo it out using ...
1
vote
2answers
1k views

Show featured image next to post-teasers in Genesis Framework?

I want my posts to have a featured-image thumbnail beside it, how do I do this?
1
vote
1answer
330 views

PHP loop that selects posts with a particular in-post option

Im trying to build a Featured post slider to show any post that i mark as a "featured" (with a in-post option) regardless the category or tag type... Im new to wordpress and although I understand a ...
1
vote
1answer
61 views

Log in link not showing, Comment Issue

We want user to register and then comment. So we, Checked the option of "Anyone can register" as true. Checked the option of "Users must be registered and logged in to comment" as true. Now, the ...
1
vote
3answers
302 views

How can I eliminate the inline styles included by default with the Genesis framewrok?

I have created a child theme in the Genesis framework. I have created all of my style rules, however, in the markup, Genesis adds a few inline rules by default that I would like to eliminate. The ...
1
vote
1answer
339 views

How to change the layout of a product page

I'm using WP-ECommerce with the genesis framework. I can set the layout of the Products page to single column, but when I select a single product it uses the default layout and not the products ...
1
vote
0answers
75 views

Conditional menu for registerd users/guests (Genesis framework)

I'm running Genesis Framework on WordPress and I have to display a different top menu for logged in users and a different one for unregistered users (guests). I created the 2 menus in the WP backend ...
1
vote
1answer
282 views

How to keep my custom theme changes after updating genesis child theme

I am using a Genesis child theme that I would like to make some custom changes to it, but would like to be able to update it when a new version comes out without loosing my edits. I am familiar with ...
1
vote
1answer
543 views

Select full Image Size on widget “Genesis - Featured Posts”

I'm writing a child theme for Genesis and trying to figure out to get the full image sizes on "Genesis - Featured Posts" widget. The widget has a check box "Show Featured Image" and "Image Size" ...
1
vote
4answers
3k views

Using Custom Templates for Custom Post Types for the Genesis Theme Framework?

(Moderator's note: The original title was "How can I create create and use a custom template for custom post types in the Genesis theme framework?") I'm using the Genesis theme framework, with an ...
0
votes
2answers
813 views

Show specific category posts on Genesis framework home page

My site has Genesis framework and a child theme. I want to show specific category posts on my home page content area. I used the simple post query ...
0
votes
2answers
218 views

If you were to start using a Wordpress framework today, which one would you use? [closed]

Today, there are a ton of WP frameworks out there. When I first started using one, there were only 3 or 4, and I picked Hybrid. My (yearly) hybrid license expired again, so I decided to take a look ...
0
votes
2answers
149 views

How to sell an album for download

I'm trying to deliver a set of nine audio files, as part of a single purchase for download. My first thought was to make an RSS file as the actual purchased item and then the customer would be able ...
0
votes
2answers
1k views

How to remove the Navigation Bar (prim. and sec.) from the Homepage for the Genesis Framework?

How to remove the Navigation Bar (prim. and sec.) from the Homepage for the Genesis Framework?
0
votes
1answer
16 views

Pagination difficulty using custom query in genesis-based custom theme

I am creating a genesis child theme. I have a category called 'faculty' with about 60 posts in it. I am modifying the category template file so that it displays this category in a customized fashion. ...
0
votes
1answer
40 views

Custom Post Types Archives and Single Pages not showing custom taxonomy data

I have a custom post type called "Newsitems" that I have registered two custom taxonomies for: "newsitem types" and "news item tags" I want these two taxonomies' terms to appear almost like the ...
0
votes
2answers
534 views

Undefined offset: 0 in > […] /wp-includes/capabilities.php on line 1067

Hey i get this error messages on my localhost setup, but only with the genesis framework enabled, wordpress twentyeleven works fine. This does happen when i want to create a new post. If i refresh the ...
0
votes
1answer
106 views

What file is the </body> tag located in Genesis default theme?

I need to add some tracking code for Aweber and they said to add it before the </body> tag. I've looked through all the Genesis files and cannot find it!
0
votes
1answer
193 views

How to enable full column width in Genesis layout options

We are running Genesis Framework version 1.6 on our site and cannot figure out how to enable the full column width option. Where do you go to enable this layout option?
0
votes
1answer
866 views

Posts limit on homepage (genesis framework)

in home.php // NOT working query_posts('show_posts=3'); // NOT working add_action( 'pre_get_posts', 'set_posts_per_page' ); function set_posts_per_page( $query ) { $query->set( ...
0
votes
1answer
258 views

Genesis menu position change

Sorry for silly question, I'm pretty new in WordPress and Genesis. I want to move Genesis menu above header. How can I do that?
0
votes
1answer
168 views

Back to the basics: What's so great about a framework?

I'm brand new here and I'd like to start off by asking about WP frameworks. I've seen quite a bit out there, so I'm confused about what to choose for my site. So here are a few questions: What is ...
0
votes
2answers
461 views

Hard-coding a shortcode as the last menu item in primary navigation?

I have Genesis framework installed with a child theme. My client wants their themes "shopping cart" shortcode to be the last menu item, in their primary nav, no matter how many menu items there is. ...
0
votes
1answer
119 views

How to create and set a separate template file for articles in Genesis framework? (Wordpress)

I am working in a website which uses Genesis framework (Wordpress). I would like to have different menus for Homepage and articles, how do i create a template in Genesis and use it accordingly? Any ...
0
votes
1answer
252 views

links to Media Library content in sidebar per page

I have a bunch of PDF files in my Media Library and I want to show the relevant ones on a per-page basis in the sidebar. So on the 'About Cats' page, I want ILoveCats.pdf and cat-food.pdf from the ...
0
votes
1answer
37 views

adding navigation to genesis themes

i'm following a tutorial provided here to add navigation menu, but not able to find out set of #nav in my style.css & my theme is eleven40. What we need to replace to get navigation menu?
0
votes
1answer
51 views

Getting rid of the blog page entirely

My goal is to not use a separate blog page but end up with a structure like this... http://domain.tld/page/comments/ I believe I can do this with the Cornerstone plugin ~ [ ...
0
votes
1answer
41 views

how to use the_excerpt for two post queries?

I am new to Genesis, i created a child theme it has two post types, one for the THEMES i want to display and other for the PORTFOLIO. both of these are having the_excerpt in their loop, I want to add ...
0
votes
0answers
54 views

Post Info for pages in search results

Hello I noticed on my search results page that Custom Post Types and Blog posts display the post info (author, date published, etc.) but the pages (type-pages) are not showing any post info. I know ...
0
votes
2answers
243 views

Custom Post Type on Homepage - Studiopress Genesis Framework

I have used to below function to register a new 'guide' content type: add_action( 'init', 'guide_post_type' ); function guide_post_type() { register_post_type('guides', array( 'label' ...
0
votes
1answer
158 views

Query posts by Custom Meta (checkbox) & Genesis Grid Loop

I've been trying tons of things for the last 2 days. I'm at a standstill now. I read a ton of posts here but nothing has worked yet. I have a CPT 'artists'. This CPT contains a custom field ...
0
votes
1answer
245 views

Genesis Child Theme Modifying Comments display

I'm using a theme which works with Genesis Framework. The theme is called pinsomo & I'm wondering how to "move" comments count div to the bottom of the post. Here is the demo: [[link has ...
0
votes
1answer
57 views

Genesis page template with Powerpress

I want to create a template that will display podcasts in a archive page with the powerpress player and links. Powerpess talks about this on this page ...
0
votes
0answers
48 views

Genesis plugin installation failing [closed]

I have wordpress 3.4, I had genesis plugin 1.8 since quite long and I'm using it on several sites, now whem I'm uploading it on a site, i'm getting this Unpacking the package… Installing the plugin… ...
0
votes
0answers
15 views

How to customize the pages navigation in single post with Genesis? [duplicate]

Possible Duplicate: Making a Killer wp_link_pages I'm running a Wordpress site with the Genesis Framework and the Sleek Child theme. I'm writing a multiple pages post and the pages ...
0
votes
0answers
691 views

category page template in Genesis [closed]

I am using WordPress 3.4.2 and i have created a category name wall and I have added 5 posts with category wall. And now i want to create a page with site.com/wall_page and it should only display post ...
0
votes
1answer
139 views

Excluded category from loop

I'm using this to exclude a particular category from the loop. It DOES that, but it also does this: On my PAGES, it displays the posts from the categories other than this one which is excluded. /** ...
0
votes
0answers
81 views

PSD to WordPress using Thesis Theme [closed]

I have developed more than 20 child themes with Genesis framework. Now I want to try Thesis theme and to my understanding Thesis is not as flexible as Genesis when it comes to child theme development. ...
0
votes
0answers
68 views

Add tiling image to span both header and footer in Genesis [closed]

We're using the Genesis framework and are trying to figure out how to have two separate images span the width of the browser, both the header and the footer. I tried adding classes to both HTML and ...
0
votes
2answers
101 views

New Genesis child theme or revise current Genesis child theme [closed]

I've been asked to make some fairly significant changes to our web site, but the site will overall have the same feel. I'm wondering if I should modify the current customized Genesis child theme, or ...
0
votes
1answer
66 views

query posts returns 10 records

I am using the following code to fetch records from a custom taxonomy. if ($_GET['post_type'] == "developments"){ ?> <?php global $wp_query; ...
0
votes
1answer
138 views

Display Page Meta Description on Child Theme’s Home Page

I’m working on a project. I need to display Custom Document Title & Page Meta Description in the home page. I mean you know that genesis has a custom Theme SEO Box under Post. I want that custom ...
-1
votes
2answers
981 views

How to add code just below opening body tag in Genesis framework

We need to add two snippets of code, one right below the opening body tag, and the other right before the closing body tag. What is the best way to do this? I checked out the wp_enqueue_script, but it ...
-1
votes
1answer
477 views

Genesis framework : how to display the primary sidebar manually?

I need to display the primary sidebar in my Home.php template. What is the code to achieve this ?
-1
votes
0answers
20 views

Using jQuery to modify CSS: Not Working Consistently [closed]

I am building a custom child theme built on the Genesis Framework and I am enqueueing a jQuery script that calculates image bottom margin based on the height of the image (only in the “diary” ...
-1
votes
1answer
159 views

Genesis Widgets Don't Make Use of Hooks? [closed]

Not sure if it's just this one widget in particular or if I'm doing something wrong but it seems that the Featured Post widget doesn't call the hooks for the content. I have the widget added to my ...

1 2