ProjectCleverWeb / Semantic-UI-WordPress

This project incorporates Semantic UI into a starter (aka developer) theme for WordPress.
Other
275 stars 59 forks source link

Search into the header #10

Closed aosipov closed 10 years ago

aosipov commented 10 years ago

Hello Nicholas Love your Semantic UI for Wordpress! Great Job! Is there anyway to add search to the header? Sorry i am currently in learning curve:) Another question: is this wordpress framework base is totally custom or you based on something? I just want to learn about it a bit. Seems like little different from other frameworks. Thanks man

ProjectCleverWeb commented 10 years ago

Thanks, there are a few ways you can add a search bar to the header.

To answer your other question, this theme was built totally from scratch. It is specifically designed to avoid redundant code, while not making everything completely over complicated. However, some things in the theme are inspired by other themes (and a few plugins) for WordPress; most notably Underscores and Bones. Each of these inspired ideas, was rewritten (in some cases completely redesigned) to work within this theme.

That being said, if you have a fair grasp on PHP, and read all the comments in /includes/theme.class.php, you will have a very good idea of how the theme generates each page. If you read all the comments in /includes/wp_integrations.class.php you will have a fair understanding of how things are integrated into WordPress.

I made a point to add comments throughout the theme so that the learning curve for it wouldn't be so bad, and to help avoid confusion. Beyond that, if you ever need any help, please let me know by opening up another issue on Github. I am always glad to help.

Cheers! -Nick

aosipov commented 10 years ago

Thank you Nick so much I will try to integrate get_search_form() in the header. This is very helpful!

The same time i want to try to implement menu button on the right for responsive navigation (similar to bootstrap)

Thanks again!

Alex

ProjectCleverWeb commented 10 years ago

No problem and good luck!