Obnova hesla přímo přes databázi se může stát zásadní v případě napadení stránky hackerem. Pokud ztratíte přístup do administrace, protože vám hacker změnil heslo apod., pak je změna hesla tzv. natvrdo v databázi poslední záchranou. Každý WordPress blog využívá MySQL databázi, do které je možné se dostat přes phpMyAdmin. Obvykle najdete odkaz na phpMyAdmin v kontrolním panelu hostingu nebo na stránkách hostingu.
Rubrika: WordPress Strana 1 z 10
WordPress je svobodný open source redakční publikační systém napsaný v PHP a MySQL a vyvíjený pod licencí GNU GPL. Je oficiálním nástupcem systému b2/cafelog a má širokou uživatelskou a vývojářskou komunitu. Dle oficiálních statistik je používán jako CMS (z anglického content management system – systém pro správu obsahu) na více než 25 % webových stránek na světě a překonává tak open source CMS jako Joomla či Drupal, které se drží pod třemi procenty.

Since Gutenberg morphed into the WordPress Block Editor as of WordPress 5.0, many people have been using it to build content on their blogs, websites, and ecommerce stores. However, if you’ve only been using the bare-bones functionality that it comes with, then you are doing your website a disservice. There are so many awesome plugins that expand the basic Gutenberg editor’s capabilities. In the sections below, we’re going to check out eleven of these best block plugins for WordPress, so that you can elevate your WordPress game higher.
Někdy se může hodit změnit adresu pro přihlašování do administrace WordPressu. Jedním z hlavních důvodů jsou útoky od robotů nebo customizace pro zákazníky.
Nastavení emailů
Toto nastavení je důležité, proto doplním finální nastavení obrázkem (toto nastavení máme na těchto stránkách).

Už to došlo i do Česka. Od ledna 2022 bude nutné od uživatelů žádat souhlas s ukládáním personalizačních a analytických cookies do jejich prohlížečů.
Dnešní návod se bude zabývat přesunem WordPress webu na jinou doménu či hosting. Změna domény tak častá není, ovšem třeba při přesunu webu z lokálního serveru (doména typu „interval.l“) na ostrou verzi webu se to hodí.
Preventing Contact Form 7 WordPress Plugin From Loading Js And CSS On All Pages
(Zabránění pluginu WordPress Contact Form 7 v načítání Js a CSS na všech stránkách)
Contact form 7 is an amazing plugin that lets you add simple as well as complex contact forms to any post or page on your wordpress blog. The forms are super easy to create and work great.
Having said that, if you are using this plugin, you would have noticed that the plugin adds Javascript and CSS references to all your posts and pages irrespective of if or not that post or page has a contact form in it. Wouldn’t it be great if there was a way to stop this from happening and restricting the plugin’s JS and CSS references to only those pages that have a contact form? Well, there is a simple way to achieving this. Here’s what you need to do:
Conditionally Loading Scripts And Styles For WordPress Plugins
(Podmíněné načítání skriptů a stylů pro WordPress pluginy)
There are many plugins that tend to automatically add their JS and CSS files to all posts and pages of your blog even though you might be using the plugin’s functionality only on one or two pages.
For instance, a gallery plugin. You might have the gallery only on one page of your site, yet the plugin loads the required JS and CSS files on all pages. This is counter-productive and can negatively effect your site’s performance and page load speeds.
The good thing is that you can easily prevent this from happening by restricting a plugin’s scripts and styles only to specific posts and pages using the wp_dequeue_script and wp_dequeue_style functions. Here’s how.

How to add custom block editor css in WordPress
(Jak přidat vlastní css editoru bloků do WordPressu)
So you have changed the style of your WordPress child theme in style.css
and see the changes on your WordPress website. But the style of the block editor remains the same when you are creating or updating your posts or pages.