When building WordPress sites, I’ve often been in need of adding a call to action with a striking appearance into the site. Working by myself, that’s really no problem – but when it needs to be added into client-created posts and Pages, it can get to be a hassle — and cause long-term problems. It’s not really effective or efficient to teach all the intricacies of HTML (HyperText Markup Language) to every client. If you’ve created a cool CTA format […]
Continue reading “WordPress Tips: Add a custom call to action by shortcode” »Tag: tips
Quick Tips: URLs in WordPress development sites
Something I’ve occasionally found irritating when developing a web site outside of it’s long-term residence (on a temporary URL (Uniform Resource Locator), in a subdirectory, etc.), is having to choose between either adding relative URLs, the URLs for the current address, or the URLs for the final address for internal links in the development site. Obviously, using relative URLs will work, but I’m generally reluctant to use them in any CMS (Content Management System) (Content Management System), knowing that I […]
Continue reading “Quick Tips: URLs in WordPress development sites” »