Website Settings

Dondere modus
Hoog contrast
Font grootte
Lees pagina-inhoud
Afdrukken
  • Het is 06-04-2026 en week 15 in de Lente .

Account Settings

Winkelwagen

De winkelwagen is nog leeg

Post counter – frontend

particle

function gt_get_post_view() { $count = get_post_meta( get_the_ID(), ‘post_views_count’, true ); return “$count views”; } function gt_set_post_view() { $key = ‘post_views_count’; $post_id = get_the_ID(); $count = (int) get_post_meta( $post_id, $key, true ); $count++; update_post_meta( $post_id, $key, $count ); } function gt_posts_column_views( $columns ) { $columns[‘post_views’] = ‘Views’; return $columns; } function gt_posts_custom_column_views( $column ) { if […]

Disable – Recaptcha badge v3

particle

/****************************************** Disable – Recaptcha badge v3 ******************************************/ .grecaptcha-badge { opacity: 0; }

Home