admin管理员组

文章数量:1305769

I'm working on a website for a client; / and I'm trying to solve an issue on this page /mobila-la-comanda/

The client is Romanian, and wants the website to be completely Romanian as well, however I'm facing a problem with the portfolio. It's showing "Show All" as an option. However, the client wants to keep this button (in addition to the other filter buttons) but he wants it renamed to "Taote". I tried editing a file named template-portfolio.php, specifically this line:

<a data-option-value="*" class="selected" href="#showall"><?php esc_html_e('Show All','interiart');?></a>

I tried editing the esc_html_e('Show All','interiart') to esc_html_e('Taote','interiart') but it doesnt work.

The picture below shows the filter buttons and the Show All button.

TIA

本文标签: phpChange the quotShow Allquot button in a Wordpress Portfolio Filter