Skip to content
View teledirigido's full-sized avatar
Block or Report

Block or report teledirigido

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned

  1. Download and Install Wordpress via W... Download and Install Wordpress via WP-CLI
    1
    #!/bin/bash
    2
     
    3
    # This bash script works JUST with WP-CLI
    4
    # You can get it from here:
    5
    # http://wp-cli.org/
  2. Create post, add attachment and upda... Create post, add attachment and update field via ACF
    1
    <?php
    2
    
                  
    3
    /*
    4
     *
    5
     * This small scripts creates a post and attaches a file using Advanced custom field.
  3. Set OG on wordpress Set OG on wordpress
    1
    <?php
    2
    
                  
    3
    /*
    4
     * Add this in your functions.php:
    5
  4. ironhack-wd-pt-2022-01 ironhack-wd-pt-2022-01 Public

    JavaScript 1 2