Wordpress
Everything interesting about Wordpress
- Wordpress
Custom Fields
Pods Framework
Use in Templates
<dl>
<?php
$fields = get_post_meta($post->ID);
$pod = pods( 'event', get_the_id() );
// filter Template and other Metafields starting with `_*`
$fields = array_filter($fields, function($k){
return strpos($k,'_') !== 0 && strpos($k,'cmsms_') !== 0;
}, ARRAY_FILTER_USE_KEY);
//print_r($fields);
// https://pods.io/docs/code/pods/fields/
foreach($fields as $key => $value){
printf(
'<dt>%s:</dt> <dd>%s</dd>',
$pod->fields($key,'label'),
$pod->display($key)
);
}
?>
</dl>
Advance Custom Fields
(not used yet)
Extensions
Backend
- Nested Pages
- Export Themes
- Theme Editor Create Folders in Themes, better code editor
Multisite - Network Setup
Use same content across network:
- 10up/distributor: Share content between your websites.
- WordPress Multisite Media Sharing | by Visualmodo | visualmodo | Medium
- humanmade/network-media-library: Network Media Library plugin for WordPress Multisite
Maintenance Page
- Maintenance
- Blurry Background
- Login on Frontpage
- WP Maintenance Mode
- counter
Gutenberg Blocks
- Kadence Blocks - Create Stunning WordPress Websites
- Wicked Block Conditions - Show or hide blocks based on conditions.
- CC Child Pages - Show links to child pages - is this the only extension of this type?
- Plugins Part II: Block Collections for your WordPress Site - Gutenberg Times
- https://themeisle.com/blog/best-block-plugins-for-wordpress/
- Remove Title
- Gutenberg Blocks – PublishPress Blocks Gutenberg Editor Plugin - can turn off and disable blocks for users and roles
Maintenance WP
WP-Sweep
WP-Sweep ermöglicht es dir unbenutzte, verwaiste und doppelte Daten in WordPress zu bereinigen. Es bereinigt Revisionen, automatische Entwürfe, nicht genehmigte Kommentare, Spam-Kommentare, Kommentare im Papierkorb, verwaiste Beitrags-Metadaten, verwaiste Kommentar-Metadaten, verwaiste Benutzer-Metadaten, verwaiste Begriffsbezugsdaten, unbenutzte Begriffe, doppelte Beitrags-Metadaten, doppelte Kommentar-Metadaten, doppelte Benutzer-Metadaten und transiente Optionen. Es optimiert auch deine Datenbanktabellen.
Redirection
Verwalte alle 301-Umleitungen und 404-Fehler.
Regenerate Thumbnails Advanced
Regenerate thumbnails fast and easy while removing unused thumbnails of existing images; very useful when changing a theme.
Make Paths Relative
Make Paths Relative – WordPress-Plugin - This plugin converts the URL(Links) to relative instead of absolute. This has some pitfalls, because sometimes (in Emails) you need absolute URLs
Better Search Replace
Replace Urls in Serialized Data
Server Settings
Custom PHP Settings – WordPress plugin | WordPress.org
Events
Event Organiser
Erstellt einen individuellen Termin mit Features wie wiederholende Termine, Veranstaltungsorte, Google-Maps-Karte, Kalenderansichten und -termine und Seiten für Veranstaltungsorte
Directory, Geo Maps
Ultimate Maps by Supsystic
Toolset Directory (170 USD)
https://toolset.com/learn/build-directory-classifieds-sites-using-toolset/
Privacy and Legal
- Recht für Websites & Webshops • Impressum, DSGVO, AGB, Gütesiegel von legalweb.io
- OMGF | Host Google Fonts Locally – WordPress plugin | WordPress.org
Caching, Queries
Member, Access Control
- Inline Text protection, Gutenberg block protection, page protection
- Customizing the Ultimate Member profile page
Appointments
-
⭐ WordPress Appointments Scheduler & Availability Calendar - Vik Appointments - weird standalone app (originally for joomla) which integrates into WP fine. Comes with 2-way calendar sync
-
gAppointments - Appointment booking addon for Gravity Forms by wpcrunch
-
Bookly PRO – Appointment Booking and Scheduling Software System by Ladela
Translation
Theme-Translations are expected in /wp-content/languages/themes/[THEME NAME]-[lc_LC].mo
File: /wp-content/languages/themes/econature-de_DE.mo (not found)
Called in: /wp-content/themes/econature/functions.php line 492 load_theme_textdomain
To debug that crap, use Debug MO Translations and look at the end of the page. It reveals what paths are expected.
Themes
Kadence Theme and Blocks
- Ultra Fast WordPress theme with a built in header builder
- Kadence Blocks - Create Stunning WordPress Websites
these are more superior to
Neve Themes and Otter Blocks
claims to be a fast theme and it is, if you don't use their blocks.
Eco Nature
Nice looking theme with old page-builder. Wouldn't use that again.
http://docs.cmsmasters.net/eco-nature/
Full Width Background spanning separate Blocks - put background-image or color in the second block!