globalinsites
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Warning: Illegal offset type in… wp-includes/rss.php on line 1459I’m getting that same error:
Warning: Illegal offset type in ../public_html/blog/wp-includes/rss.php
on line 1459I use feedwordpress too but when I disable the plugin I still get a blank page on /blog/wp-includes/rss.php
I also tried to place an @ (@$rss->header[$field] = $val;) on line 1459, but that didn’t solve anything either.
Any thoughts?
What I’d prefer (although I’m not sure if it’s possible) is to use my clickzs.com account in my blog’s link categories. That way I could let the links in the categories behave like a toplist (the link that sends most traffic gets the highest position etc.). In my clickzs.com account I can control the html that should be displayed in the links categories, and I would also add link trades within my clickzs.com account. I only would need to be able to include a javascript like this somewhere in WP that would load the links:
<script type=”text/javascript” language=”JavaScript” src=”https://js6.clickzs.com/ablog-1.js”></script>
I don’t know where to add the javascript though. Would this be possible at all? I don’t think I would need any of the Links Manager Tags for that?
Ah yes, thanks, that would make sense ??
I use this theme: https://teo.esuper.ro/wordpress-themes/falling-dreams
I suppose I should just move up this part:
<li>
<h2 class="sidebar-title">
<?php _e('Blogroll'); ?>
</h2>
<ul>
<?php get_links('-1', '
<li>', '</li>
', '<br />'); ?>
</ul>
</li>
and I could rename Blogroll to More Blogs.But how would I go about with adding:
Blog Directories
Blog Toplists
Blogs I Watch
More LinksI mean, I could copy/paste the code above and rename Blogroll to Blog Directories, Blog Toplists, etc., but would it also work?