".extra-menu { background-color: #f3f3f3; padding: 20px; } .extra-menu .extra-menu-h { height: 36px; } .extra-menu .extra-menu-h h3 { display:inline-block; } .extra-menu ul a{ text-decoration: none; } .extra-menu .menu-child { text-indent: 4em; } .extra-menu .menu-child:before { left: 4em; } .extra-menu .extra-menu-h h3 { line-height: 36px; } .collapse-toggle { float: right; cursor: pointer; user-select: none; display: inline-flex; align-items: center; font-size: 14px; } .collapse-toggle img { width: 30%; transform: rotate(180deg); } .collapse-content { margin-bottom: 0px !important; margin-top: 20px !important; overflow: hidden; max-height: 0; transition: max-height 0.3s ease-out; } .collapse-content.expanded { max-height: 1000px; /\* 设置一个足够大的值,确保内容可以完全展开 \*/ } .ph-id { position: relative; top: -90px; } jQuery(document).ready(function( $ ) { $('.collapse-toggle').on('click',function(){ var content = document.querySelector('.collapse-content'); content.classList.toggle('expanded'); if (content.classList.contains('expanded')) { $(this).find('div').text('收起'); $(this).find('img').css('transform','rotate(180deg)'); } else { $(this).find('div').text('展开'); $(this).find('img').css('transform','rotate(0deg)'); } }) })
SiteGround是一家成立于2004年的[美国主机](https://www.idcspy.com/)商,发展到现在成为已经成为口碑较好的主机商之一,其主要是因为SiteGround拥有最好的客户支持服务,而且在价格方面非常占据优势。
我们都知道SiteGround的GrowBig和GoGeek两个版本是支持在一个账户中搭建多个Wordpress网站的。当然如果我们不需要其中某个网站不需要,也是可以将其从SiteGround的后台删除掉。今天小编带大家了解下[SiteGround](/#)如何删除账户中的WordPress网站,希望对大家有所帮助。
1、首先进入到SiteGround账户后台,然后依次点击菜单栏中的 Websites – WEBSITES,再点击要删除的网站的MANAGE 按钮,如下图所示;
![](https://www.idcspy.com/wp-content/uploads/2020/04/sitegrounddelete-1024x360.jpg)
2、然后我们在打开的新的 Website Details 页面中,点击网站域名最右侧按钮“Wordpress Kit”旁边的“竖排三个点”按钮,在下拉选项中选择Delete按钮,进入确认页面;
![](https://www.idcspy.com/wp-content/uploads/2020/04/sitegrounddelet-1024x429.jpg)
3、在网站删除确认页面,我们可以看到当前网站的所有数据,其中包含的文件大小、数据库大小和邮箱账户数量等等。确认好需要删除的网站,点击右下角“Confirm”按钮即可。
![](https://www.idcspy.com/wp-content/uploads/2020/04/sitegrounddele-1024x524.jpg)
这里需要提醒大家的是,进行删除操作之前,做好整站的备份工作,以备未来不时之需。当然,SiteGround会继续将网站数据在服务器中保留最多30天。在这30天之内,我们可以随时联系SiteGround客服,让他们帮助网站恢复到SiteGround主机上。这里有一个前提条件是需要支付一定的费用,具体费用可以咨询客服了。如果网站删除30天之后,所有数据就永久性的从SiteGround主机上删除了,没有恢复的任何可能了。"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/107348.html