hamidelgendy
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: Is there any way to get posts that doesn’t have comments yet?I’m trying to create a development for questions and answers like yahoo answers or answerbag and i want to view in each category some questions doesn’t have answers yet or (posts doesn’t have comments yet)
Forum: Plugins
In reply to: star plugin giving me datatype errorsI have the same problem, and i have tried a lot things to fix it but i couldn’t fix that problem.
I tried the plugin with wp 2.7 and 2.8 and the problem still there.I only installed the plugin and then active it with the original them of wordpress and also the problem still exist.
Forum: Your WordPress
In reply to: New in arabic, wordpress as CMSYes its only for people who speaking Arabic only but that just for a while and im planing to made it in English too but its need much work. but what do you mean by Color scheme a bit weak, u mean that i do not use much colors?
Forum: Fixing WordPress
In reply to: single.php and CategoriesThat should be work fine
<?php $post = $wp_query->post; if ( in_category('5') ) { include(TEMPLATEPATH . '/single2.php'); }elseif ( in_category('3') ) { include(TEMPLATEPATH . '/single1.php'); } else { include(TEMPLATEPATH . '/single.php'); } ?>
Viewing 4 replies - 1 through 4 (of 4 total)