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
Show different entry-meta for front & single page
I am a non-coder, I am trying to implement different entry-meta for home & single page.
For homepage I want to keep [post_author_posts_link] [post_modified_date] [post_edit]
Backend Code:
//* Customize the post info function
add_filter(…

Abhishek
- 13
- 1
- 5
1
vote
1 answer
How to change solana initial supply in own custom cluster?
The problem I'm working on is my team wants me to setup my own cluster with an initial supply of 400M sol. I have gone through the genesis module and found some genesis accounts. I couldnt really find the total supply or mint_lamports anywhere…

goutham reddy
- 13
- 4
1
vote
0 answers
WordPress Genesis Theme: Changing sidebar code hook on WooCommerce product single pages
I want to change the current WooCommerce product single code structure from:
To:
1
vote
2 answers
How to generate genesis file for fantom-foundation repo?
I gonna to build my own blockchain network by using Fantom network source project.
I can't know what content is there in fantom network genesis file.
Is there any document for it?

Lovely
- 306
- 2
- 12
1
vote
1 answer
How to troubleshoot a white flash between page loads
I'm working on a website, and it flashes a white screen between page loads, every time I click a link. I've read a lot of other posts on similar issues, but each scenario looks to be different. How do I best go about troubleshooting where this flash…

Maria Gosur
- 91
- 2
- 12
1
vote
1 answer
how to remove excerpt on category archive page in genesis framework?
I am trying to remove the excerpt ( content ) from the category archive page so only the title shown on the page, not the content.
I am currently trying the code below with no luck?
does anybody have any suggestions?
add_action (…

velvetInk
- 368
- 1
- 4
- 18
1
vote
0 answers
WP theme Genesis child - show featured image on home page?
Hoping someone out there who is familiar with Genesis hooks can give me a quick solution. I am not very familiar with PHP
In the child theme's functions file I have this:
/** Add the featured image section */
add_action( 'genesis_after_header',…

Kitka
- 23
- 3
1
vote
1 answer
Add custom style to body tag in WordPress
I've installed BlockAdblock to my site. It has also provided me an optional Javascript Blocking Protection.
For that, it requires me to add a style to my WordPress site's tag.
Here is the style:
style="visibility: hidden !important;"
I know how to…

heyitsritesh
- 95
- 1
- 9
1
vote
0 answers
Move widget area on inner pages
I have added a widget area to my home page below front page 1 all good, what i want to do is on all pages except the home page have the same widget but just move it to above the footer
the above just shows the widget above the footer on all pages -…

Alistair Mckenzie
- 11
- 1
1
vote
2 answers
How to make the Title Heading H1 small in size in Generate Pro Genesis Theme for Wordpress
I am using Generate Pro theme of Genesis and the biggest con about this theme is the size of the heading when seen in the Mobile. Also the Font.
As the users are shifting more on mobile, is very important for me to make my site look beautiful in…

Mukeshwar Singh
- 35
- 6
1
vote
1 answer
WordPress - Call function from template to get URL
Throughout our site, I'd like to use a function to print the href of an anchor tag. The function parses query params and properly translates them on to a link to another site.
In functions.php, I've added:
add_filter( 'main_site_url',…

brandonhilkert
- 4,205
- 5
- 25
- 38
1
vote
1 answer
How do I correct an incorrect year shown in a WordPress Genesis website footer?
This may be pretty specific & a bit of a newb question but PHP is one of my weaker areas - I think I know what's causing the problem, I'm just not sure what to replace it with. The issue looks like get_the_date() shows the date that the post (page,…

Jeff W
- 147
- 1
- 2
- 13
1
vote
1 answer
$this not working when upgrade PHP to 7.1
I'm getting an error in my site with some PHP code. The error states
Fatal error: Uncaught Error: Using $this when not in object context
function search_shortcode() {
return '
' . get_search_form( false ) .…

Scott Davis
- 11
- 2
1
vote
0 answers
Genesis.json add kovan or ropsten network
Maybe stupid question but I am relative new to ETH.
This is my genesis.json for a private ETH node
{
"config": {
"chainId": 326432352,
"homesteadBlock": 1,
"eip150Block": 2,
"eip150Hash":…

senzacionale
- 20,448
- 67
- 204
- 316
1
vote
1 answer
How to remove category post from Archive page in Genesis Wordpress
The article element are the post in that category[service], my question is aside from display:none; the article, how to remove those post in category page in Genesis Wordpress using genesis way or hooks.

marky939
- 43
- 7