=== Disable Title Links ===
Contributors: samiur6688
Tags: title links, disable links, post title, page title, permalinks
Requires at least: 5.6
Tested up to: 7.0
Requires PHP: 7.4
Stable tag: 1.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Disables post and page title links site-wide, showing titles as plain text without clicks, underlines, or page reloads.

== Description ==
**Disable Title Links** is a lightweight WordPress plugin that removes clickable behavior from post and page title links across the site. Titles remain visible as plain text, ensuring there are no accidental clicks, page reloads, or visual link styling.

This plugin works with WordPress themes that use the standard `.entry-title a` markup for post and page titles.

== Key Features ==
- **Site-wide Title Link Disable:** Removes click functionality from post and page title links.
- **No Page Reload:** Prevents navigation when clicking on titles.
- **Plain Text Appearance:** Removes underline styling while inheriting the surrounding text color.
- **Targeting .entry-title a:** Works with themes that use `.entry-title a` markup.
- **Lightweight & Safe:** Uses minimal CSS and JS.

== Installation ==
1. Upload the plugin files to the `/wp-content/plugins/disable-title-links` directory, or install the plugin through the WordPress Plugins screen.
2. Activate the plugin through the **Plugins** screen in WordPress.
3. Post and page titles will immediately appear as plain text. 

== Frequently Asked Questions ==

= Does this plugin remove permalinks permanently? =
No. Permalinks remain intact in the database.

= Will this work with any theme? =
No. This plugin is not meant to work for all themes. It will only work with themes that uses .entry-title a.

= Does this affect the admin dashboard? =
No. The plugin only affects the frontend of the site.

== Changelog ==
= 1.0 =
* Initial release.