|
#1
|
|||
|
|||
|
RSS feed information all images
Why is RSS feed information generated for all the images?
I you have images that have to be published in the future, the information is also placed in the RSS feed. Maybe its better to generate only information about the current image and the images from the past. |
|
#2
|
|||
|
|||
|
Posefius.
that is a bug if it is like this, but try to find the following lines and check: try to find the line in the index.php: Quote:
Check that it is like this: Code:
$query = mysql_query("select id,datetime,headline,body,image from ".$pixelpost_db_prefix."pixelpost where (datetime<='$cdate') order by datetime desc");
|
|
#3
|
|||
|
|||
|
You are right, thats the problem. Its working fine now !
Thank You |
| Post Reply |
| Thread Tools | |
|
|