cindy cullen

Increase the Security on Digital Downloads – Change the Folder Name Every Day Automatically in WordPress

I want downloads from my site to be secure without locking my customers out too. Many security solutions I’ve seen often keep the purchaser out as well. Passwords are often forgotten and either cause the customer a headache or it’s a headache for me to try to support the purchase by constantly looking for or

Increase the Security on Digital Downloads – Change the Folder Name Every Day Automatically in WordPress Read More »

PayPal Payment Data Transfer (PDT) – Getting PayPal Information Returned to Your Site

My client has digital products that need to be downloaded after a user clicks on a PayPal Buy Now button. If I set Payment Data Transfer up in her PayPal account, PayPal will return back to my site to a page that I specify in her PayPal account. It will return all the information about

PayPal Payment Data Transfer (PDT) – Getting PayPal Information Returned to Your Site Read More »

Test My PayPal Buy Now Buttons on My WordPress Site for PayPal PDT

My client has several digital products for sale. She has several buy now buttons hosted at PayPal. Hosted buttons have their own unique ID’s. To test these buttons, I need to set up the same buttons in my PayPal sandbox merchant account. When I do, they give me different button ID’s. Ugghh. Sure makes testing

Test My PayPal Buy Now Buttons on My WordPress Site for PayPal PDT Read More »

Show a Certain Div's Contents if a Certain Option is Selected in a Select

A client needed me to show a certain hidden div on the page if a certain option was selected in a dropdown box. Here is the javascript/jquery code I used to show the div when the option was selected. I had multiple items on the page with the same dropdown box so I also needed

Show a Certain Div's Contents if a Certain Option is Selected in a Select Read More »

WordPress 3.7 Upgrade Error: Call to a member function reset_postdata() on a non-object

I tried to upgrade my WordPress site this morning and got this error once the upgrade was finished: Call to a member function reset_postdata() on a non-object Since I wasn’t looking forward to finding my latest backup and restoring my old version, and since I knew I would still have the problem even after I

WordPress 3.7 Upgrade Error: Call to a member function reset_postdata() on a non-object Read More »

Display My Custom Post Categories (Custom Taxonomy) in a Dropdown

I want to let my random quote generator users choose which quote category they want to see a quote from when they automatically post the quote to their Facebook page. I want to show my quote categories, which are a custom taxonomy (quote_categories), on my custom post type (quote). Here is the code I use:

Display My Custom Post Categories (Custom Taxonomy) in a Dropdown Read More »

Add a Child Theme for an Elegant Theme in WordPress

Genesis had me spoiled. The Genesis themes that I’ve been using ARE child themes and therefore, only the Genesis theme itself has updates that I must install. When I started using Elegant Themes (which I love, by the way), I forgot that they might have updates. So, I forgot to make a child theme when

Add a Child Theme for an Elegant Theme in WordPress Read More »

Scroll to Top