How to Change the WordPress Genesis ‘Back to Top’ Text
I wanted to change the ‘back to top’ link in the footer on my Genesis Child theme. I found this code to do it:
How to Change the WordPress Genesis ‘Back to Top’ Text Read More »
I wanted to change the ‘back to top’ link in the footer on my Genesis Child theme. I found this code to do it:
How to Change the WordPress Genesis ‘Back to Top’ Text Read More »
I am writing a post about my quote generator and want to show the custom quote tag cloud in my post. I found that I could use the wp_tag_cloud() function to generate a tag cloud, but that would generate the regular tag cloud for all my WordPress posts. After a little more digging in the
Show a Custom Taxonomy Tag Cloud in my WordPress Page in a Genesis Child Theme Read More »
I have a client who wanted to pass his Gravity Forms information to his First Data Hosted Payment page. He had already set up the form on his site and the payment page in his First Data account, he just needed me to make the Gravity Form work with that payment page. I set his
WordPress, Gravity Forms and First Data Hosted Payment Pages Read More »
I always like to change the favicon on my projects so that the little picture on the browser tab isn’t the standard ‘G’ that comes with the Genesis theme. To do that I create (or have a graphics person create) a small 16×16 image and name it favicon.ico. I would then upload the image to
WordPress Change the Favicon on my Genesis Child Theme Read More »
My archive page for my quote generator shows the post meta data for each quote. It clutters my listings. I’d rather it only show the quote title and the quote. I found this article which shows me how to delete the post meta from a single page for a custom post type which is close
WordPress Genesis Remove Post Meta Data for Custom Post Type Archive Read More »
One of my clients has a handout that she uses in her speaking engagements to help people identify their learning styles. She also had the handout posted on her website. She asked me to make the handout more interactive so that people could get their results tabulated for them online instead of tabulating their own
Tabulating Answers from a Gravity Forms Form Read More »
On one of my WordPress sites, I have a Gravity Form which uses the Authorize.net Gravity Form add-on for credit card processing. All works well until I try to add in the Gravity Forms Coupons add-on. The coupon add-on seems to work just fine until I make the discounted amount 100%. Actually, the coupon code
I want to get rid of the complete header in my Genesis theme for WordPress. Just takes this one line in my functions.php file:
How to Remove the WordPress Genesis Header Read More »
Here’s how you can find all users that have a certain metadata value for a specific meta_key. First set an argument array with the specific meta_key and value and operator. In my case, I wanted all users with a member_number equal to ‘xxxxxxx’. The meta_key is ‘member_number’and the meta_value is ‘xxxxxxx’. If both of those
Find All Users with Certain Meta Data in WordPress Read More »
To customize the credits on a Genesis WordPress theme, you should use the genesis_footer_creds_text filter. To allow the year to change automatically each year use the php code to dynamically pull in the year. Change the 2013 to the year the site was built. Add this code to your functions.php file.
Customize the WordPress Genesis Copyright and Credits Read More »