How to clean up your WordPress installation | WordPress Development Tutorial

Поделиться
HTML-код
  • Опубликовано: 23 янв 2025

Комментарии • 58

  • @docetes
    @docetes 3 года назад +23

    Great to see you getting back up on the RUclips horse

  • @chuksokie1213
    @chuksokie1213 3 года назад +15

    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  3 года назад +2

      Great to hear! Happy to be back!

  • @coltonherschberger8931
    @coltonherschberger8931 3 года назад +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  3 года назад +2

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

  • @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 3 года назад

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

  • @salehalnaggar7926
    @salehalnaggar7926 3 года назад +1

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

  • @neobabis
    @neobabis 3 года назад +2

    Yeah! Alex is back! Thank you Alex!

  • @elizabethsullivan1894
    @elizabethsullivan1894 2 года назад

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

  • @tobisalami
    @tobisalami 3 года назад

    I've missed your tutorials! So much!

  • @tomdevisser8273
    @tomdevisser8273 3 года назад

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

  • @kerimtim
    @kerimtim 3 года назад +1

    Wow making WP sites faster and lighter, thank you

  • @lukedharrison326
    @lukedharrison326 3 года назад

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

  • @MirkoGosch
    @MirkoGosch 3 года назад

    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

  • @sanal3492
    @sanal3492 2 года назад

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

  • @JimKernix
    @JimKernix 3 года назад +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?

  • @JaKaDzU
    @JaKaDzU 3 года назад

    Great! You came back after a while :)

  • @mrlolalot531
    @mrlolalot531 3 года назад

    Great to see that you're back!

  • @carlompg
    @carlompg 3 года назад

    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.

  • @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

  • @manavbudhia
    @manavbudhia 3 года назад +1

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

    • @WPCasts
      @WPCasts  3 года назад +2

      Thank you so much 😀

  • @thomasschwinn1512
    @thomasschwinn1512 3 года назад

    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

  • @tedspens
    @tedspens 3 года назад

    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.

  • @JimKernix
    @JimKernix 3 года назад

    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');

  • @rayediaz
    @rayediaz 3 года назад +1

    I was waiting for your videos 👏🏻

    • @WPCasts
      @WPCasts  3 года назад

      Hope you enjoyed it!

  • @ravi-gadhiya
    @ravi-gadhiya 3 года назад

    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

  • @teazmo
    @teazmo 3 года назад

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

    • @WPCasts
      @WPCasts  3 года назад

      Just the frontend

  • @CarlMadsen
    @CarlMadsen 3 года назад

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

  • @BuntyWP
    @BuntyWP 3 года назад

    Learning lot of things from you. Keep sharing

  • @abenjamin13
    @abenjamin13 3 года назад

    Greatly appreciate the speed tips thank you

  • @PaulMcCannWebBuilder
    @PaulMcCannWebBuilder 3 года назад

    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.

  • @YeahNoTellTheTruth
    @YeahNoTellTheTruth 3 года назад

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

  • @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?

  • @shakalbadlalega
    @shakalbadlalega 3 года назад +2

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

    • @woutertt
      @woutertt 3 года назад

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

    • @user-fc6hc4xr8i
      @user-fc6hc4xr8i 3 года назад

      WP is good, but the time has come.

  • @SeferDemirci
    @SeferDemirci 3 года назад

    Welcome again 🙏

  • @elenaandreeva6120
    @elenaandreeva6120 3 года назад

    Thank you for the tough recommendation!

  • @xSalamz
    @xSalamz 3 года назад

    Happy new year Sir.

    • @WPCasts
      @WPCasts  3 года назад

      Thanks, you too!

  • @AVIVRO2
    @AVIVRO2 3 года назад

    nice vid !
    thanx for sharing

  • @oZenakos
    @oZenakos 3 года назад

    Thanks this was useful

  • @ConorTreacy-BigRedSEO
    @ConorTreacy-BigRedSEO 3 года назад

    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

  • @user-fc6hc4xr8i
    @user-fc6hc4xr8i 3 года назад

    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 3 года назад

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

  • @BuntyWP
    @BuntyWP 3 года назад

    This is great idea.

  • @BobCorraro
    @BobCorraro 3 года назад

    This is useful, thanks

  • @theman7050
    @theman7050 3 года назад

    Ur backk!! :D

  • @sabinmagar4152
    @sabinmagar4152 3 года назад +1

    make video on WooCommerce Theme Development using Coding

  • @air961
    @air961 2 года назад

    thanks, man!

  • @ravi-gadhiya
    @ravi-gadhiya 3 года назад

    Thanks Nice info..

  • @badaramir24
    @badaramir24 2 года назад

    I want you to be back on the wagon.