How to clean up your WordPress installation | WordPress Development Tutorial

Поділитися
Вставка
  • Опубліковано 16 січ 2022
  • In this video, I go over how to clean up a WordPress installation when it is first set up.
    Code: gist.github.com/alexander-you...
    My favorite caching plugin - WPRocket: wpcasts.tv/go/wprocket
    💖 Become a Patron to show support & get perks!
    / wpcasts
    *SOCIAL*
    Twitter: / alexanderbyoung
    Facebook: / wpcasts.tv
  • Наука та технологія

КОМЕНТАРІ • 58

  • @docetes
    @docetes 2 роки тому +23

    Great to see you getting back up on the UA-cam horse

  • @chuksokie1213
    @chuksokie1213 2 роки тому +14

    Your minimalistic WP setup for tutorials helps a lot. I frequent your channel often whenever I have to fool around with "functions.php" lool. No one does it like you. You were missed.
    So happy your back.

    • @WPCasts
      @WPCasts  2 роки тому +2

      Great to hear! Happy to be back!

  • @coltonherschberger8931
    @coltonherschberger8931 2 роки тому +8

    Dude! I found your channel about a month and a half ago and I can safely say you have single-handedly changed everything about Wordpress development for me, you're an amazing teacher! I got so excited when I woke up and saw you posted a new video, I hope you keep it up! Thanks again for everything man, you're the best.

    • @WPCasts
      @WPCasts  2 роки тому +2

      Thanks! I’m so glad I’ve been able to help somehow :)

  • @salehalnaggar7926
    @salehalnaggar7926 2 роки тому +1

    Great to see you back again, your amazing tutorials helped me a lot.

  • @nicolaskeith8945
    @nicolaskeith8945 2 роки тому +1

    Great to see you back here, Alex. Your videos are some of the very best for WP devs on the utubez

  • @igortot01
    @igortot01 2 роки тому

    Awesome, i think that there's no other channel posting vids with info like this. So helpful! Thanks man!

  • @neobabis
    @neobabis 2 роки тому +2

    Yeah! Alex is back! Thank you Alex!

  • @lukedharrison326
    @lukedharrison326 2 роки тому

    Great video as always, nice to see you uploading again!

  • @MirkoGosch
    @MirkoGosch 2 роки тому

    Awesome tutorial, could have kept on watching for a lot longer. Inspiring and of great value. I am looking forward to the continuation. Keep the good stuff coming. Thx

  • @tobisalami
    @tobisalami 2 роки тому

    I've missed your tutorials! So much!

  • @mrlolalot531
    @mrlolalot531 2 роки тому

    Great to see that you're back!

  • @JaKaDzU
    @JaKaDzU 2 роки тому

    Great! You came back after a while :)

  • @kerimtim
    @kerimtim 2 роки тому +1

    Wow making WP sites faster and lighter, thank you

  • @elizabethsullivan1894
    @elizabethsullivan1894 Рік тому

    This is incredibly useful as I'm just starting to deep dive into WordPress!

  • @rayediaz
    @rayediaz 2 роки тому +1

    I was waiting for your videos 👏🏻

    • @WPCasts
      @WPCasts  2 роки тому

      Hope you enjoyed it!

  • @YeahNoTellTheTruth
    @YeahNoTellTheTruth 2 роки тому

    Awesome. I really love these kind of tips. Thanks.

  • @CarlMadsen
    @CarlMadsen 2 роки тому

    Good stuff, thank you. Exactly what I was looking for.

  • @tomdevisser8273
    @tomdevisser8273 2 роки тому

    Oh hey you're finally back, missed your videos :)

  • @manavbudhia
    @manavbudhia 2 роки тому +1

    Glad to see you after long time... 😊😊

    • @WPCasts
      @WPCasts  2 роки тому +2

      Thank you so much 😀

  • @tedspens
    @tedspens 2 роки тому

    Less certainly is more, especially regarding WordPress. Those are some great tips. If installing WP on more than a few sites, I would get the first one setup then make a backup, and use the backup to launch new sites. At least until the next version, but then just make a new updated backup. It's just a thought. Thanks for the tips.

  • @BuntyWP
    @BuntyWP 2 роки тому

    Learning lot of things from you. Keep sharing

  • @carlompg
    @carlompg 2 роки тому

    Hey love ur channel, specially the headless content! Another thing that I usually do on my new WP installs is lock the rest API to authenticated users only or disable it altogether as most common setup does not use the rest api. Also I disable avatars in the admin panel.

  • @abenjamin13
    @abenjamin13 2 роки тому

    Greatly appreciate the speed tips thank you

  • @elenaandreeva6120
    @elenaandreeva6120 2 роки тому

    Thank you for the tough recommendation!

  • @AVIVRO2
    @AVIVRO2 2 роки тому

    nice vid !
    thanx for sharing

  • @oZenakos
    @oZenakos 2 роки тому

    Thanks this was useful

  • @theman7050
    @theman7050 2 роки тому

    Ur backk!! :D

  • @SeferDemirci
    @SeferDemirci 2 роки тому

    Welcome again 🙏

  • @BuntyWP
    @BuntyWP 2 роки тому

    This is great idea.

  • @air961
    @air961 2 роки тому

    thanks, man!

  • @BobCorraro
    @BobCorraro 2 роки тому

    This is useful, thanks

  • @PaulMcCannWebBuilder
    @PaulMcCannWebBuilder 2 роки тому

    Thanks! Might as well also add the remove_action('wp_head', 'wp_generator'); to remove the WP version from the head if you haven't done it already.

  • @ravi-gadhiya
    @ravi-gadhiya 2 роки тому

    Thanks Nice info..

  • @ConorTreacy-BigRedSEO
    @ConorTreacy-BigRedSEO 2 роки тому

    Hey Alex, good stuff! What was the editor you were using? I've used Sublime Text for years, but the popup on the WordPress function is pretty handy on your screen. Are you in Sublime also, and maybe an extra package installed? Just curious. Thanks

  • @JimKernix
    @JimKernix 2 роки тому +1

    I have those 2 remove_action lines for emojis, but I also have remove_action( 'admin_print_scripts', 'print_emoji_detection_script' ); and remove_action( 'admin_print_styles', 'print_emoji_styles' );. I found that code somewhere after googling how to remove that from the head. I assume those 2 are for the admin area. Any problems with having those lines in functions.php?

  • @thomasschwinn1512
    @thomasschwinn1512 2 роки тому

    great, do you have something that make wordpress stop creating a '-scaled.jpg' when a jpeg is bigger than a certaib size? I always find a script somewhere that works for some months and then it just stops. And I see always people commenting somewhere with the same problem. thx

  • @JimKernix
    @JimKernix 2 роки тому

    What are your thoughts on to hide max-image-preview:large directive to the robots meta tag with: remove_filter('wp_robots', 'wp_robots_max_image_preview_large');

  • @xSalamz
    @xSalamz 2 роки тому

    Happy new year Sir.

    • @WPCasts
      @WPCasts  2 роки тому

      Thanks, you too!

  • @teazmo
    @teazmo 2 роки тому

    Glad to see you back. Does the comment-reply section also remove the comment section in the admin?

    • @WPCasts
      @WPCasts  2 роки тому

      Just the frontend

  • @sanal3492
    @sanal3492 2 роки тому

    I am seeing tons of svg's under the html tag in the page source, any idea what those are for?

  • @yardchopuniverse7339
    @yardchopuniverse7339 2 роки тому

    Hey I have random question. I tried using the woocommerce API to connect to supplier. Woocommerce was connected but I’m getting a error thst the API might be blocked.
    Would this be due to Wordpress or would it be my hosting provider? I’ve heard someone say some about the DDOS blocking it. If that’s the case whst can I do to let these pass

  • @sabinmagar4152
    @sabinmagar4152 2 роки тому +1

    make video on WooCommerce Theme Development using Coding

  • @adarshakshat3046
    @adarshakshat3046 2 роки тому

    Hi Alex Bhaiya, Been following your videos to upgrade my skills during my first job, very much thank for that. Can you please guide me towards software you are using for recording your videos?

  • @ravi-gadhiya
    @ravi-gadhiya 2 роки тому

    Can you make video on how to add Wordpress post on favorite list without login system using Local Storage OR Cookies.
    On WordPress post listing and detail page, we have option to add post on favorites, and all posts are can we be visible on separate favorite page.
    Thanks

  • @user-fc6hc4xr8i
    @user-fc6hc4xr8i 2 роки тому

    Hi man. Do you want to make a video about Strapi? I think it will be interesting for those who knew Wordpress and want to move forward. Tnx!

  • @EngineerMizan
    @EngineerMizan 2 роки тому

    Hey, your all video also great. you can make a image optimizer plugin for learn with advance functionally. Thank you

  • @shakalbadlalega
    @shakalbadlalega 2 роки тому +2

    Should wp developers switch to javascript programming as node js rising?

    • @woutertt
      @woutertt 2 роки тому

      Worth learning for sure, but there's jobs in both sectors.

    • @user-fc6hc4xr8i
      @user-fc6hc4xr8i 2 роки тому

      WP is good, but the time has come.

  • @badaramir24
    @badaramir24 Рік тому

    I want you to be back on the wagon.