fatihturan
Member
Posted 3 years ago #
Hello everybody!
I have created two loop like Darren Hoyt's post (it's here:
http://tinyurl.com/5crgk2 and my loops is here: http://pastebin.com/m675a34ae). But featured post and standard loop's latest entry are same (can you look this screenshot: http://tinyurl.com/5uau34).
So i want to featured post would show latest post from GENEL kategory and
standard loop would show everything else.
muthukswamy
Member
Posted 3 years ago #
It should work. The only possibility could be the wrong category number. You used cat=-10 Its better you check that.
fatihturan
Member
Posted 3 years ago #
It should work. The only possibility could be the wrong category number. You used cat=-10 Its better you check that.
But it can't work. :) GENEL category's id number is 1. If i change cat variable to cat=-1 (to GENEL category's id number) then loop doesn't work again (screenshot is here: http://uploads.screenshot-program.com/upl0414383045.jpg)
muthukswamy
Member
Posted 3 years ago #
can I see your blog online? So that I can give suggestion easily.
fatihturan
Member
Posted 3 years ago #
I'm working on WAMP. May you see my work in there: http://88.228.41.76:81/sinemalardan/
muthukswamy
Member
Posted 3 years ago #
I cannot see your local server. If you can set up a test blob online, it will be better.
Add me to messenger if you require.
MSN - muthukswamy at hotmail.com
fatihturan
Member
Posted 3 years ago #
I'm uploading to my host. I will be back when it complete. Thanks for your replies. ;)
fatihturan
Member
Posted 3 years ago #
muthukswamy
Member
Posted 3 years ago #
I tried the same code on my blog as well. It worked well. I think the category ID might be the problem.
fatihturan
Member
Posted 3 years ago #
What is your category ID number? And can you show your code?
muthukswamy
Member
Posted 3 years ago #
I just tested it on my local server. Used:
<?php query_posts("cat=-4");?>
My category ID is 4 so I used it. This worked very well. This displayed the posts eliminating the posts from category 4.
fatihturan
Member
Posted 3 years ago #
But my codes doesn't work. Why, why, why? :)
fatihturan
Member
Posted 3 years ago #