对于我的工作,我被要求编辑一个WordPress网站,但没有文档,也没有任何组织,所以编辑它是一场噩梦。
它严重依赖于小部件,我真的不知道如何使用,但我找不到任何信息以外的网站使用它太多,所以我不知道该编辑什么,我害怕打破网站,因为它已经上传。
在大多数情况下,我需要做的就是编辑最近新闻显示日期的方式
喜欢,删除“ON ___ AGO”或能够修改它,以显示不同的话,因为该网站是在西班牙语。
[trx_widget_recent_news style="news-announce" show_categories="" category="0" count="4" orderby="date" order="desc"]
但是这是我为它准备的所有代码,没有任何东西告诉我如何编辑日期显示的格式。
[vc_row full_width="stretch_row" hide_bg_image_on_tablet="" hide_bg_image_on_mobile="" row_delimiter="" hide_on_desktop="" hide_on_notebook="" hide_on_tablet="" hide_on_mobile="" hide_on_frontpage="" css=".vc_custom_1657334261997{background-color: #1a1d24 !important;}"][vc_column icons_position="left"][trx_widget_recent_news style="news-announce" show_categories="" category="0" count="4" orderby="date" order="desc"][vc_empty_space height="32 px" alter_height="medium" hide_on_desktop="" hide_on_notebook="" hide_on_tablet="" hide_on_mobile="1"][vc_single_image image="9793" img_size="full" alignment="center" onclick="custom_link" img_link_target="_blank" link="https://agricoladasam.com.mx/dasam/" css=".vc_custom_1658420299087{padding-top: 50px !important;padding-bottom: 50px !important;}"][vc_empty_space height="50px" alter_height="medium" hide_on_desktop="" hide_on_notebook="" hide_on_tablet="" hide_on_mobile=""][/vc_column][vc_column icons_position="left"][/vc_column][/vc_row][vc_row][vc_column width="2/3" icons_position="left"][vc_empty_space height="4em" alter_height="none" hide_on_desktop="" hide_on_notebook="" hide_on_tablet="" hide_on_mobile=""][vc_empty_space height="3.5em" alter_height="none" hide_on_desktop="" hide_on_notebook="" hide_on_tablet="" hide_on_mobile="1"][trx_sc_title title_style="default" link_style="default" title="Últimas Noticias" description="Del Sector"][trx_widget_recent_news style="news-announce" show_categories="1" category="56" orderby="none" order="asc"][vc_empty_space height="2.6em" alter_height="none" hide_on_desktop="" hide_on_notebook="" hide_on_tablet="" hide_on_mobile=""][vc_column_text]%%CONTENT%%[/vc_column_text][vc_empty_space height="3.5em" alter_height="none" hide_on_desktop="" hide_on_notebook="" hide_on_tablet="" hide_on_mobile="1"][/vc_column][vc_column width="1/3" icons_position="left"][vc_empty_space height="2em" alter_height="none" hide_on_desktop="" hide_on_notebook="" hide_on_tablet="" hide_on_mobile="1"][vc_empty_space height="3.6em" alter_height="none" hide_on_desktop="" hide_on_notebook="" hide_on_tablet="" hide_on_mobile="1"][vc_widget_sidebar sidebar_id="sidebar_widgets" el_class="widget_area"][vc_empty_space height="4em" alter_height="none" hide_on_desktop="" hide_on_notebook="" hide_on_tablet="" hide_on_mobile=""][/vc_column][/vc_row][vc_row][vc_column width="2/3" icons_position="left"][vc_empty_space alter_height="medium" hide_on_desktop="" hide_on_notebook="" hide_on_tablet="" hide_on_mobile=""][vc_single_image image="11941" img_size="full" onclick="custom_link" img_link_target="_blank" link="https://contactostihl.com"][vc_empty_space alter_height="medium" hide_on_desktop="" hide_on_notebook="" hide_on_tablet="" hide_on_mobile=""][/vc_column][vc_column width="1/3" icons_position="left"][vc_empty_space alter_height="medium" hide_on_desktop="" hide_on_notebook="" hide_on_tablet="" hide_on_mobile=""][vc_single_image image="3670" img_size="medium"][vc_empty_space alter_height="medium" hide_on_desktop="" hide_on_notebook="" hide_on_tablet="" hide_on_mobile=""][/vc_column][/vc_row][vc_row][vc_column icons_position="left"][/vc_column][/vc_row]
这是我留下的烂摊子,我觉得有人做了块编辑的事情,只是让我受苦。哈哈。
1条答案
按热度按时间gab6jxml1#
如果网站语言为西班牙语,则可通过更改以下内容中的date/time来更改 “on 21 horas ago” 的呈现:WP管理〉设置〉常规
另一个选择是在plugin/theme目录中搜索“trx_widget_recent_news”回调函数,以查看widget中的时间是如何呈现的,根据您找到的内容,您可以使用自己的函数或provide a translation覆盖shortcode callback。
幸运的是,即使没有文档,你也可以阅读源代码,并将其作为指南来找到自己的路。希望这能帮助你感到更自信-你可以做到。