• Resolved Shane

    (@mohonrim)


    Hello,

    If this has already been answered, please forgive me. I have searched Google, and used site search specifically on the forums and have still not found a similar question. Thank you for your help in advance.

    I recently upgraded my single site version of WordPress 3.0.1 to a multisite setup. I am using sub-domains, and those are working. The front pages are showing for each of the two sites: http://ageditors.ahadigital.com and http://byline.ageditors.ahadigital.com. However, if you click on a post or page link, nothing is displayed.

    What am I missing? Thank you.


    Shane

Viewing 8 replies - 1 through 8 (of 8 total)
  • The posts live in the database and the URL is served via mod_rewrite & pretty permalinks. that’s the explanation.

    The task: go to the secodn site to the Permalinsk menu page. resave it.

    Thread Starter Shane

    (@mohonrim)

    Thank you, Andrea. However, that doesn’t seem to work.

    A little more background –
    The first site has this permalink structure: /%category%/%postname%
    And the second has: /%year%/%monthnum%/%postname%/

    Is this allowed?

    Thanks again.

    Thread Starter Shane

    (@mohonrim)

    And this is my htaccess file:

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]

    # uploaded files
    RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ – [L]
    RewriteRule . index.php [L]

    Yes, it is allowed. Yes, your htaccess file is fine.

    (I have seen this before, just trying to remember what the issue was)

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    http://ageditors.ahadigital.com and http://byline.ageditors.ahadigital.com.

    Sub-subdomains? Are they parseable by WordPress 3?

    Yeah they are.

    Thread Starter Shane

    (@mohonrim)

    Ok, I’ve narrowed the cause down to the theme. I removed multisite, re-installed 3.0.1, enabled multisite, imported the #2 site content back (after adding the site), and then began testing.

    The #2 site automatically loaded with the TwentyOne theme, and I noticed that the content was displaying correctly. I then activated the #1 site with the TwentyOne theme, and the content displayed correctly. However, after switching the theme back to my custom theme, the content does not display again.

    I am using the same index and loop page as TwentyOne, so where could the problem be?

    Thank you for your help.

    Thread Starter Shane

    (@mohonrim)

    Solved!

    I finally looked at “view source” and noticed that the content was being output correctly. So…it was a CSS issue.

    Thanks for all of your help though!!!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Where are the posts?’ is closed to new replies.