Hi, I would like to create 2 loops on the homepage, one that will only show when you on the very 1st landing page of the site, so: "/" or "/blog/" or "/whatever/".
This will work like a static homepage, but without the need for additional pages or settings in the back-end.
is_home() and is_front_page() doesn't work, because as long as your on the normal home pages it will show that, and I just want this to work on the very 1st landing home page of the site.
Any help will be greatly appreciated :)