Hello!
Recently just implemented my blog onto my homepage (I added the blog post widget). Everything seems to be working fine, but when I added the pagination in the backend, and I try clicking on the second page of the blog post, the page just refreshes.
I am pretty sure I tweaked something accidentally in the back end and caused this to happen. Been sitting here and trying to figure it out, but had no luck. Any information is greatly appreciated!
Hey,
Please update the theme to the latest version. That should fix the issue.
To update to the latest version follow the simple instructions here. (Or if you want the super detailed explanation you can read this blog post)
Best regards,
Josue
Worked perfectly fine!
One last question – after the update I notice that it is now displaying the category above the title. In this case, it is displaying “Articles” text before everything. Is there an option to remove that?
Thank you Josue!!!
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
span.blog-categories.minor-meta {
display: none;
}
Best regards,
Jordan