Source Link

Posted in: Newsmag
Post count: 17

where can I go to change the settings to have the source link open in a new window (target=”blank” added)?

Post count: 3343

Hi,

Add for those a tag http://screencast.com/t/bcq4fUMB

Thanks!

Post count: 17

I made the changes and received an error message. Please see below. Thank you.

I changed it to this:

$buffy .= ‘<div class=”td-post-source-via”>’;
if (!empty($this->td_post_theme_settings[‘td_via’])) {
$buffy .= ‘<div class=”td-post-small-box”><span>’ . __td(‘VIA’) . ‘</span>‘ . $this->td_post_theme_settings[‘td_via’] . ‘</div>’;
}

if (!empty($this->td_post_theme_settings[‘td_source’])) {
$buffy .= ‘<div class=”td-post-small-box”><span>’ . __td(‘SOURCE’) . ‘</span>‘ . $this->td_post_theme_settings[‘td_source’] . ‘</div>’;
}
$buffy .= ‘</div>’;
}

and am getting this error message:

Parse error: syntax error, unexpected T_STRING in /hermes/waloraweb095/b2837/moo.toppbottom/toppbottom/wp-content/themes/Newsmag/includes/modules/td_module_single.php on line 539

Post count: 6600

Hi,

Make sure you add this code: http://pastebin.com/W90vXdU5 like this: http://screencast.com/t/zITkr1H9E

Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newsmag’ is closed to new topics and replies.