chaaban
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Stats – how do I access these?there is no stats 🙂
what you can do :
check your cpanel or admin control panel of the domain name if you have one (awstats …)
download a stat plugin for wordpress (little search on google will do the job)
Forum: Fixing WordPress
In reply to: Recents posts in sidebarthis should work also :
<?php
function get_recent_posts($no_posts = 15, $before = '', $after = '<br>', $show_pass_post = false, $skip_posts = 0) {
global $wpdb, $tableposts;
$request = "SELECT ID, post_title FROM $tableposts WHERE post_status = 'publish' ";
if(!$show_pass_post) { $request .= "AND post_password ='' "; }
$request .= "ORDER BY post_date DESC LIMIT $skip_posts, $no_posts";
$posts = $wpdb->get_results($request);
$output = '';
foreach ($posts as $post) {
$post_title = stripslashes($post->post_title);
$permalink = get_permalink($post->ID);
$output .= $before . '' . $post_title . '' . $after;
}
echo $output;
}
?>Forum: Your WordPress
In reply to: www.johnbeales.com – re-designgood luck and keep the good work … when you can publish a theme do it .. it will help the wordpress community 😉
Forum: Installing WordPress
In reply to: IE VS FF againhttp://www.chaaban.info/themes/
link back online …
Forum: Installing WordPress
In reply to: IE VS FF againyes i know ms dos is right 🙂
Just messing arround 😉
i’m restarting the server , mysql was down …
i ll let you know when it will be fixed hoping that someone can help fixing my error 🙂
Forum: Plugins
In reply to: New graph – Word Count History Graphlink not working ?
Forum: Your WordPress
In reply to: www.johnbeales.com – re-designSimple and nice …
but i dont like the meny being at the bottom …
i would never guess that a menu is at the bottom …. 🙂
anyway good luck 🙂
Forum: Fixing WordPress
In reply to: FrontpageYou can use the static page plugin for wordpress .
or just create a page for ur potfolio
here is an example : Web Portfolio
Forum: Installing WordPress
In reply to: please give example!!u mean type ?
you should fix this in your cpanel if you have one … or if u did auto-installtion of wordpress (fantastico) it should be automatic
Forum: Installing WordPress
In reply to: IE VS FF againi fixed the div error all other errors are weird errors ..
but it’s still messed up in FF .
Ms-dos i like IE :p
Forum: Fixing WordPress
In reply to: Writing posts in Arabic / Urduyou should be able to write in arabic without doing anything .
i have a lot of sites bases on wordpress that use arabic …
but the only problem i got was when i use backup … all caracteres will mess up …
Forum: Fixing WordPress
In reply to: Is a 33k page “heavy”?no 33 kb is not a lot , 33 kb will load in a few second on a modem … and most people have cable or dsl these days …
techcrunch have more than 10kb start page …
Forum: Fixing WordPress
In reply to: Blog Suddenly Not Workingtry 2 contact your hosting company , maybe they missconfigured something …
Forum: Plugins
In reply to: RSS aggregator that makes postsmaybe you meant this …
Forum: Everything else WordPress
In reply to: can wordpress sustain enterprise blogging?try this