LiquidCard for WordPress
-
Hello there. I’m about to finish the adaptation of my dotclear theme, LiquidCard, into a WordPress theme. It was really cool to do so, WordPress is such a good cms.
But I’m having some troubles : the search isn’t working?
I have this, in my searchform.php:
<div id="search"><h2><label for="q">Search</label></h2> <form method="get" id="searchform" action="<?php bloginfo('home'); ?>/"> <fieldset><p><input size="10" maxlength="255" id="q" name="q" value="<?php the_search_query(); ?>" type="text"> <input class="submit" value="ok" type="submit"></p></fieldset> </form> </div>
I surely have a lot more issues with this, since I saw a lot of files wich I’m not using o_o … “what this is supposed to do” It would be nice of you to debug it with me ??
You can see this in action here : https://philo-cafe.net
I called this liquid, but’s in fact now elastic, don’t mind that, I want to release this for everyone, like I did for Dotclear ??
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘LiquidCard for WordPress’ is closed to new replies.