Skip to content
View nextab's full-sized avatar

Sponsoring

@laurent22

Block or report nextab

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. nxt-acf-field-display nxt-acf-field-display Public

    A WordPress Block that allows you to display the contents of an Advanced Custom Field. Requires the Pro Version ACF.

    PHP 1

  2. nxt-timeline nxt-timeline Public

    WordPress plugin to auto-generate an animated and customizable timeline

    PHP 6 2

  3. linkmeup linkmeup Public

    Simple WordPress theme to have all your most important links in one place

    PHP 1

  4. Dashboard Widget mit Designer - Deve... Dashboard Widget mit Designer - Developer Daten.php
    1
    // Add a new dashboard widget to WordPress
    2
    function nextab_add_dashboard_widgets() {
    3
    	wp_add_dashboard_widget('nxt_dev_info', 'Designer & Developer Info', 'nextab_theme_info');
    4
    }
    5
    add_action('wp_dashboard_setup', 'nextab_add_dashboard_widgets' );
  5. htaccess-hacks htaccess-hacks Public

    Just a collection of hacks for your .htaccess file to improve server security.

    8 1

  6. nxt-block-theme nxt-block-theme Public

    Starter Theme for WordPress based on the Block Editor with Full Site Editing Features

    PHP 1 1