WordPress parametry v url automaticky "odstřihne". Je třeba přidat do functions.php:
function parameter_queryvars( $qvars ) { $qvars[] = 'yourvarname'; return $qvars; } add_filter('query_vars', 'parameter_queryvars' );
a následně v šabloně použít:
global $wp_query; if (isset($wp_query->query_vars['yourvarname'])) { [...]
Rowling is a clean, simple and elegant magazine theme for WordPress. It features a responsive design, great typography, two menu locations, social menu support, custom accent color support, custom logo support, gallery post format support, editor style support, a Flickr widget [...]
Revive Old Post
https://wordpress.org/…et-old-post/
This plugin helps you to keeps your old posts alive by sharing them and driving more traffic to them from social networks. You can set time and no of posts to share to drive [...]
WP Staging - DB & File Duplicator & Migration
https://wordpress.org/…/wp-staging/
This duplicator plugin allows you to create an staging or development environment in seconds.
It creates a file clone of your website into a subfolder of your current WordPress installation with [...]
Buď pluginem České komentáře
https://wordpress.org/…e-komentare/
V jednoduché administraci můžete nastavit své vlastní řetězce pro určitý počet komentářů.
A nebo přidáním vlastní funkce do functions.php:
function pocetKomentaru(){ $pocetKomentaru = get_comments_number(); if(comments_open()){ [...]
FeedWordPress
https://cs.wordpress.org/…edwordpress/
FeedWordPress is an Atom/RSS aggregator for WordPress. It syndicates content from feeds that you choose into your WordPress weblog; the content it syndicates appears as a series of special posts in your WordPress posts database.
Alternativy:
WP RSS Aggregator<br [...]
FakerPress is a clean way to generate fake and dummy content to your WordPress, great for developers who need testing.
Really Simple SSL
https://wordpress.org/…-simple-ssl/
The really simple ssl plugin automatically detects your settings and configures your website. To keep it lightweight, the options are kept to a minimum. The entire site will move to SSL. Three simple steps [...]