Delete Feature Photos and Post Viewing Issue

Good afternoon,

There are two major problems in my website I haven’t been able to solve.

  1. The first one, is that since last week the posts are not showing correctly in the website. You can check here, for example, that I tried to share the post “The End of the WOinActie-Week: The March of Education 2.0” but it appears underneath another post, “Lectures Held Outside in Protest”, which has nothing to do with it. (scroll down to understand my issue)

This has been happening with every single article in my website, and since we are a student newspaper we really really to fix this ASAP.

  1. The second issue is about the feature photo. For some reason, after using the CSS code they told me to add it still appears in my the post when it’s not supposed to. How do I take out my feature photo from the website? I just want it for social media sharing reasons.

Thank you, best,

Isabel

Hello Isabel,

Thanks for writing in!

1.) The given url is supposed to be a date archive page. In most case, archive pages will display blog post item in chronological order just like your blog index. The only difference is that on an archive page, it is limited to a date (month/year), category, author and soon.

After a careful investigation, I am assuming that you have customized the permalink of your site. You must have inserted the wrong information because most of your post items is displaying the url like: http://example.com/%year%/%monthnum%/%day%/%category%/.

To resolve this, please go to Settings > Permalinks and make sure that you use this: /%year%/%monthnum%/%day%/%category%/%postname%/. Post name must be indicated or else all your post item will link to your category or date archive page.

2.) The custom css for the featured image still does work. You just have the permalink issue. The custom css only hides the featured image in the single page or post. The page you are looking at is actually an archive page.

Hope this make sense.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.