WordPress "About the Author" Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ก.ย. 2024
  • Join my full premium WordPress course learnwebcode.t...
    Learn how to create your own custom "About the Author" box.
    Link to download .zip of theme files as shown in this video (note: this is not a "complete" WordPress theme yet and this download is only intended for educational purposes to dissect and review):
    learnwebcode.co...
    To view a complete list of the WordPress lessons in sequential order visit:
    learnwebcode.co...
    Add me on Twitter for webDev updates and cat pics: / learnwebcode

ความคิดเห็น • 66

  • @jessmanchu9294
    @jessmanchu9294 8 ปีที่แล้ว +1

    Brad you are seriously underappreciated. I've been following your Wordpress series since the very start and they are by far the best videos about Wordpress on TH-cam. You've got a gift for teaching and it is amazing you're back on TH-cam making these tutorials.

  • @aschopenhauer4476
    @aschopenhauer4476 7 ปีที่แล้ว +6

    If anyone wants to create a content-single.php file, you can start by copying everything in content.php and pasting it in the new content-single.php file. You will additionally need to call the content-single.php template from single.php. This can be done by changing the get_template_part('content', get_post_format()) statement in the single.php file to get_template_part('content', 'single'). At this point you can follow the video and start adding the 'author' code to the content-single.php file just as it is shown in the video.

    • @jackspencer8290
      @jackspencer8290 7 ปีที่แล้ว +1

      Thank you for posting this. I was wondering how to get here.

    • @vecseiszilveszter4672
      @vecseiszilveszter4672 6 ปีที่แล้ว +1

      thank you

    • @codingtime_
      @codingtime_ ปีที่แล้ว

      Thank you soooooooooo very much!!~🙏🙏

  • @buzea.v.bogdan
    @buzea.v.bogdan 8 ปีที่แล้ว

    Hello! I just discovered your channel and I have to say, you are the best. I'm so exciting about learning wordpress + php (i just learned HTML + CSS) and you are the only one who know how to explain to a beginner in this subject. When the morning starts, I'm going to play your videos and starting my first wordpress theme. Thank you so much!

    • @LearnWebCode
      @LearnWebCode  8 ปีที่แล้ว

      Hey, thanks so much for the kind message! Glad to hear the videos are helpful and have fun building :)

  • @omikabira
    @omikabira 7 ปีที่แล้ว

    I had no single idea about wordpress theme development but by using your tutorials i can develop a theme now.. thanxx alottt .. :) please make videos for plugins also..

  • @mikepaulin9109
    @mikepaulin9109 7 ปีที่แล้ว +2

    Love these tutorials! Could you also teach how to add a custom logo to a theme so it can be easily changed from the customize admin?

  • @alam-talash
    @alam-talash 7 ปีที่แล้ว

    You are the master, simply bravo. keep posting new videos. I have gone to all series of your tutorials and they are very helpful.

  • @markanthonydelossantos6147
    @markanthonydelossantos6147 5 ปีที่แล้ว

    this is a great tutorial, simple and clear than the book i bought

  • @Kwisatsoundman
    @Kwisatsoundman 8 ปีที่แล้ว

    Really great learning experience, because everything you type actually makes sense for the viewer as you type it!
    This is nice to not have to rely on a third-party "Author plugin"! Plus, we can customize the look and feel of the Author section exactly the way we want.
    Maybe the next step would be to embed this functionnality in our own plugin (including the conditional display), so that we can activate and deactivate this feature with the click of a button, depending on the needs of the client?

    • @LearnWebCode
      @LearnWebCode  8 ปีที่แล้ว +1

      I think that's a great idea! Adding the option to enable/disable the "About the Author" box would bring everything full circle.

    • @khinzaw8065
      @khinzaw8065 5 ปีที่แล้ว

      @@LearnWebCode
      Could your give me your this theme

    • @khinzaw8065
      @khinzaw8065 5 ปีที่แล้ว

      I can work step by step but color picker is not work so I ...................

  • @melody8468
    @melody8468 6 ปีที่แล้ว

    For those of you also having trouble wrapping your parent div (.about-author) around the child divs (.about-author-image and .about-author-text), and you notice your text box is floating off outside of the parent div, try adding the property overflow with the value hidden in your .about-author parent div in style.css:
    .about-author {
    background-color: #ededed;
    padding: 20px;
    overflow: hidden;
    }
    That should fix the problem. The old solution used to be clear: both (which is called by the clearfix class that LearningWordPress uses) but the new solution is overflow:hidden.

  • @legend6125
    @legend6125 2 ปีที่แล้ว

    I love you man, damn good teacher too! Where have you been all my life??? lol

  • @maminulhoque9449
    @maminulhoque9449 6 ปีที่แล้ว

    This series are very understanding and useful tutorial. I like its. Thanks.

  • @naseemsoomro5691
    @naseemsoomro5691 3 ปีที่แล้ว

    great teaching method. love you

  • @pathakharsh78
    @pathakharsh78 8 ปีที่แล้ว +1

    One more great video. Also start some plugin/widgets development series. :)

    • @LearnWebCode
      @LearnWebCode  8 ปีที่แล้ว +2

      Thanks! I've been thinking about a "Create a Simple Plugin" series.

    • @pathakharsh78
      @pathakharsh78 8 ปีที่แล้ว

      Great! Am waiting for it!

  • @mohammadsaati1580
    @mohammadsaati1580 5 ปีที่แล้ว

    This tutorial is very super useful . Thanks so mach

  • @KristinaPopadic
    @KristinaPopadic 7 ปีที่แล้ว +2

    hahahah you really made me laugh with the Kitty's post :D great job on tutorial, thanks! :)

  • @alihussain1974
    @alihussain1974 7 ปีที่แล้ว

    thanks sir today i complete you'r 19 wordpress tutorials, i learn many new things , , , know plz tell me something about plugin creation

  • @jellycoding
    @jellycoding 7 ปีที่แล้ว +1

    Great. However there is a bug in the *Other posts by* section. If you remember you created a post-format called aside. The function of that was to not write a title and if an aside-format post is one of the 3 just the list-bullet show. Yea I know it's not that hard to fix with coding-logic. But I just wanted to tell you.

  • @jackspencer8290
    @jackspencer8290 7 ปีที่แล้ว

    This is an excellent tutorial. Thank you!

  • @hamzamoustapha624
    @hamzamoustapha624 5 ปีที่แล้ว

    Hi! i loved so much your vids you're doing a great job explanations are clear! i have a question pleaz hoW can i do to make a copy of my WordPress template data so that i can send it to someone

  • @husainahmmed9025
    @husainahmmed9025 8 ปีที่แล้ว +6

    Where is the content-single.php file coming from?

    • @MagedYaseen
      @MagedYaseen 7 ปีที่แล้ว +1

      You may use single.php

    • @jaibararia6690
      @jaibararia6690 4 ปีที่แล้ว

      @@MagedYaseen but both are different files

  • @katrinegitz1
    @katrinegitz1 7 ปีที่แล้ว

    Hi Brad, I made it to this tutorial, and now I have another question :) I cannot seem to understand where you create your content-single.php file? As far as I can see it is not the same as the content.php or the single.php. I would love it if you could clear this up? I see I'm not the only one struggling with this question. Thanks again for the awesome videos! :)

  • @AjAllenFijiVacations
    @AjAllenFijiVacations 7 ปีที่แล้ว

    Wow, I just can't grasp how you can know all this stuff, not only remembering all the syntax, but how to implement it. But Im really enjoying the series... wish I had of started with php years ago, instead of persevering with visual studio and asp, this is just so much better and probably easier to understand. Thanks again.
    I'm wondering, is there anywhere online that has a complete list of all the php tags that can be used? Some sort of reference guide as no way can I ever remember things like "get_the_author_meta ('nickname')" and the 10001 other snippets that you have used.

    • @AHRienks
      @AHRienks 7 ปีที่แล้ว

      developer.wordpress.org/reference/

    • @turboromy
      @turboromy 7 ปีที่แล้ว

      Yeah, this is a nice reference... but it's like learning a foreign language only with a dictionary.

  • @smalllight6245
    @smalllight6245 7 ปีที่แล้ว

    Brad everything looks cool with my theme I learned to make themes from your channel but I want to ask how or is it posible to make the opinion post and news post to be chosen from the user in wordpress like if they want a different category instead of opinion and news.I know that you can change them in coding but to change them from wordpress ??

  • @sayedakbarali5650
    @sayedakbarali5650 8 ปีที่แล้ว

    Thank you for updating me

  • @saleheen12
    @saleheen12 5 ปีที่แล้ว

    Thanks a lot

  • @aliceparry9498
    @aliceparry9498 8 ปีที่แล้ว

    Hi, I need a little help with the child menus. I have been looking through the code you give at the end of each lesson and the ones I have checked afterthe lesson on child menu's don't seem to have any code relating to the display of child menus. Did you take it out at some point and I haven't noticed.
    Thanks :)

  • @pushpakumarasubasinghe6548
    @pushpakumarasubasinghe6548 7 ปีที่แล้ว

    Thanks sir for the tutorial...

  • @asifuzzamanbappy1297
    @asifuzzamanbappy1297 4 ปีที่แล้ว

    content-single.php is not taking effect?? What To do, to make it work??!!

  • @eunicejames6501
    @eunicejames6501 7 ปีที่แล้ว

    Awesome work!! keep it up!

  • @zipponvr7043
    @zipponvr7043 5 ปีที่แล้ว

    Very usefull tutorial, thank you :)

  • @FarelForever
    @FarelForever 7 ปีที่แล้ว

    These tutorials certainly taught me a lot, but I'm still not really able to convert a client's website into Wordpress, as he uses a lot of Javascript...

  • @rholave
    @rholave 7 ปีที่แล้ว

    Do you know how to create custom fields for custom posts??

  • @premier69
    @premier69 7 ปีที่แล้ว

    thank you!

  • @isaacomotayobakare2401
    @isaacomotayobakare2401 8 ปีที่แล้ว

    how can i use a video with a blog post instead of an image

  • @nikkozabala
    @nikkozabala 8 ปีที่แล้ว

    hello, where is the content-single coming from? and what is its use?? also what is the difference between content-single vs single.php.. thanks! i watch the entire series but havent seen the content-single created.

    • @jelmerdevries7827
      @jelmerdevries7827 8 ปีที่แล้ว

      I also don't remember creating it. Moreover, just creating it doesn't mean it get applied.......

    • @nikkozabala
      @nikkozabala 8 ปีที่แล้ว

      i tried creating it and do some changes. but nothing happens. so i was really curios what is its used and the difference between then two.

    • @jelmerdevries7827
      @jelmerdevries7827 8 ปีที่แล้ว +1

      After you create it you should call it from content.php
      Basically, this code uses the content-single if no post_format is available

  • @MrHassanJaved
    @MrHassanJaved 7 ปีที่แล้ว

    please make a video for make own new Widget.

  • @talhamikaaiyl5483
    @talhamikaaiyl5483 2 ปีที่แล้ว

    that feeling when you find out at video 19 that your teacher was a cat all along

  • @muntadher9893
    @muntadher9893 8 ปีที่แล้ว +2

    how to use AJAX with Wordpress

    • @LearnWebCode
      @LearnWebCode  8 ปีที่แล้ว +14

      Good idea. I've been thinking about a "Load more posts" link/button that pulls in JSON to load a few additional posts on the fly. Is that similar to what you had in mind?

  • @niruddhaRoy
    @niruddhaRoy 7 ปีที่แล้ว

    you are very very great tutor,i am a very big fan of your chanel,i grasp all of your wordpress video.sir i have an request could you please make some video on wordpess how to create theme options for wordpress.
    Eagerly waiting for your reply...

  • @sujee1981
    @sujee1981 7 ปีที่แล้ว

    Are the codes you created two years ago still valid in PHP 7.1 ?

    • @LearnWebCode
      @LearnWebCode  7 ปีที่แล้ว +1

      Just a few days ago I loaded this theme in a Vagrant box that used PHP 7.0 and I didn't see any problems - although I can't confirm with 100% certainty yet :)

  •  7 ปีที่แล้ว

    Why do not just use a p tag instead of wpautop function?

    • @LearnWebCode
      @LearnWebCode  7 ปีที่แล้ว

      Ha, good question. I think I had tunnel-vision while recording and just didn't think about it - but yep, the "wpautop" function is a better bet here. What's funny is I used that function in the previous video, and then totally forgot about it here :)

    •  7 ปีที่แล้ว +1

      Thank you for answering! And thank you for all your videos! You're an excelent teacher, I'm learning a lot with you. I'm from Brazil, and thanks your clear diction I can understand you very well. Congratulations!

  • @PraveenSisodiyaTech
    @PraveenSisodiyaTech 6 ปีที่แล้ว

    How to get popular posts by the author?

  • @muntadher9893
    @muntadher9893 8 ปีที่แล้ว

    nice

  • @alexanderpadalka5708
    @alexanderpadalka5708 3 ปีที่แล้ว

    🗽🗽🗽

  • @ruipeng1624
    @ruipeng1624 6 ปีที่แล้ว

    Kitty Doe HAHA