Web Design and Development
The WordPress Show: How to Create a “COPY URL TO CLIPBOARD” link in WordPress
WATCH READ I found it hard to find HTML code to create a “Copy URL To Clipboard” button in WordPress that matched my button styles. But thanks to https://orclqa.com/copy-url-clipboard/ – I found it. This video shows how I did it. <button>Copy Link</button> <script> function copyToClipboard(text) { var inputc = document.body.appendChild(document.createElement(“input”)); inputc.value = window.location.href; inputc.focus(); inputc.select();…
Read MoreThe WordPress Show: How To Set Up Recurring Stripe Payments In WordPress Using WP Simple Pay
WATCH LISTEN READ If you’re looking to make your WordPress website more professional by giving your visitors the ability to make one-time or recurring payments via Stripe instead of PayPal, WP Simple Pay is a great solution for you. This covers how to acquire, install and configure WP Simple Pay to make your WordPress website…
Read MoreThe WordPress Show: Why Are My URLs Redirecting After I Change Them?
WATCH LISTEN READ Are you having issues with your WordPress website URLs redirecting to the wrong pages? I may have a simple solution for you. I’ve used a plug-in called Redirection for almost 10 years now when I build WordPress sites. Its main purpose is to implement 301 redirects when redesigning websites. This is so…
Read MoreThe WordPress Show: How to Split Test Your Website’s Email Opt in Form
WATCH LISTEN READ Sometimes the data leads you to put an exit intent pop-up on your website to collect email addresses from visits as they intend to leave your site. But what should you put on it? I prefer to allow the data to drive that as well. This video shows how you can use…
Read MoreThe WordPress Show: How To Put Your WordPress Website On Alexa And Google Assistant
WATCH LISTEN READ There is now an easy, turnkey way to literally put your WordPress website’s content on Alexa and Google Assistant. This opens up your website to a whole new rapidly growing audience of more than 500 million people using voice assistants on a daily basis to get information. You want your website to…
Read MoreWhat Is The Best Way To Embed Video On Your Website?
WATCH READ What’s the best way to embed video on your website? I get asked this question all the time, and while YouTube is generally my answer, due to the fact that it’s free, easy to use and great for SEO, there is another solution that may be better depending on your situation. If you’ve…
Read MoreThe WordPress Show: My Featured Image In WordPress Is Wrong – How Do I Fix It?
WATCH LISTEN READ So you’ve uploaded a new featured image and published your awesome blog post, but there’s one small problem, right? The beautiful featured image you’ve loaded in isn’t showing on your blog page. In fact, some other, older image you posted as a featured image in a different blog post is showing in…
Read MoreThe WordPress Show: How To Exclude Individual Pages Or Posts From Your WordPress Search Results
WATCH READ There are many ways to customize the search functionality on your WordPress website. There are plug-ins that help you control what’s shown and what’s not shown in the results. There are also easy changes you can make to your functions.php files. But most of these methods focus on global changes, like what categories…
Read MoreBuilding A Digital Agency From The Ground Up: Podcast With Chance The Dev
WATCH READ This podcast episode was recorded in 2018, just about a year and a half after I started Data Driven Design as a remote digital agency specializing in WordPress Development and Digital Strategy. I was on the precipice of hiring an All-Star team of full-time employees, and I knew how to execute my vision…
Read MoreThe WordPress Show: Where Did Revisions Go? How To Find Revisions In Gutenberg
WATCH READ Oh no! I just made a HUGE mistake on one of my WordPress pages! My content is gone! I know there’s something called Revisions, but after the update to Gutenberg (anything after WP 5.0), it’s NOT THERE ANYMORE! Help! What do I do????? No worries. Just watch this video. 🙂 LISTEN Paul Hickey,…
Read More