plugins - I need help locating a URL that is on my site map, but that I can't find in my Wordpress dashboard

I hired a developer to implement the LearnDash plugin on my Wordpress site. He wasn't able to finish the project an

I hired a developer to implement the LearnDash plugin on my Wordpress site. He wasn't able to finish the project and left my site with several unnecessary pages and plugins. I want to get my site back to the way it was before he installed Learndash. I deactivated several plugins that were associated with learndash: woocommerce, mailchimp, etc. I also unpublished several pages that were associated with registration and courses. My question relates to a few pages that I can't delete. On my page there is a site map that is created automatically by a plugin. On that site map, it lists three pages: "Shop", "Register" and "Premium Course" that I would like to delete. This issue is that I can't find these pages anywhere on the Wordpress dashboard. I have checked posts, pages, projects, and hunted around within the plugins. Is there a way to find where the pages are located so that I can delete them?

I hired a developer to implement the LearnDash plugin on my Wordpress site. He wasn't able to finish the project and left my site with several unnecessary pages and plugins. I want to get my site back to the way it was before he installed Learndash. I deactivated several plugins that were associated with learndash: woocommerce, mailchimp, etc. I also unpublished several pages that were associated with registration and courses. My question relates to a few pages that I can't delete. On my page there is a site map that is created automatically by a plugin. On that site map, it lists three pages: "Shop", "Register" and "Premium Course" that I would like to delete. This issue is that I can't find these pages anywhere on the Wordpress dashboard. I have checked posts, pages, projects, and hunted around within the plugins. Is there a way to find where the pages are located so that I can delete them?

Share Improve this question edited Mar 27, 2019 at 19:57 norman.lol 3,2413 gold badges30 silver badges35 bronze badges asked Mar 27, 2019 at 17:51 livinge123livinge123 33 bronze badges 4
  • Did your developer (or you) make a backup before the work started? That would be the fastest and easiest method. – rudtek Commented Mar 27, 2019 at 21:36
  • Yes, I have a backup. Thank you. – livinge123 Commented Mar 28, 2019 at 22:04
  • why not just restore then? – rudtek Commented Mar 29, 2019 at 22:27
  • I may not have been clear in my question, but I want users of my website to see it as it was before the implementation of LearnDash. On the backend, I still want to try to unravel everything to hopefully launch my eLearning site. So, I didn't delete anything; I unpublished and deactivated only. – livinge123 Commented Mar 31, 2019 at 4:46
Add a comment  | 

3 Answers 3

Reset to default 2

Keep in mind there's really only a few actual pages in WordPress. Most URLs are getting redirected to index.php, parsed for the request information, and then processed accordingly. They are mostly posts in the end, which are pulled from the database and displayed according to one or more template files.

The reason that's important is because it means you can't really be sure where a "page" is coming from. It could be a post, a page, a redirect rule, a custom post, etc.

So you're left with digging around a bit. There's not a clean answer I know of.

When you load the page, can you click "Edit" in the admin toolbar?

If it is represented by a WordPress post behind the scenes, then it has a post ID. Another technique is if you inspect the page and look at the classes added to the main article, you may see a clue as to it's ID, which will help you track it down. Note that not all themes implement the post classes correctly, so you may see nothing at all.

Once you have the ID, you may be able to tell where it's coming from, even if you have to look at the row with that ID in your database (wp_posts).

Its possible those pages do not have actual posts behind them and are being generated by the theme or a plug-in. Do they persist when you deactivate all plugins and change themes? If so, turn them back on one by one until you find the culprit.

I had a similar issue with LearnPress plugin. In this case the plugin took over the "courses" slug, even when it already existed, and changed it to "courses-2". Even after uninstalling LearnPress, I was unable to get back the original "courses" slug. (I then resorted to a backup I made before installing LearnPress and in a couple of minutes the issue was history).

In your case it could also be that the "Shop", "Register" and "Premium Course" pages don't actually exist anymore, but their "shop", "register" and "premium-course" slugs do still persist in the database, being thus automatically indexed to the Sitemap.

Don't know if you have a backup of your site previous to the installation of LearnDash. If not, you could either try to remove and cleanup the old slugs manually or via some plugin.

As for the first way, have a quick look at this page. As for the second one, give it a try, for example, to this plugin called "Remove Old Slugs". Good luck!

I know this is the last thing you want to do, but you might accomplish this with some plugins.

WP Optimize removes lots of unnecessary data from your database. I would start there first.

If this does not help, I had some luck in the past with Plugins Garbage Collector which cleans the old plugin tables and data.

Make sure these plugins are compatible with your WordPress version before you install them and make sure to back up your database before you attempt any of these.

Hope this helps!

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745653123a4638382.html

相关推荐

  • 20 万 POC,直接拿来用,这不是测试,这是拒绝服务!!!

    之前看到很多人分享 github 上的一个项目,自动收录全网 nuclei 模板文件,目前已经 19 万了,如果直接拿来对目标进行漏洞探测,无疑会对目标造成巨大伤害,意味着可能要对目标发起十九万次请求以上,可以说是一次小型的 DDoS 攻击

    1小时前
    00
  • 长读长测序揭示结直肠癌异常可变剪接图谱与新型治疗靶点

    徐州医科大学肿瘤研究所董东郑骏年教授团队在Genome Medicine杂志发表题为“Long-read sequencing reveals the landscape of aberrant alternative splicing

    1小时前
    00
  • 国产车载通信测试方案:车规级CAN SIC芯片测试技术解析

    随着智能网联汽车的快速发展,车辆内部电子控制单元(ECU)数量激增,动力总成、高级驾驶辅助系统(ADAS)、车身控制等功能对车载通信网络的稳定性与速率提出了更高要求。传统CAN FD总线在复杂拓扑中面临信号振铃、通信速率受限(实际速率通常低

    1小时前
    00
  • OWASP TOP10

    什么是OWASP?它的全称是 Open Web Application Security Project(开放式 Web 应用程序 安全 项目)TOP 10OWASP Top 10的意思就是10项最严重的Web 应用程序安全风险列表 ,它总

    1小时前
    00
  • 最简 Odoo 部署方法:Websoft9 企业应用托管平台

    传统方式部署 Odoo 通常依赖 Docker 技术,主要分为以下步骤:1 . 安装 Docker需在服务器上安装 Docker 引擎,涉及操作系统兼容性检查、依赖包安装、镜像源配置等操作。代码语言:bash复制 # 以 Ubu

    59分钟前
    00
  • ascend pytorch 踩坑.

    在910b上安装pytorch 和 pytorch_npu, 因为后续准备装vllm, 所以torch_npu是特殊的版本.代码语言:shell复制pip install torch==2.5.1 --extra-index pip in

    56分钟前
    00
  • 如何快速判断 Flutter 库是否需要适配鸿蒙?纯 Dart 库无需适配!

    在鸿蒙开发中,选择合适的 Flutter 库至关重要。纯 Dart 库因其跨平台特性,无需适配即可直接使用。但对于新手来说,如何判断一个库是否为纯 Dart 库呢?本文将为你提供清晰的判断方法和实用技巧。一、检查 pubspec.yaml

    49分钟前
    00
  • MongoDB “升级项目” 大型连续剧(2)

    上期写的是非必要不升级,想到这个事情,有一些事情的仔细琢磨琢磨,为什么数据库升级的事情在很多公司都是一个困扰,从一个技术人的观点,升级是一件好事,功能提升了,性能提升了,开发效率和一些数据库使用的痛点也被解决了,为什么就不愿意升级呢?如果只

    48分钟前
    00
  • 深度学习在DOM解析中的应用:自动识别页面关键内容区块

    爬虫代理摘要本文介绍了如何在爬取东方财富吧()财经新闻时,利用深度学习模型对 DOM 树中的内容区块进行自动识别和过滤,并将新闻标题、时间、正文等关键信息分类存储。文章聚焦爬虫整体性能瓶颈,通过指标对比、优化策略、压测数据及改进结果,展示了

    45分钟前
    10
  • UCB的硅光MEMS OCS控制技术

    昨天写的旭创与nEye合作了一个64端口硅光OCS一、光电路交换技术概述(一)电交换与分组交换电路交换的概念源于早期的电话交换机,通过物理连接实现设备间的通信,就像早期打电话时,接线员手动连接线路一样。而分组交换则是

    41分钟前
    00
  • 推荐一个轻量级的监控平台并且支持移动端

    简介XUGOU 是基于Cloudflare构建的轻量化监控平台,专精于系统资源监控与可视化状态页面服务。该平台提供英文简体中文双语支持,满足全球化部署需求。面向开发者及中小团队,项目致力于提供高可用性的监控解决方案。核心功能与实现平台功能

    40分钟前
    00
  • module 'torch.

    踩坑Ascend, 安装 pytorch 2.5.1 和 pytorch_npu 2.5.1, import torch 报错.执行 python -c "import torch;import torch_npu;"时

    38分钟前
    10
  • 【Docker项目实战】使用Docker部署IT工具箱Team·IDE

    一、Team·IDE介绍1.1 Team·IDE简介Team IDE 是一款集成多种数据库(如 MySQL、Oracle、金仓、达梦、神通等)与分布式系统组件(如 Redis、Zookeeper、Kafka、Elasticsearch)管理

    37分钟前
    00
  • 大模型驱动金融数据应用的实战探索

    近年来,人工智能技术的飞速发展正在重塑全球各行各业的生态格局,金融行业作为数据密集型领域,更是首当其冲。大模型凭借其强大的自然语言处理、逻辑推理和生成能力,逐渐成为金融数据应用的核心驱动力。本文将从行业背景与趋势、核心场景重构、产品能力提升

    35分钟前
    00
  • maxwell遇到的一则问题

    结论和原因maxwell的元数据库里面没有存储全部的schema数据(就是少数据了),导致相关表的DDL校验失败。PS:我这里maxwell的作用只是采集库表修改情况的统计粗粒度指标,因为之前maxwell在运行报错的时候,直接修改了pos

    32分钟前
    00
  • 在VMware虚拟机中安装Windows 7全攻略(避坑指南)

    ⚠️写在前面 最近发现很多开发者在调试老旧系统时都需要用到Windows 7环境(特别是银行、医疗等行业的遗留系统),但实体机安装既不现实也不安全。今天就手把手教你在虚拟机

    28分钟前
    00
  • 雨晨 26200.5516 Windows 11 IoT 企业版 LTSC 2024 轻装版

    简述:以下为YCDISM (雨晨作品自2025年03月25日起通用介绍,若无重大更改不再额外敖述) 全程由最新YCDISM2025脱机装载26100.1742_zh-cn_windows_11_

    20分钟前
    00
  • 人工智能应用领域有哪些

    人工智能应用领域有哪些一、引言随着科技的飞速发展,人工智能(AI)已经逐渐渗透到我们生活的方方面面,成为推动社会进步的重要力量。从医疗健康到金融服务,从教育学习到智能制造,人工智能以其独特的技术优势,为各行各业带来了前所未有的变革。本文旨在

    16分钟前
    10
  • OpenAI“Agent 圣经”翻车?LangChain 创始人怒怼“全是坑”!

    整理 | Tina当前,AI 领域呈现出一种近乎“追星式”的热情氛围,每当有新的东西发布,便迅速引发广泛关注与高度评价,仿佛技术变革即将一触即发。同时大家情绪也波动剧烈,从“危机论”到“爆发论”频繁切换。OpenAI 最近出的《A Pra

    6分钟前
    00
  • 连Claude 3.5都败下阵来,大语言模型能否定位软件服务的故障根因?

    论文的第一作者是香港中文大学(深圳)数据科学学院三年级博士生徐俊杰龙,指导老师为香港中文大学(深圳)数据科学学院的贺品嘉教授和微软主管研究员何世林博士。贺品嘉老师团队的研究重点是软件工程、LLM for DevOps、大模型安全。大型语言模

    24秒前
    00

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信