okjazz
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: RSS feed appears blankAnyone ?
Forum: Fixing WordPress
In reply to: Themes appear blankI dont seem to have the Under Appearance > Add New Themes option in my dashboard
I am using Word press v2.5 as this is waht came with my website host. Is this option avaulable only in newer versions ?
Forum: Fixing WordPress
In reply to: Order of commentsI checked the Admin/Settings/Discussion section
I could not see anything that would help in this regard
Forum: Fixing WordPress
In reply to: How to add feed to an existing websiteThanks a million !
That was very helpful of you. With your help , I am getting it to work now.Forum: Fixing WordPress
In reply to: How to add feed to an existing websiteAlso where does the code below go >
Once the above code is in place, we can start printing out the contents of the feed. First, we’ll probably want to display the title of the feed itself. For a WordPress-based site, this is the same as the blog name.
<h1><?php print $feed->get_title(); ?></h1>
Forum: Fixing WordPress
In reply to: How to add feed to an existing websiteThanks for the post. Please help with the instruction below. I am not sure which php page they are referring to. Is this index.php, sidebar.php or ……
Any help will be appreciated
So here we go. First, load SimplePie by adding this line to the top of the PHP page you’ll be using it on:
<?php
include_once $_SERVER[‘DOCUMENT_ROOT’] . ‘/inc/simplepie.inc’;
?>