Topic: Include only specific news item

Hi there

I was wondering if it is possible to include only a specific news item by the ID number or some other unique reference?

If so is there sample code?

Kind regards

Re: Include only specific news item

I do this all the time.
Create a new category called e.g. 'Important' and post the 'specific'news item to that category. Use this include where you want the 'important' news to appear. Take it out of the  'important' category when you need to replace it with a different one.

Re: Include only specific news item

i use this code to include only a specific news:

        $output = $_SERVER['QUERY_STRING'];



    
                $category = $_GET["kategorie"];
                $page_alias = $_GET["page"];
                $template = $_GET["template"];
                include("cutenews/show_news.php");

with the link:

[url=yourpage.com?template=yourTemplate&kategorie=yourCategorie&page=specificNews]specific news[/url]

you must use the Page Alias option under the Full-Story field.