Rss Feed

  1. <?php

      $article_id = $id';
      $article =& JTable::getInstance("content");
      $article->load($article_id);
      echo '<h1>'. $article->get("title").'</h1>';
      echo $article->get("introtext"); // and/or fulltext


     ?>

  2. 5 comments:

    1. Bruno said...

      Hi,
      Where I put this code. I try visualize the name of the article at index.php and I can't see anything.
      What's the rest of the code that it's necessary to put behind in the index.php.

      Thanks

    2. Bruno said...
      This comment has been removed by the author.
    3. Fobla Joomla said...

      Thanks for this wonderful post and hoping to post more of this.
      RSS Extension

    4. Unknown said...

      If short codes are present within the content will this code automatically render them?

    Post a Comment