Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Which theme are you working with?
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
That sounds like a commercial theme since I can’t find it here: https://wordpress.org/themes/anacron/
So you’d need to use your theme’s vendors support.
Seriously? This is not controlled by the core of WordPress?? I am not using a third party plugin to handle post. How can that be?
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Yes in general what you see on your website is the way your theme has been built.
This is not a css issue. If I did not have a 3rd party theme what would the fix be for this issue? Say I had chosen and given theme…
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
An example of what I mean is to look at the Catch Themes demo: http://wp-themes.com/catch-flames/
The Homepage lists out posts. One of the posts is titled as “Elements”. This post contains a “Continue Reading →” link. When pressing this link, a new page is loaded with the post.
From your description, the equivalent in your theme is a “read more” link that expands after clicking it.
Okay.
Another question while I have your attention. You have paginated intro text in blog view. You have all your items set to not show date, comments etc. However, when you go to set 2 they show. How can this happen?
See the difference between pagination 1 and 2 even the header is different. Puzzled!
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
It would appear that the theme is using different templates for those 2 pages. A common way to identify this is to look at the classes that are generated for the <body> element. This can be found when you ‘view source’ the page. When a page uses a different template, you may find different classes.
I checked the <body> element of both pages and found the difference in these classes: https://www.diffchecker.com/8c8p0rts
– On the left is page 1 of the pagination
– On the right is page 2 of the pagination