AndGoEdu
AndGoEdu
  • 153
  • 39 410
Custom WordPress Plugin - PCP ( Plugin Check Plugin) For WordPress.org submissions.#14
00:00 || 01:00 Install Plugin
01:00 || 02:30 Check Plugin.
02:30 || 03:17 Outro.
References
Plugin Check (PCP)
Link: wordpress.org/plugins/plugin-check/
Submit Plugin to wordpress.org
wordpress.org/plugins/developers/add/
Переглядів: 19

Відео

Advanced WordPress #27 - BackUp / Restore / Migrate Using UpDraftPlus
Переглядів 3321 день тому
00:00 || 00:30 Introduction 🎬 00:30 || 01:30 Backup 🔄 01:30 || 05:30 Restore/Migrate 🔄 05:30 || 05:47 Outro.🎬 📚 References UpDraftPlus Link: updraftplus.com/ UpDraftPlus - WordPress Plugin wordpress.org/plugins/updraftplus/
Custom WordPress Plugin - Generating and Displaying Short Code #13
Переглядів 2328 днів тому
00:00 || 00:30 Introduction 🌟 00:30 || 01:45 Example Final Plugin🌟 01:45 || 02:30 Display Gallery using add_shortcode() 🌟 03:00 || 04:00 short_code_atts([]) 🌟 04:00 || 4:30 wp_get_attachment_image_url()🌟 04:30 || 5:00 escaping html and url🌟 05:00 || 07:30 HTML , CSS , & JS For Carousel .🌟 07:30 || 07:50 Outro 🌟. Project on Git Hub: github.com/omarashzeinhom/custom-gallery-wp-plugin References: ...
Custom WordPress Plugin - Custom Admin Menu Page #12
Переглядів 15Місяць тому
00:00 || 00:10 Introduction 🌟 00:10 || 00:30 add_menu_page()🌟 00:30 || 01:00 Assign custom_gallery_plugin_page() function 🌟 01:00 || 09:30 Gallery Upload html form 🌟 09:30 || 18:00 Display The Galleries. 🌟 18:00 || 19:30 admin_head() styles. 🌟 19:30 || 20:00 Next Video & Outro. 🌟 References: add_menu_page() Link: developer.wordpress.org/reference/functions/add_menu_page/ admin_head - Hook Link:...
Custom WordPress Plugin - Handle File Uploads #11
Переглядів 22Місяць тому
00:00 || 00:30 Introduction 🌟 00:30 || 02:00 Demo 💻 02:00 || 03:00 !empty & Global $_FILES , $_POST Variables 📂💬 03:00 || 03:30 sanitize_text_field() 🧹 03:30 || 05:30 wp_insert_post() 📝 05:30 || 06:00 Validation Condition 🛠️ 06:00 || 10:00 Verify $postid & Validate Files using wp_check_filetype() 🔍📄 10:00 || 11:30 wp_handle_upload() 📥 11:30 || 15:30 wp_insert_attachment([],$filepath, $postid) 📎...
Custom WordPress Plugin - Validation #10
Переглядів 17Місяць тому
00:00 || 00:25 🎬 Introduction & Recap 00:25 || 02:00 🛠️ Validation Functions & Examples 02:00 || 05:00 👩‍💼 Restricting Access to Menu using current_user_can('$capability'); 05:00 || 06:30 Demo Of Roles Access. 06:30 || 06:36 👋 Outro References 📚 WordPress Plugin Security: developer.wordpress.org/plugins/security/ developer.wordpress.org/apis/security/ developer.wordpress.org/reference/functions...
Avoid unnecessary re renders when using useContext Hook in React.JS
Переглядів 30Місяць тому
00:00 || 00:30 🎬 Introduction 00:30 || 02:00 Example of Best Use Case 02:00 || 03:30 Example of Worst Use Case 03:30 || 05:00 Alternative Middleware Example Redux 05:00 || 05:45 Summary 05:45 || 06:00 👋 Outro References. 1. Global State Management with React UseContext - Geeks For Geeks Link: www.geeksforgeeks.org/implementing-global-state-management-with-usecontext/ 2.Avoid Unnecessary Re Rend...
Custom WordPress Plugin - Capabilties #9
Переглядів 8Місяць тому
00:00 || 00:30 🎬 Introduction & Recap 00:30 || 02:30 🛠️ wp_get_current_user() 02:30 || 03:30 👩‍💼 Default & Assigned Admin Capabilities 03:30 || 08:45 📝 Register Post Capabilities 08:45 || 12:00 🛠️ Add Capabilities to Roles 12:00 || 12:15 🔄 Add Capabilities on Activating Plugin 12:15 || 13:15 🛠️ Debug User Role & Capabilities 13:15 || 13:30 👋 Outro References 📚 Checking User Capabilities Link: d...
Custom WordPress Plugin - Roles #8
Переглядів 16Місяць тому
00:00 || 00:20 🎬 Introduction 00:20 || 01:30 🔄 old_plugins folder to restart updates 01:30 || 03:30 👩‍💼 Default Roles & Capabilities Hierarchy 03:30 || 06:00 🛠️ add_role() Example 06:00 || 07:30 🔄 Add & Remove roles on activation & deactivation 07:30 || 08:30 📝 Summary 08:30 || 07:00 👋 Outro & Next Videos References Roles - add_role() Link: developer.wordpress.org/reference/functions/add_role/ ...
Custom WordPress Plugin - Security Section Demo.
Переглядів 7Місяць тому
00:00 || 00:30 🎬 Introduction 00:30 || 01:15 🎥 Demo 01:15 || 02:30 👩‍💼 Roles & Capabilities Introduction 02:30 || 03:30 🛠️ add_role() Example 03:30 || 04:00 🛠️ Custom Role 04:00 || 04:30 📝 Capabilities Example 04:30 || 06:30 🛠️ wp_get_current_user() to Debug User Roles & Capabilities 06:30 || 07:00 👋 Outro & Next Videos References 📚 1. Roles - add_role() Link: developer.wordpress.org/reference/...
Custom WordPress Plugin - #7 Licenses
Переглядів 12Місяць тому
00:00 || 00:30 🎬 Introduction 00:30 || 01:20 📜 GNU Public License 01:20 || 02:00 📘 MIT Public License 02:00 || 03:00 📚 Multiple License Types 03:00 || 04:30 🛡️ Permissive Licenses & Restrictive Copyleft Licenses 04:30 || 05:15 📄 ADDING LICENSE.md using MIT Template 05:15 || 05:25 👋 Outro References developer.wordpress.org/plugins/plugin-basics/including-a-software-license/ developer.wordpress.o...
Custom WordPress Plugin - register_uninstall_hook() #6
Переглядів 19Місяць тому
00:00 || 00:30 🎬 Introduction 00:30 || 01:15 🔄 Deactivation Hook & Uninstall Hook Comparison 01:15 || 02:00 🔄 register_uninstall_hook() & uninstall.php 02:00 || 03:00 🛠️ Uninstall Function 03:00 || 04:00 📄 get_posts() 04:00 || 05:00 🐞 Debug 05:00 || 06:30 🔁 Loop and Delete Posts using wp_delete_post() 06:30 || 07:30 🔄 register_uninstall_hook() 07:30 || 08:30 💾 Backup & Uninstall Custom Plugin 0...
Custom WordPress Plugin - Determine Plugin Directories#5
Переглядів 16Місяць тому
00:00 || 00:20 🎬 Introduction 00:20 || 01:00 📁 Built-In Directories Functions 01:00 || 03:00 🐞 Debug Directories URLs and Paths 03:00 || 03:20 🛠️ Constants Naming 03:20 || 03:44 👋 Outro Reference 📚 Determining Plugin and Content Directories in WordPress 🔗 developer.wordpress.org/plugins/plugin-basics/determining-plugin-and-content-directories/#themes
Custom WordPress Plugin - Register/UnRegister Post Types#4
Переглядів 25Місяць тому
00:00 || 00:20 🎬 Introduction 00:30 || 04:00 📄 register_post_type() 04:00 || 05:00 🗑️ unregister_post_type() 05:00 || 05:30 📝 Summary 05:30 || 06:15 🔄 Activation/Deactivation Hooks with register & unregister Post Types 06:15 || 06:30 👋 Outro References register_post_type( string $post_type, array|string $args = array() ): WP_Post_Type|WP_Error developer.wordpress.org/reference/functions/registe...
Custom WordPress Plugin - Activation/ Deactivation Hooks #3
Переглядів 18Місяць тому
00:00 || 00:30 🎬 Introduction 00:30 || 02:45 🔄 register_activation_hook() 02:45 || 03:30 🔄 register_deactivation_hook() 03:30 || 04:00 🎥 Next Video: register_post_type() References 📚 register_activation_hook( string $file, callable $callback ) 🔗 developer.wordpress.org/reference/functions/register_activation_hook/ register_deactivation_hook( string $file, callable $callback ) 🔗 developer.wordpr...
Custom WordPress Plugin - Architecture patterns #2
Переглядів 27Місяць тому
Custom WordPress Plugin - Architecture patterns #2
WordPress Custom Plugin - Header Fields #1
Переглядів 34Місяць тому
WordPress Custom Plugin - Header Fields #1
Animista Generate CSS3 Code using keyframes for Animations .
Переглядів 922 місяці тому
Animista Generate CSS3 Code using keyframes for Animations .
Compress and Optimize Threejs 3D .glb Files by 99% using DracoDecoder and DracoLoader.
Переглядів 2252 місяці тому
Compress and Optimize Threejs 3D .glb Files by 99% using DracoDecoder and DracoLoader.
Advanced WordPress #26 - WordFence login Security.
Переглядів 312 місяці тому
Advanced WordPress #26 - WordFence login Security.
The Reality of 3D Web Development ( WebGL , WebGPU , Threejs and Bablyonjs).
Переглядів 8232 місяці тому
The Reality of 3D Web Development ( WebGL , WebGPU , Threejs and Bablyonjs).
5 New UI/UX Libraries & ReUsable Components For React and NextJS 2024.
Переглядів 3872 місяці тому
5 New UI/UX Libraries & ReUsable Components For React and NextJS 2024.
Advanced WordPress #25 - Smart Slider and & Download Slider Revolution Free.
Переглядів 1553 місяці тому
Advanced WordPress #25 - Smart Slider and & Download Slider Revolution Free.
Advanced WordPress #24 - Three Press Plugin (3D Three.js)
Переглядів 4023 місяці тому
Advanced WordPress #24 - Three Press Plugin (3D Three.js)
Advanced WordPress #23 - Envato Theme Checker Plugin.
Переглядів 393 місяці тому
Advanced WordPress #23 - Envato Theme Checker Plugin.
Turn your old Laptop/PC Into a network firewall between PC & Router.
Переглядів 1,1 тис.3 місяці тому
Turn your old Laptop/PC Into a network firewall between PC & Router.
Advanced WordPress #22 - Unit Theme Tests & Theme Checker Plugin.
Переглядів 623 місяці тому
Advanced WordPress #22 - Unit Theme Tests & Theme Checker Plugin.
Advanced WordPress #21 - Import / Export Patterns as .json files.
Переглядів 1253 місяці тому
Advanced WordPress #21 - Import / Export Patterns as .json files.
Advanced WordPress #20 - Why Use Patterns and when to use template-parts.
Переглядів 533 місяці тому
Advanced WordPress #20 - Why Use Patterns and when to use template-parts.
What is DAN ? & Misuse Cases of LLMS.
Переглядів 983 місяці тому
What is DAN ? & Misuse Cases of LLMS.

КОМЕНТАРІ

  • @danylsonpimentel4900
    @danylsonpimentel4900 8 днів тому

    HI CAN YOU TELL ME HOW CAN I BYPASS A WAITING ROOM OF A WEBSITE

    • @andgoedu
      @andgoedu 8 днів тому

      @danylsonpimentel4900 Hi, there do you mean Bypassing CLOUDFLARE Waiting Room Rules?

  • @mahdikh276
    @mahdikh276 25 днів тому

    That's great bro 🎉❤

    • @andgoedu
      @andgoedu 25 днів тому

      @mahdikh276 Glad i can help 💛

  • @Traveltoppereu
    @Traveltoppereu 28 днів тому

    On my website, which has been translated into five languages ​​with Polylang, all pages except Dutch suddenly show a 404 error message. I tried to solve this with a 301 but it doesn't help. I read that debugging would help but I have no knowledge of how to do that. Greetings from Eddy

    • @andgoedu
      @andgoedu 28 днів тому

      @@Traveltoppereu Hi Eddy, Kind greetings to you initally, please try this , Search for How To Resolve The 404 Error In WordPress 6.4 With PolyLang November 13, 2023 by Jiří Vaněk 1 Try clearing cache 2 Try resetting permalinks, & let me know How this worked for you, 3 try to just refresh the perma links but chosing another format save it and revert back and save again

    • @andgoedu
      @andgoedu 28 днів тому

      Hi Eddy, has it worked for you or Would you like me to help you debug this?

    • @Traveltoppereu
      @Traveltoppereu 28 днів тому

      @@andgoedu Yes it works but I have do it with the WP_Debugger plugin. Many thanks for the tips. Greetings from Eddy

    • @andgoedu
      @andgoedu 28 днів тому

      @@Traveltoppereu Greetings aswell Glad i could help,wishing you great luck on your projects.

  • @andgoedu
    @andgoedu Місяць тому

    Typo at line 47 : it should be deactivate_custom_gallery_plugin.

  • @sarioronan985
    @sarioronan985 2 місяці тому

    Nice

  • @andgoedu
    @andgoedu 2 місяці тому

    This Has Been Updated to Utilize the WordPress Editor. make.wordpress.org/design/handbook/design-guide/foundations/colors/ wordpress.com/support/custom-colors/#theme-colors

  • @dauvidel
    @dauvidel 3 місяці тому

    Cool. I actually have a laptop with a bad screen that this will be perfect for. Thank you.

    • @andgoedu
      @andgoedu 3 місяці тому

      Most welcome bro.

  • @slempens
    @slempens 4 місяці тому

    Thank you ❤

    • @andgoedu
      @andgoedu 4 місяці тому

      Your most welcome man , i am honored to showcase your beautiful work, and i hope more people see it ,as always good luck and Stay awesome .

    • @slempens
      @slempens 4 місяці тому

      Thank you so much@@andgoedu

    • @andgoedu
      @andgoedu 4 місяці тому

      Your Most Welcome 💛💛💛@@slempens

  • @user-wk4yn3vx4f
    @user-wk4yn3vx4f 5 місяців тому

    but where is the localhost view etc i get to the last part too but what after ?

    • @andgoedu
      @andgoedu 4 місяці тому

      This video was just an introduction to it bun.sh/guides/ecosystem/vite if you want the full tutorial here it is vitejs.dev/guide/

  • @programmingholic
    @programmingholic 5 місяців тому

    bro it's looking difficult to me, beacuse i don't about them.

    • @andgoedu
      @andgoedu 4 місяці тому

      I apologize if anything seems too much , what you would you like to understand and i can explain mate.

  • @programmingholic
    @programmingholic 5 місяців тому

    do i need to install it ? it is necessary ?

    • @andgoedu
      @andgoedu 5 місяців тому

      Nope not necessary bro, i utilize metaspoitable 3 in the tutorials and dvwa metaspoitable2 is great for beginners if youd like to explore

    • @programmingholic
      @programmingholic 5 місяців тому

      @@andgoedu for what we use, i am tottaly new into , i don't know about penitation hacking etc.

    • @andgoedu
      @andgoedu 5 місяців тому

      @@programmingholic docs.rapid7.com/metasploit/metasploitable-2/ Basic Network commands, Protocols, Basic vulnerabilties in a computer and much more.

    • @andgoedu
      @andgoedu 5 місяців тому

      Would you like a simpler playlist maybe from scratch?

  • @programmingholic
    @programmingholic 5 місяців тому

    i am using virtual box

    • @andgoedu
      @andgoedu 5 місяців тому

      You can use virtualbox i use it throughout the tutorials it just a personal preference. 🎉

    • @programmingholic
      @programmingholic 5 місяців тому

      @@andgoedu okay

  • @programmingholic
    @programmingholic 5 місяців тому

    Thanks for sharig. Installed and follwoing.

    • @andgoedu
      @andgoedu 4 місяці тому

      Awesome, thank you!

  • @programmingholic
    @programmingholic 5 місяців тому

    Thanks for sharing bro.

    • @andgoedu
      @andgoedu 5 місяців тому

      No problem let me know if you have any questions or recommendations your feedback matters to me and good luck coding mate , stay awesome.👍👍👍

    • @programmingholic
      @programmingholic 5 місяців тому

      @@andgoedu sure bro i have started web peniratrion series, so i can learn more in depth.

    • @andgoedu
      @andgoedu 5 місяців тому

      @@programmingholic Good luck with that and let me know how it goes if you have any recommendations for the channel .

    • @programmingholic
      @programmingholic 5 місяців тому

      sure bro@@andgoedu

  • @programmingholic
    @programmingholic 5 місяців тому

    bro when i type gulp command it opens link in browser but that links showes this error and here is link :""localhost:3000/wordpress"" "Not Found The requested URL was not found on this server. Apache/2.4.56 (Win64) OpenSSL/1.1.1t PHP/8.2.4 Server at localhost Port 80""

  • @programmingholic
    @programmingholic 5 місяців тому

    THanks for sharing.

    • @andgoedu
      @andgoedu 5 місяців тому

      No problems mate if you have any issues let me know

    • @andgoedu
      @andgoedu 5 місяців тому

      You mentioned you had an error but the comment was removed was it fixed ? let me know what issues you were experiencing i am more than happy to help.

    • @programmingholic
      @programmingholic 5 місяців тому

      yes i have problem kindly check ""bro when i type gulp command it opens link in browser but that links showes this error and here is link :""localhost:3000/wordpress"" "Not Found The requested URL was not found on this server. Apache/2.4.56 (Win64) OpenSSL/1.1.1t PHP/8.2.4 Server at localhost Port 80""@@andgoedu

  • @programmingholic
    @programmingholic 5 місяців тому

    Thanks for Sharing.

    • @andgoedu
      @andgoedu 5 місяців тому

      Always glad to help.

  • @programmingholic
    @programmingholic 5 місяців тому

    Thanks bro i'ts easy to follow

    • @andgoedu
      @andgoedu 5 місяців тому

      Your most welcome, i hope i deliver quality content for you guys.

  • @programmingholic
    @programmingholic 5 місяців тому

    Thanks bro fot his Series. Starting today

    • @andgoedu
      @andgoedu 5 місяців тому

      Good luck!

  • @programmingholic
    @programmingholic 5 місяців тому

    Thanks for starting this series.

    • @andgoedu
      @andgoedu 5 місяців тому

      My pleasure!

  • @Free.Education786
    @Free.Education786 6 місяців тому

    Please, if possible, cover these advanced topics like How to bypass Drupal CMS or other secured CMS? How to bypass HARD WAF protection that stops HTML, SQL, and XSS injection payloads? Payload single-double-triple encoding using Cyber-Chef? How to find the real origin IP of secured websites behind Cloudflare, Akamai, ModSecurity, AWS CDN, etc.,? How to bypass Hard WAF using SQLMAP or Burpsuite? How to find hidden vulnerable parameters and endpoints inside the .js and .jason files? How to find hidden admin pages, cPanel pages, and WHM pages ? Please cover these important topics. Thanks

    • @andgoedu
      @andgoedu 6 місяців тому

      Check out the word press scanner video it explains how you can acess a word press website using that scanner, also for the topics you talked about are awesome but they all need time and practice To make sure i produce more quality and more informative videos, so thanks for the feed back and will definetly take everything you said in consideration

    • @andgoedu
      @andgoedu 6 місяців тому

      Also Bro for Checking , the Actual IP of a Cloud flare website you can check these securitytrails.com/ search.censys.io/ these are basically search engines that search the history of the dns of the website and gets the actual websites ip. try the security trails one on something like overthewire.org/ which is legal to test .

    • @andgoedu
      @andgoedu 6 місяців тому

      i am making a video about that aswell ill let you know when its uploaded

  • @Free.Education786
    @Free.Education786 6 місяців тому

    Please make beginner to advance level practical live website hacking, live website bug hunting, live website penetration testing, live website exploitation content video series... 🙏 😊 💯✌❤💚💙💜😍😘🤝

    • @andgoedu
      @andgoedu 6 місяців тому

      Well thats fine bro , but the reasons i do recording instead of live are 2 things , mygraphics card is dead i dont think streaming would be great plus internet connection here where i live , 2nd of all i want this as a reference channel not to just gather views , but ill try to setup something live so you can get a grasp of actually doing something live

  • @iangetange743
    @iangetange743 6 місяців тому

    Video, audio, content. Everything is good

    • @andgoedu
      @andgoedu 6 місяців тому

      Thanks Alot man your feed back means the World To me enjoy and if you have any requests for a video please let me know

  • @andgoedu
    @andgoedu 6 місяців тому

    Thank you so much for the feed back, Guys i didnt know the audio was that Bad, Stay turned for more update When i change the microphone

    • @andgoedu
      @andgoedu 6 місяців тому

      Its just seems that my fan was the loud noise behind all of this please check my next video and tell me if the quality is good there, your feed back matters To me

  • @abvmoose87
    @abvmoose87 6 місяців тому

    great audio, this brings back memories

    • @andgoedu
      @andgoedu 6 місяців тому

      😂, Glad you enjoyed it Its just seems that my fan was the loud noise behind all of this please check my next video and tell me if the quality is good there, your feed back matters To me

  • @cdenver
    @cdenver 6 місяців тому

    Dude, your audio isnt just suffering from noise. Using Krisp is actually making it sound like you have a cloth over your mouth as you speak. Volume is extremely low and slightly muffled. Like a long distance phone call in the 80s

    • @0ffd
      @0ffd 6 місяців тому

      6:45

    • @andgoedu
      @andgoedu 6 місяців тому

      Havent really noticed it was that Bad i ll Try To get a new mic a i apologize for the issue experienced.

    • @andgoedu
      @andgoedu 6 місяців тому

      Its just seems that my fan was the loud noise behind all of this please check my next video and tell me if the quality is good there, your feed back matters To me

  • @iangetange743
    @iangetange743 6 місяців тому

    Is there someting wrong with the audio?

    • @andgoedu
      @andgoedu 6 місяців тому

      i have an issue with my microphone so i use krisp.ai To use noise cancellation

    • @andgoedu
      @andgoedu 6 місяців тому

      Its just seems that my fan was the loud noise behind all of this please check my next video and tell me if the quality is good there, your feed back matters To me

  • @lazara6150
    @lazara6150 6 місяців тому

    Thank you so much brother iam waiting for next video please upload Next videos series On networking

    • @andgoedu
      @andgoedu 6 місяців тому

      Will do, so sir i am just adapting content To make it as short and as simple and possible, thank you so much for your comments it means alot

  • @josem3933
    @josem3933 9 місяців тому

    Thank you for these

    • @andgoedu
      @andgoedu 8 місяців тому

      Your most welcome My friend.

  • @bradleyrutherford6905
    @bradleyrutherford6905 10 місяців тому

    *promosm* 🤘

  • @ontanicolae1794
    @ontanicolae1794 11 місяців тому

    wordpress cant connect to the database

    • @andgoedu
      @andgoedu 6 місяців тому

      Whats the error infront of you?

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

    ♥️♥️♥️

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

    Hello, just came across this channel. I must say that you got good content but it's not content i can stand to watch like for hours due to how you presenting it. I'm not hating but try to get a more exciting way to deliver your content and please be audible enough. Other than that, great work.

    • @andgoedu
      @andgoedu 4 місяці тому

      Great comment , i had to reply to tell you that constructive criticism helps me build my channel so thank you mate.

  • @prominds-sinke
    @prominds-sinke Рік тому

    Little zoom in to see what you are writing could be needed.

    • @andgoedu
      @andgoedu 4 місяці тому

      Yes , Thank you i have updated my new videos now accordingly.

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

    How can I get the project code

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

      github.com/omarashzeinhom/reactjs-sanity-and-mdbootstrap-fullstack-gym-with-stripe-links

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

    Thanks very usefull, please can you give me the name of the AI to improve the microphone because I forgot it

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

    Understand channel, jeep up the great work

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

    No working for me. Open a list of Index.php License.txt Readme Wp-activate php And all folders

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

      What happened?

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

      @@andgoedu Hey man, I did it again and it works

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

      @@lowlevel_official Great to hear that 😄, Good luck on your development process

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

    If any one is wondering about why it isn't Displaying the footer correctly i fixed it by changing it to: wp_nav_menu(array( 'theme_location' => Andgo-bot-footer', 'container_class' => 'custom-menu-class', 'menu_id' => 'bottom-nav-menu', 'menu_class' => 'bottom-nav-bar', )); and for the header menu: wp_nav_menu(array( 'theme_location' => Andgo-top-nav', 'container_class' => 'custom-menu-class', 'menu_id' => 'top-nav-menu', 'menu_class' => 'top-nav-bar', ));

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

    thank you dear

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

    Can you make a theme from empty for us in single video??

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

      Definitely unfortunately due to my military obligation i can barely make time to make short videos , i can make short videos and compile them as 1 one video , however i ll try my best to do so you can also check other videos online regarding the subject for the new as a 1 time long video , for now keep coding and good luck mate!

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

    thanks for amazing tutorial.........

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

      Your most welcome , i am open to any new ideas , the subscribers want to see let me know in the comments ! <3.

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

      @@andgoedu its not working for me this method i was very excited to follow the rest of the tutorial but when you introduced github i cant follow

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

      @@felloussamir9141 its just a backup of the project its not a tutorial for git hub . however your comment is appreciated

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

    why not use yarn v2

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

      haven't tried it yet mate , actually really good advice will try to do so!

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

    Hi, how can I make GitHub portfolio and add the course into the portfolio, thanks

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

      1. Go To www.github.com 2. Signup 3. Create a New Repository 4. Upload Files manually 2nd Option upload projects using git commands 1.Download git-scm.com/ 2.open up a terminal in vscode or windows 3. inside your project run theses commands example echo "# test" >> README.md git init git add README.md git commit -m "first commit" git branch -M main git remote add origin github.com/omarashzeinhom/test.git git push -u origin main NOTE: the origin link is the repository original link

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

      Examples from my videos ua-cam.com/video/1LuPY_g-ywQ/v-deo.html ua-cam.com/video/WLKyn4y5esI/v-deo.html

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

      Thanks a lot man

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

      @@Dream4514 Np at all let me know if you need anymore questions mate and as always keep coding 💚💚💚

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

    i'm curious , if sass files will be included in this tutorial, u know sass it's make css very easily and simple.

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

      yes i am going to add sass utilizing laravel mix which is going to be compiled to css ln video 21 if you want to start using sass check my video or check the laravel mix docs how to implement into a word press theme , 🥰🥰

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

      ​@@andgoedu i'm developer using a lot language , but i want go into wordpress. i try to figure out how to implement my skill in wordpress.

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

      ​@@andgoedu can i get your social media account for contact?

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

      @@abdelbassetbelaid70 wordpress can be used with your skill set right now its basically based on php but i has its own built functions so you basically learn what these built in functions do and combine them with pure php , html , css3 and js

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

      @@abdelbassetbelaid70 i dont have any social media unfortunately but you can contact me on email on my website and ill send you my number there since i cant share it here , Here is my personal website just contact me please in the contact form . omarashrafzeinhomportfolio.netlify.app/

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

    keep going

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

      did it work ? your feedback is very important!

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

      😀❤❤

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

      @@andgoedu yeah, it's work as fine after fork files from github commit, thank you for let back up.

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

    I love your videos! Thank you very much!

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

      Dude thank you so much , for that means alot to me please let me know if you have any special requests i would post a video for it.

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

    keep going dude! عجبني اسم القناة والله

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

      Thanks Alot Man <3 means alot and let me know if i could help with anything related to wordpress or js.

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

    Thanks! Very good!

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

    Thanks!

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

      No problemo mate thanks for the comment and like