bei der mo datei unbedingt auf ländereinstellungen achten. z.b. de_CH.mo
Post filter
ssh
# ssh <benutzername>@<server> -p2121
paywall
tagesanzeiger
css:
body.h-disable-scroll {
overflow: scroll;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
position: relative;
left: 0;
right: 0;
}
ffmpeg
ffmpeg -i *.MP4 -c:v mpeg4 -b:v 64k -bt 32k *.m4v
contact form
antwort email
mach email*
Search and Filter
– Sind die Post sichtbar für den Filter?
/*bulk update
function update_all_posts() {
$args = array(
‘post_type’ => ‘post’,
‘numberposts’ => -1
);
$all_posts = get_posts($args);
foreach ($all_posts as $single_post){
$single_post->post_title = $single_post->post_title.”;
wp_update_post( $single_post );
}
}
add_action( ‘wp_loaded’, ‘update_all_posts’ );
/*end of bulk update*/
sind alle kategorien gelistet?

lets encrypt zertifikats einstellungen metanet

Online Kurse
https://www.freecodecamp.org/
WordPress Search & Filter
https://searchandfilter.com/documentation/