10 years ago
sil_vav
Member
I set as the home page the latest articles of my blog. But on the home page I would like to see only certain articles of a category. how can I do this?
|
10 years ago
Dave
Support Service
Hi!
To fix this you have to replace the code:
with:
in the file theloop.php. |
10 years ago
sil_vav
Member
Sorry, I've created a new category for the items you would like to have in my home. Category is called ULTIMI ARTICOLI. Ho fatto come mi avete detto, nel file theloop ho scritto questo codice, but it does not work. Can you tell me where I'm wrong? :)
if (is_home()) { query_posts($query_string.'&cat=ULTIMI ARTICOLI'); } else { query_posts($query_string); } |
10 years ago
sil_vav
Member
Ok..I had written the name of the class, instead I had to write the ID!! now it works! Thanks :)
|