Custom Search  - WordPress Theme Development From Scratch (18)

Custom Search - WordPress Theme Development From Scratch (18)

Mr Digital

4 года назад

18,150 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Kourtney Queeley
Kourtney Queeley - 29.04.2023 15:23

Can something like this work if I am using a theme such as Astra? If it does, would the files need to be placed in a child theme?

Ответить
Alex M.
Alex M. - 04.04.2023 08:42

Just a heads up to anyone else coding along, I believe you should have <?php elseif(!isset($_GET['price_below']) && $i == 200000):?> as the condition to set the default top price as 200,000. Without the !isset I was having an issue where, upon loading the search results, the top price would reset to the max. The results were displayed correctly and the url showed the query was using the max price that I entered, but upon displaying the results the selection would change to 200,000. By adding !isset the max price would only be 200,000 by default, but would otherwise remain as what the user selects. Thanks for the excellent series Mr. Digital!

Ответить
Mauricio Jesus da Costa
Mauricio Jesus da Costa - 22.12.2022 23:52

Man I LOVE YOU, the way you teach. Make me understand how it works.
I have great difficulty with programming. Even the basic. And seeing it work, I have no words to thank you. So hold my Like and subscription.
Do not stop. I need more of this.

Greetings from Brazil

Ответить
Johnny Smythe
Johnny Smythe - 14.11.2022 12:09

You're the king man. Helped me out endlessly in my new workplace.

Ответить
Elvis Moises
Elvis Moises - 29.03.2022 03:12

thanks, it help me so much.

Ответить
The Man
The Man - 03.03.2022 17:17

Your typing speed and instant trouble shooting is a proof of the crazy amount of years you have spent working on WP. Thanks for sharing the knowledge, Sean. :)

Ответить
KayDrum
KayDrum - 01.02.2022 12:18

You're making really awesome videos and learned a lot !! I appreciate your efforts.Thank you!

Ответить
Giovanni Puocci Composer
Giovanni Puocci Composer - 24.01.2022 21:41

AMAZING!!! Thank you very much!

Ответить
The Art of Code
The Art of Code - 15.12.2021 02:00

How can to style the widget sidebar?

Ответить
Dũng Đào
Dũng Đào - 31.07.2021 18:14

Nice tutorial, thank you!

Ответить
Francisco Gallardo
Francisco Gallardo - 18.07.2021 00:11

if you're using bootstrap 5 replace "form-control" with "form-select" line 40, in order to view the arrow on the dropdown list

Ответить
Lakshitha Dias
Lakshitha Dias - 04.06.2021 11:15

Dear Sir, your tutorial series is simply outstanding. The WordPress theme development series helped me a lot in getting started with WP theme development. But I see you have missed a very important section, which is "theme customizer API". Could you please add a tutorial of theme customizer API as well.

Ответить
Muhammad Usman Akram
Muhammad Usman Akram - 03.05.2021 11:45

Can you tell how to make custom filter of woocomerce attributes. Like Filter Products by Color, Filter Products by Size, Filter Products by Brands. Please help.

Ответить
Rafael Fernando
Rafael Fernando - 09.04.2021 17:25

Great tutorial, Congratulations!
I'm doing a search page where it contains the following form fields (keyword, type, year).
I followed your steps to make the pagination, but it didn't work, when you click to go to the next page, or in some number, it goes to the page not found (404). Could you help me, please?

Ответить
An Ly Trinh
An Ly Trinh - 22.03.2021 12:04

can you creat live search for products?

Ответить
Billy Best
Billy Best - 28.02.2021 06:28

dude your the bomb. Thx for these resources

Ответить
Adriano Souza
Adriano Souza - 03.02.2021 22:21

Great tutorial! The best ever! Please don't stop this tutorial! Did you will teach how to create a theme options panel? Or recommend some tutorial?

Ответить
Imran Khan
Imran Khan - 01.02.2021 18:33

Hello Sir.
Sir Can you please make a small video on "WordPress thumbnail image which must open in new theme file" not in a black page. Thank you

Ответить
Annie Trinh
Annie Trinh - 23.01.2021 18:29

Can you creat live search bar with images thumbnail results? Using JQuery Ajax.... please!!!!!

Ответить
Xl S
Xl S - 11.01.2021 02:32

Great work! Thank you very much, Mr Digital. It is so useful. I learned a lot from your videos. One question though, if I want my clients to use Car Taxonomy to add their cars, how to do that? Or you have had a video about that topic? Thank you very much.

Ответить
flavourdata poto
flavourdata poto - 15.12.2020 04:59

thanks bang
ini sangat bagus

Ответить
vitu ghost
vitu ghost - 29.11.2020 18:21

So tough for me this tutorial , I totally messed up after 25minutes

Ответить
Hello BraunDesign
Hello BraunDesign - 21.11.2020 17:04

Hi Mr. Digital, how can I contact you? I would need to make a page in eShop where I can vary products that are in eShop / HTML / CSS / JawaScript. well thank you

Ответить
Matin B.
Matin B. - 28.10.2020 21:57

So many thanks to you! Your videos are all useful and they've helped me a lot in this way.

Ответить
kh
kh - 16.10.2020 09:18

Perfect, Perfect!

Ответить
T3n Tube
T3n Tube - 24.09.2020 21:47

you are a life saver I watched all the course and everything make sense for me now ... thank y so much

Ответить
Events4Trade Ltd.
Events4Trade Ltd. - 15.08.2020 14:20

As always, thank you for these great tutorials! Quick question...how would you add an ACF Select Type in a custom search - rather than a site's taxonomy?

Ответить
Csisz_Zsolt
Csisz_Zsolt - 14.08.2020 16:53

Thank you for your effort Mr. Digital!

Ответить
Omid Cubie
Omid Cubie - 11.08.2020 01:28

Hi Sean, Really thanks for your Tutorial, I am building my own template from scratches but I have faced a serious problem right now! Could you please guide me? As I'm Persian, I need to consider right to left alignments and etc... as far as I know I should create rtl.css file in mytheme folder , and should put my styles there, and I inspect the element in the page (for example I know that I should add "align="right"" to this tag <div class="container" > </div>,,,, but I. really confused how it is done in css files? what should I do and write in rtl.css that triggers that specific tag?

Ответить
Volodymyr S
Volodymyr S - 29.07.2020 15:48

Once again, your lessons is saving me Sean :)
Thanks alot

Ответить
Mike Peter
Mike Peter - 25.07.2020 15:58

Great tutorial series!. Can we use Elementor plugin for our pages and to leave our main header with menu customized to show on every elementor page?

Ответить
a ogunnaike
a ogunnaike - 06.07.2020 03:26

Great job boss, I have a quick question, can I had a custom form to send information to an API and afterwards redirect to an online payment page which will also be sent to the same API or there is a plugin responsible for that?

Ответить
Omid Cubie
Omid Cubie - 19.06.2020 08:59

Really thank you for all of these tutorials and also paying attention to my comment on your first search tutorial to make an advanced search form....really thank you ,,, cheers

Ответить
Curtis Williams
Curtis Williams - 15.06.2020 22:21

Hey, have you done a episode on creating a feed of custom post types to display within a page such as a news feed on the homepage?

Ответить
Gonzalo Corchon
Gonzalo Corchon - 27.05.2020 13:59

Thank you for your tutorials, they're really usefull. Are there any chances to make use of MySql Full Text Indexes to create a really advanced search?

Ответить
Kandu Films
Kandu Films - 26.05.2020 22:49

I have yet to see how you finalize our theme, can you show how to upload it and validate it, how exactly do you do that?

Ответить
Hoang Vu
Hoang Vu - 23.05.2020 05:19

Great video series! thanks a lot!

Ответить
Claudio Venegas
Claudio Venegas - 13.05.2020 10:23

By far the best tutorial series about wordpress, whenever I see other wordpress tutorials I get stuck in something but in this series you answer every question, thanks for your work!

Ответить
d papa
d papa - 10.05.2020 06:28

Hey dude, thanks for the info. Great stuff. Is there any chance you could explain how to create a custom one page theme? I'm tearing my hair out finding info on it (I do NOT want to use an existing theme). I'm making a web-page scrolling responsive word-press site for a mate of mine, using an existing one page theme, but I want to ratchet down all the stuff as it's super simple, and i would like to know how all the nuts and bolts fit together.

Ответить
Carlin Grieve
Carlin Grieve - 09.05.2020 08:47

These tutorials have easily been the best for Wordpress theme development!
If you are looking for more ideas (without plugins):
*How to implement a video background as part of your theme for the front page
*How to display the latest/featured custom post
*How to implement custom URL clicking for a standard custom post image.

Ответить
Md. Abul Kalam Azad
Md. Abul Kalam Azad - 06.05.2020 01:40

Great tutor really.

Ответить
Efosa Igbinehi
Efosa Igbinehi - 04.05.2020 17:29

This is great man, would you please do a live search and filter without page refresh?

Ответить
Srđan Ćurić
Srđan Ćurić - 04.05.2020 02:39

Hi Mr. Digital one more awsome video! GREAT GREAT GREAT! If i could make a couple of recommendations for the next one? :) Can you add some type of advance search. Maybe you can add in ACF some checkboxes for cars like 5 doors, diesel or gas, and etc and that will be tags or terms and on search form you can add link advance search which opens cleared checkboxes with these options... THANKS!

Ответить
Muhammad Adnan
Muhammad Adnan - 01.05.2020 21:07

all good but price range should be <input type="range"> instead of two separate boxes ?

Ответить
Maɪkəl
Maɪkəl - 01.05.2020 16:48

Meicel again here :)
Can you tell me, how you would a numeric value like 999999 to make "unlimited" in the select form? For my hosting website most of them offer E-Mail webspace between a few GB and 100GB. But others offer "unlimited" E-Mail Webspace, so it would be cool to know, how I implement that in for example 10GB steps until 100GB and the next step would be "unlimited" which is 999999 as value.

Ответить
taktitakti
taktitakti - 01.05.2020 11:46

thank you very much for sharing such a great content. Just wanted to buy searchwp plugin. But now i dont need it through your tutorial

Ответить
Bigo Booking Travel
Bigo Booking Travel - 01.05.2020 10:03

It is not ugly, It is the useful video with a good knowledges.

Ответить