Search
Oficiální plugin Googlu pro Wordpress lze napadnout. Chyby opravuje aktualizace
17.5.2020
Google nabízí zdarma plugin pro populární systém Wordpress, který umožňuje administrátorům propojit stránky se službou Search Console. Doplněk ale obsahuje závažnou chybu, kvůli které mohou útočníci získat přístup právě do této služby Googlu.
Plugin s názvem Site Kit Google vydal poměrně nedávno
Recent Episodes of ShopTalk Show
12.5.2020
There is a super cool new Podcast block for WordPress Gutenberg you use Jetpack (released in 8.5). I wanted to try it out, so below you’ll see recent episodes from ShopTalk Show. I’d tell you all about the recent episodes, except then this blog post wouldn’t age very well, because...
Why does writing matter in remote work?
12.5.2020
Talk to anyone who has an active blog and I bet they’ll tell you it’s been valuable to them. Maybe it’s opened doors. Maybe it’s got them a job. Maybe it’s got them a conference invite. Maybe they just like the thrill of knowing people have read and responded to...
Accepting Payments (including Recurring Payments) on WordPress.com
12.5.2020
I’m a fan of building websites with the least amount of technical debt and things you have to be responsible for as possible for what you wanna do. Sometimes you take on this debt on purpose because you have to, but when you don’t, please don’t ;).
Let’s say you need...
Představení WordPress kitu NášWP
6.5.2020
V současné krizi vzniká mnoho dobrovolnických projektů. Ty mají své webové stránky a ty často používají WordPress. Startovací WordPress Kit pomůže s rychlým vytvořením dostatečně dobrého webu pro prezentaci projektu
How to Use Block Variations in WordPress
6.5.2020
WordPress 5.4 was released not so long ago and, along with other improvements and bug fixes, it introduced a feature called Block Variations. I had a chance to use it on one of my recent projects and am so pleasantly surprised with how smart this feature is. I actually think it hasn’t received...
How to Create Custom WordPress Editor Blocks in 2020
6.5.2020
Peter Tasker on creating blocks right now:
It’s fairly straightforward these days to get set up with the WP CLI ‘scaffold’ command. This command will set up a WordPress theme or plugin with a ‘blocks’ folder that contains the PHP and base CSS and JavaScript required to create...
Static or Not?
27.4.2020
A quick opinion piece by Kev Quirk: Why I Don’t Use A Static Site Generator. Kev uses WordPress:
Want to blog on my iPad? I can. Want to do it on my phone? No problem. On a machine I don’t normally use? Not an issue, as long as it has a browser.
First, it’s worth understanding...
Anyone Can Host a Crypto Exchange – Tim Draper Backed Startup Launches New WordPress Plugin
22.4.2020
There’s a new plugin available that gives people the ability to launch a cryptocurrency exchange on any WordPress-based website. The project called Wpcryptoexchange is a product created by the Tim Draper-backed startup Draper Goren Holm. With the plugin, anyone can launch a digital currency...
New Wordpress Plugin Allows Anyone to Launch a Decentralized Crypto Exchange
22.4.2020
The plugin’s backend chooses the best rate in the DeFi ecosystem to exchange user assets
Crypto Exchange on WordPress, Gemini Passes Another Exam + More News
22.4.2020
Crypto Briefs is your daily, bite-sized digest of cryptocurrency and blockchain-related news – investigating the stories flying under the radar of today’s crypto news.
Exchanges news
Alon Goren, the Founding partner at blockchain venture studio Draper Goren Holm, said today that...
Tim Draper Firm Launches ‘Crypto Exchange’ Anyone Can Plug Into WordPress
22.4.2020
The plugin is available from today
Jetpack Instant Search!
16.4.2020
Jetpack has had a search feature for a while. Flip it on, and it replaces your built-in WordPress search (which is functional, but not particularly good) with an Elasticsearch-powered solution that is faster and has better results. I’ve been using that for quite a while here on CSS-Tricks...
Continuous Deployments for WordPress Using GitHub Actions
6.4.2020
Continuous Integration (CI) workflows are considered a best practice these days. As in, you work with your version control system (Git), and as you do, CI is doing work for you like running tests, sending notifications, and deploying code. That last part is called Continuous Deployment (CD)....
How to Build a Time-Saving Appointment and Event Booking Website
19.3.2020
Want to build an appointment and event booking website that gives your clients more time to do business than handle the logistics of it? The Amelia WordPress booking plugin is the answer.
How to Build a Time-Saving Appointment and Event Booking Website was written by Bogdan Sandu and published...
WooCommerce 4.0 & WooCommerce Payments Beta
17.3.2020
Y'all know WooCommerce: it's a plugin for WordPress that adds robust eCommerce functionality to your site. Notably, like WordPress itself, it's open-source and free. You only pay for things if you need things like special plugins that extend functionality.
This is a huge month for WooCommerce!...
“weeds of specificity”
13.3.2020
Lara Schenck:
[...] with WordPress child themes, you are all but guaranteed to get into the weeds of specificity, hunting around theme stylesheets that you didn’t author, trying to figure out what existing declaration is preventing you from applying a new style, and then figuring out the least...
A Follow-Up to PHP Templating
28.2.2020
Not long ago, I posted about PHP templating in just PHP (which is basically HEREDOC syntax). I'm literally using that technique for some super basic templating I needed to do on this very WordPress site. The main pushback was that this kind of thing can be an XSS vulnerability. In my case, it's...
How to Customize the WooCommerce Cart Page on a WordPress Site
28.2.2020
A standard e-commerce site has a few common pages. There are product pages, shop pages that list products, and let’s not forget pages for the user account, checkout flow and cart.
WooCommerce makes it a trivial task to set these up on a WordPress site because it provides templates for them...
Where to Learn WordPress Theme Development
28.2.2020
Over a decade ago, I did a little three-part video series on Designing for WordPress. Then I did other series with the same spirit, like videocasting the whole v10 redesign, a friend's website, and even writing a book. Those are getting a little long in the tooth though. You might still learn from...