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;
}

 

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?