lowell123456
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Show first author with major number of postthanks
Forum: Fixing WordPress
In reply to: Show first author with major number of postand withouth plugin?
Forum: Themes and Templates
In reply to: I need a theme for Job boardthanks but can’t help me.
Forum: Themes and Templates
In reply to: I need a theme for Job boardyes i can, only two function will be update, but i don’t know how do it.
Can help me?Forum: Themes and Templates
In reply to: I need a theme for Job boardonly the theme that i have found is Jobpress 1.0 but the website of the developer is not work, and Jobpress 1.0 not work with the 2.7 version of wp.
Any help? ??
Forum: Fixing WordPress
In reply to: wp_dropdown_categories not work on wordpress 2.7Not work with the 2.7 version of wp, only with the 2.6
Forum: Themes and Templates
In reply to: Anyone using the Jobpress theme???hello i have try it with the 2.6 version of WordPress and work correctly.
Not work with the 2.7Forum: Themes and Templates
In reply to: Anyone using the Jobpress theme???can download the them here for try and see the same error:
https://www.live-share.com/files/359052/jobpress_v1.0.zip.htmlForum: Fixing WordPress
In reply to: wp_dropdown_categories not work on wordpress 2.7can download the them here for try and see the same error:
https://www.live-share.com/files/359052/jobpress_v1.0.zip.html
Forum: Themes and Templates
In reply to: Anyone using the Jobpress theme???Hello this theme not work good in Wp 2.7, i have try it and the user that want post a job can’t select the categories type, in the dropdown menù i see only this “0 value=”8 (8 is the number of the categories) any help is nice.!
This is the code:
<label for="postcats">Category:<span>*</span></label> <?php $cats = wp_dropdown_categories('orderby=name&order=ASC&hide_empty=0&echo=0'); $cats = str_replace("\n", "", $cats); $cats = str_replace("\t", "", $cats); $cats = str_replace("<select name='cat' id='cat' class='postform' ><option value=\"", "", $cats); $cats = str_replace("\">", "-", $cats); $cats = str_replace("</option><option value=\"", "_", $cats); $cats = str_replace("</option></select>", "", $cats); echo "<select name=\"postcats\" id=\"postcats\">\n"; $cats = explode("_", $cats); foreach ($cats as $catsss) { $catsss = explode("-", $catsss); $cat_id = $catsss[0]; $cat_name = $catsss[1]; echo "<option value=\"$cat_id\">"; echo $cat_name; echo "</option>\n"; } echo "</select>"; ?>
Forum: Fixing WordPress
In reply to: wp_dropdown_categories not work on wordpress 2.7help please!!!
Forum: Fixing WordPress
In reply to: wp_dropdown_categories not work on wordpress 2.7The problem maybe is setting of my wordpress?? the code maybe is correct!