Beiträge von elC0mmen

    Ich hatte den Text schon auf English, nur deswegen! Und vielleicht auch deswegen, weil Deutsch nicht meiene Muttersprache isr :)

    Ja, also die Seiten zu den Wohnheimen sind alle sichtbar, nur wenn man die zugehörigen Kategorien (Archiven) sehen will, dann kommt die 404 Meldung!

    Die ganze archuve.php-Datei sieht wie folgt aus. Die original ist vom Theme "fallseason", ich hab's aber für meine Zwecke editiert. Trotzdem bleiben die Ausdrücke für den Loop

    PHP
    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>

    unverändert. Und wie gesagt, auch wenn ich zurück zum Default-Theme zurückschalte belibt das Problem. Es muss eher irgendwo an der Konfiguration im Backend liegen, oder?

    Hallo! Ich habe diese Frage im Wordpress.org Forum gestellt, leider noch keine Antwort bekommen, aber ich bin grad ein bißchen faul das wieder auf Deutsch zu schreiben! -------------- Hello WP-users!
    I have been unable to solve this problem, mainly because I didn't realize from whence it stems. First I thought it was a problem in The Loop in my template, either in the index.php, category.php or archive.php. But when I changed the theme back to the Default WP-Theme I noticed that the problem persists: the archive pages are unaccesible for users that are not logged in! So I realized the problem wasn't in my php-files but rather somewhere in the backend configuration.
    I as said, I am using WP as a CMS:
    ** In Settings -> Reading I set a static page as the front page, but selected none as the post page. I did this because the site structure is as follows:
    Pages:
    Team One
    -Subpage1
    -Subpage2
    --->Link to post category &quot;One&quot; archive page
    Team Two
    -Subpage1
    -Subpage2
    --->Link to post category &quot;Two&quot; archive page
    etc...
    Each parent page belongs to a bloggers' team and entries between teams are unrelated, so I don't need a main blog page but rather the independent archive (category) pages. I have also tried setting a specific page as the posts page but this hasn't solved the problem.
    ** In Settings -> Permalinks I selected for the Category base 'veranstaltungen' (which is the German for Events), as I am using the blog as a &quot;News&quot; feature. So the &quot;--->Link to post category &quot;Two&quot; archive page&quot; mentioned above links to /veranstaltungen/team-two. This works, but only when someone is logged in. As soon one logs out, the category pages won't be listed! Where is my error?
    The site is here
    Try for example -> Am Galgenberg (aka Team One) -> Aktuell (aka Archive Page).
    you will get a &quot;Nothing found warning&quot;, but I can see it!
    I will much appreciate any insight!
    Greetings