我正在尝试添加一个mailto链接到使用divi构建器创建的页面。我在Divi builder中添加了一个文本模块,其内容如下:
Some text... then please write an email to: <a href="mailto:email@email.com?subject=Please help with " target="_blank" rel="noopener">email@email.com</a>
在“请帮助”之后,我需要插入页面标题。我尝试过<?php echo $product
我对这个url有问题,我想知道如何将它重写为htaccess。我对这个东西很陌生,所以我很好奇如何做到这一点,例如这个url: new /?page=online
并将其重写,例如:网站/页/联机
或者这个网址:网站/?页=帐户&隐藏=x
例如:网站/页/帐户/隐藏/x
我使用这个PHP脚本将页面包含在一个HTML文档中:
<?php
if (empty($_GET))
{
include 'pages/index.php';
} else {
if (!file_exists('page