Fatal Error in Line 6

Posted in: Newsmag
Post count: 3

Link-
http://themeforest.net/item/newsmag-news-magazine-newspaper/9512331/comments?page=110&filter=all#comment_11771659

Here Code in our Newsmag theme is different from the link you given , So send me the correct code to fix this

<?php
/* —————————————————————————-
the blog index template
*/

get_header();

//set the template id, used to get the template specific settings – this was the old home.php template
$template_id = ‘home’;

//prepare the loop variables
global $loop_module_id, $loop_sidebar_position;
$loop_module_id = td_util::get_option(‘tds_’ . $template_id . ‘_page_layout’, 15); //module 1 is default
$loop_sidebar_position = td_util::get_option(‘tds_’ . $template_id . ‘_sidebar_pos’); //sidebar right is default (empty)
?>

Post count: 7909

Hi,

Try to apply this solution to the get_header function – http://screencast.com/t/1STUPrfBQ9 please note that this is a general wp issue it is also happens on a default theme and the error from webmaster will disappear after a while, after your page will be re-indexed.
If you still don’t manage to implement the code please send us an email at contact@tagdiv.com and provide wp-admin and ftp access and we will try to find a solution. Also paste a link to this topic so we can know who you are and what your issue is.

Thanks!

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