Part 42 - WordPress Theme Development - Create a Custom Post Navigation

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ธ.ค. 2024

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

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

    Always a pleasure to see the ease and clean structure you manage to use!
    2 valuable lessons in 1 tutorial! GREAT!

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

      Thank you so much

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

    Hi alecadd, hope you are fine, one thing which i feel we missed is how to show shortcode above wp-editor with options we have so that the shortcode is automatically build for the user, thanks hopefully see your reply asap.

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

      I'll consider making a video about it in the currently ongoing plugin series. Cheers

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

      Cheers big brother..

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

    Now it's easy to put next post & previous post link on blog page, thanks boss.
    But how can I use this way for custom post type? Please advise.

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

      This code should work also for Custom Post Type. Are you having some particular issue with it?

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

      Noted with thanks. Also, no particular problem with it....

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

    Hi, great content. I subscrive. How can I download the full code, please?

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

    Just one minute ago uploaded and I comment on it now. LOL

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

      You're the boss :P

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

      You're the one. :D keep creating these kinda amazing stuff for us. :P

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

    Loving the series but once again having come to it late Bootstrap has moved on a bit.
    The code in the video does not work unless the popper.js is included.
    Within function sunset_load_scripts() the line:
    wp_enqueue_script('popper',get_template_directory_uri().'/js/popper.min.js', array('jquery'), '4.1.3', true);
    is needed BEFORE the bootstrap script is enqueued. Hope this helps others.
    Popper.js in a minified version is available cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js

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

      Thanks

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

      Thanks this would have been good to know a lot earlier.