runeveryday
Forum Replies Created
-
Forum: Themes and Templates
In reply to: what's meaning of it?anyone knows how to correct it?
Forum: Themes and Templates
In reply to: {help} submit theme questionswhen shoud i add the add_action() to the function that customed by myself?
Forum: Plugins
In reply to: twenty file single.phpbut there are only one post in the single.php, why should i use the loop?thank you
Forum: Plugins
In reply to: twenty file single.phpbut what’s use of it? thank you.
Forum: Themes and Templates
In reply to: a functionRev. Voodoo,you’re right. the theme has an admin options page.
extract(itx_get_option(‘menu’)); //don’t know this
extract(wp_parse_args($args)); //don’t know this
if ($cat_inc){
@sort($cat_inc); //don’t know this
$cat_inc=@implode(‘,’,$cat_inc);
$opt=”&include=$cat_inc”; //don’t know this
if ($cat_sortby) {
$opt.=”&orderby=”.$cat_sortby;}; //don’t know this
if ($cat_order) {
$opt.=”&order=”.$cat_order;}; //don’t know this
$cat_args=”title_li=&depth=$depth$opt”; //don’t know this
} else {
$cat_args=’title_li=&number=15′; //don’t know thisi have refered the php documentation, but still down’t know these lines.expect you can give me an explaintation to me. thank you,
Forum: Plugins
In reply to: get the referer site’s informationanyone helps?