简体   繁体   English

根据日期从列表中显示网页上的文本

[英]Display text on webpage from list depending on date

I'm not professional developer, but I help to manage the IT for a group of churches in the UK. 我不是专业的开发人员,但我帮助管理了英国一些教堂的IT。 I thought this might be the place to ask for help. 我认为这可能是寻求帮助的地方。

They have a website, which runs wordpress. 他们有一个运行wordpress的网站。 They also have a monthly prayer diary. 他们也有每月的祈祷日记。 There is a list, and each day, members pray for something or someone specific. 有一个清单,每天,成员为某事或某人祈祷。

I was wondering if there was a way of displaying the day's prayer using PHP/HTML, on the site, from a list of prayers that is located on the server. 我想知道是否有一种方法可以从服务器上的列表中使用PHP / HTML在网站上显示当天的祈祷。 For example, on 1st July, it might be 'We pray for the local schools', so somewhere on the site, on the 1st July would be the text 'Today we pray for the local schools'. 例如,在7月1日,可能是“我们为当地的学校祈祷”,因此在网站的某个地方,7月1日的文字是“今天我们为当地的学校祈祷”。 This would automatically change to something like 'we pray for our local firefighters' on the 2nd of July, depending on what is on the list. 根据清单上的内容,这会在7月2日自动更改为“我们为当地消防员祈祷”。

This would preferably be done by easily uploading a csv file(?) to wordpress/the web server, and the site would automatically find and display the prayer associated with today's date (server-side time) from the file??? 最好通过轻松地将一个csv文件(?)上载到wordpress / Web服务器来完成,该站点将自动从文件中查找并显示与今天的日期(服务器端时间)相关的祷告。

I'm running wordpress on Windows IIS, with PHP of course. 我当然在Windows IIS上使用PHP运行wordpress。

I would be really grateful if someone could help. 如果有人可以帮助我,我将非常感激。

Thanks 谢谢

You could use a 'quote of the day' plugin. 您可以使用“每日报价”插件。 There are a number of them available, you just need to find one that allows you to upload the content. 它们有很多可用,您只需要找到一个可以上传内容的容器即可。

Here's a search to start you off: https://www.google.com/search?client=firefox-bd&q=wordpress+plugin+quote+of+the+day 可以通过以下搜索开始工作: https//www.google.com/search?client = firefox-bd&q = wordpress + plugin + quote + of + the + day

The Flexi Quote Rotator on this page looks promising: https://hostingreviewbox.com/10-awesome-free-quote-of-the-day-wordpress-plugins/ 此页面上的Flexi Quote Rotator看起来很有希望: https : //hostingreviewbox.com/10-awesome-free-quote-of-the-day-wordpress-plugins/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM