Blog: SEO

Add Advanced Custom Field To RSS Feed In WordPress

One way to move people from being prospects to being customers is to educate them through content marketing. This usually takes the form of blogging, podcasting, videos, or some other form of serialized content, published on your company blog. Many companies use their email newsletter as a way to send their RSS feed directly to […]

Continue Reading

Change Proceed To PayPal Checkout Text in WooCommerce

A reader asked how to change the Proceed To Paypal button text on the WooCommerce Checkout page. I figured there would be a filter for this, because it’s WooCommerce. but because it’s a payment gateway, there’s no built in hook for this button, like there is for the Place Order button text. What I found […]

Continue Reading

Add an Options Page with ACF (Advanced Custom Fields)

Over the course of the last eight years, I’ve built over 150 sites, most using WordPress. This code snippet is something I’ve used with ACF PRO aka Advanced Custom Fields PRO in order to set up an Options Page. The data from this newly created Options Page would be saved in the wp_options database table. […]

Continue Reading