Posts Tagged ‘Wordpress Tips’
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 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 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 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 MoreThe WordPress Show: How to Export Your Media Gallery Files From WordPress
WATCH READ How do I export my all of the files from my WordPress website? That’s a question you may be asking yourself if you’re redesigning your site into a new WordPress theme/install. Export Media Gallery is a great plug-in that I recommend using. This video shows you the ins and outs and considerations, as…
Read MoreThe WordPress Show: How To Change Primary Domains Without Losing SEO Value
WATCH READ This solves a decade old question by WordPress website owners and bloggers. How do I change my website’s primary domain name without affecting my Google Search Engine Ranking? Many bloggers and content creators have hundreds and even thousands of blogs that they’d completely lose backlinks for and SEO value for if they don’t…
Read MoreHow To Build Your Own SEO Friendly WordPress Website
WATCH READ I wish everyone who needed or wanted a website had a solid budget to work with Data Driven Design on a WordPress site, but seeing as our WordPress projects start at $1,500, not everyone can afford it – especially Solopreneurs just starting out. But rather than go down the SquareSpace or Wix rabbit…
Read MoreThe WordPress Show: How To Use Yoast SEO and Yoast SEO Local Plug ins
WATCH READ The best way to optimize your WordPress Website for Organic Search (SEO) on Google is to use a plug-in called Yoast SEO. Yoast gives WordPress non-technical content managers the ability to add SEO Titles (also known as Search Engine Titles), Meta Descriptions to each page and score them against focus keywords. Yoast makes…
Read MoreThe WordPress Show: Why Gravity Forms Is The Best Way To Build Forms On Your WordPress Website
WATCH READ Gravity Forms is far and away the best way to build forms into your WordPress site. From simple form management in a drag and drop / no code editor, to custom notifications and confirmations, to dynamic shortcodes making it compatible with any theme, that alone should make Gravity Forms better than its competitors,…
Read More