If you run a WordPress Multisite network, the chances are that you’ve had to archive, suspend or delete one or two sites along the way. If the network is for your own use, you may have created a site and then realised you don’t need it after all, you might have moved it to a […] View original post at …
Medium Opens Partner Program, Allows Anyone to Publish Behind Its $5 Paywall
In March 2017, Medium scrapped its previous ad-driven revenue model to become a publisher of premium, subscription-based content. The company launched a new $5 subscription program and gave a select group of writers and publications the ability to publish articles behind a paywall inside its network. Medium’s invitation-only Partner Program launched in August but has now been expanded to include …
3 Storytelling Tips for Brands in Emerging Tech Sectors
The brand that tells the best tale will win, so flex your storytelling muscles and get to work. View original post at Entrepreneur…
6 Useful Plugins for Adding Features to Contact Form 7
Contact Form 7 is a fantastic free plugin for adding contact forms to a WordPress site. But despite its ease of use and reliability, it’s missing a lot of features out-of-the-box. I recently showed how you can style Contact Form 7 with the help of plugins. In this post, I’ll show you how to extend Contact […] View original post at …
Bear App Users Want WordPress Publishing Integration
Ever since the demise of WordPress’ old distraction-free writing mode, users have been forced to look elsewhere for a truly zen writing experience. Gutenberg’s current design trajectory doesn’t seem to be putting it on track for delivering the minimalist writing environment that many writers crave. The project has a lot of publishing and design-related functionality to account for in its …
WordPress SEO Tools for Every Budget
Five years ago, you might not have considered SEO an important part of your job as a WordPress web developer but times, they are a changin’. As this online marketing tactic has gained notoriety and importance as an organic method for driving web traffic for your clients (and your own online properties), your web development business […] View original post at …
GitHub Launches New Dependency Graph Feature with Security Alerts Coming Soon
GitHub announced a new Dependency Graph feature at the Github Universe conference yesterday. It lists all the dependencies for a repository and will soon identify known vulnerabilities. The graph can be accessed under the Insights tab and currently supports Ruby and JavaScript dependencies with Python coming soon. Public repositories display the graph by default and private repository owners also have …
7 Shortcuts to Build Early Visibility For Your Brand
The central problem with visibility isn’t awareness of its importance; it’s finding the cash to pay for it. View original post at Entrepreneur…
Adding WordPress Admin Tables to Plugins with WP_List_Table
WordPress administration tables, or list tables, are used extensively in admin areas to list posts, pages, users, etc. If you’ve ever wanted to add such list tables with your own data to your plugin, WordPress provides a nifty way to do so with the WP_List_Table class. In this article, I’ll show you how to use […] View original post at …
WordPress Replaces Browserify with Webpack for Build Process
During a core JavaScript chat held in May, WordPress contributors agreed on using Webpack (and ES6 imports) instead of Browserify for JavaScript bundling in the build process. “Since we split the media files in #28510, the core build process has used Browserify to combine the media files,” Adam Silverstein said in the ticket proposing the replacement. “While browserify has served …