Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter tfblog

    (@tfblog)

    Does anyone have any suggestions at all?

    Thread Starter tfblog

    (@tfblog)

    Here is the code that is the culprit:

    $txt = str_replace('{title}', '<a href="' .get_blog_permalink($post["blog_id"], $post["id"]).'">'.$p->post_title.'</a>' , $txt);
    			$txt = str_replace('{more}', '<a href="' .get_blog_permalink($post["blog_id"], $post["id"]).'">'.$wgt_mtext.'</a>' , $txt);
    			$txt = str_replace('{title_txt}', $p->post_title , $txt);
    			$txt = str_replace('{date}', date_i18n($wgt_dt, strtotime($p->post_date)), $txt);
    			$txt = str_replace('{excerpt}', $ex , $txt);
    			$txt = str_replace('{author}', get_userdata($p->post_author)->nickname, $txt);
    			$txt = str_replace('{avatar}', $av , $txt);
    			$txt = str_replace('{blog}', get_blog_option($post["blog_id"], 'blogname') , $txt);
    Thread Starter tfblog

    (@tfblog)

    Anyone??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin Diamond Multisite Widget]’ is closed to new replies.