• Hi! I’m dealing with two problems here which are preventing me from launching my website.

    1. For some reason I just can’t figure out how to get my posts (which appear on my homepage) to also show on the category pages I created in the dropdown menu (I’ve made categories and have also selected them while making the post).

    Can someone PLEASE explain how to link the two?

    2. I need my post title and post info to be centered, like my photo’s are. But can’t find where to make this change.

    Hoping someone can help!

    Thanks in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Chad

    (@lynneandchad)

    What theme are you using?

    Thread Starter jazzyjoyner

    (@jazzyjoyner)

    I’m using the Stockholm (Roland) theme

    Chad

    (@lynneandchad)

    Hard to say on a premium theme, as I can’t see the full file structure.

    You’ll need to add text-align: center; to the .post-info element to move the date, categories, and author info. Try adding it in style_dynamic.css?

    Based on what I’m seeing in the demo, the post title doesn’t have a specific class or ID, so you’d have to either give it one or add

    .post-content h2 {
      text-align: center;
    }

    But this will center ALL the h2’s in your posts… not just the main title.

    In terms of your category issue, I’m not sure what is happening there. You mentioned category pages you created… did you create a new page for different categories? Or add the categories themselves to the nav bar?

    Sorry, hard to give better answers without being able to look closer. The theme developer’s support page might be able be more specific – at least with your category display issue.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to connect posts (on homepage) to categories in dropdown menu’ is closed to new replies.