Home > Software engineering >  How to remove the text "Published On:" in Post/Article pagee
How to remove the text "Published On:" in Post/Article pagee

Time:12-02

I’m using Avada layout to create my own custom layout for the single post blog (article/post) page. I want the date meta to show, and its working as intended showing the date however before the date its writing “Published On:”.

Is there a way to remove completely or modify the text? (whether using the Avada options or through code) Also I'm trying to figure out if this text "Published On:" is coming from the theme Avada or from Wordpress itself however I can't figure it out.

I actually tried to search all the website files for a text "Published On:" but it turned 0 results which made me baffled on where its coming from!

Image:

enter image description here

Thank you

CodePudding user response:

in some themes there is an option where you can choose if this counter appear or not. For example the Salient theme options can do this.

If you wanna change the string, you can use Loco translate or edit the .PO langages files of Avada with the software "PoEdit" for example.

The other solution, to completly hide this text, is by using CSS.

Can you show us an example page please.

CodePudding user response:

Found it! it turned out not to be in the theme or wp files. but in the plugin that comes with Avada called Fusion Builder.

  • Related