Thread Starter
preez
(@preez)
It now says “NEWS Monthly Archives”. I just want it to say “News Archives”
https://aksuda.com/wp3/2021/05/
Thread Starter
preez
(@preez)
I had some php code in there to disable the title for that page. If you look at it now you’ll see what I mean
Thread Starter
preez
(@preez)
That worked. I would also like to change a page title when I filter posts on the Archive. It says Monthly Archives but I want it to say News Archives
This is what shows up
Thread Starter
preez
(@preez)
That didn’t work but I found something that did
@media (max-width:768px){
.oceanwp-post-list.two, .slick-arrow, .slick-prev, .slick-next{
visibility:hidden;
}
}