WP2Static seems to strip RSS feed meta
-
My theme uses
<?php wp_head(); ?>
to retrieve the page title and RSS feeds. On the front end, it looks something like this:<title>Site name</title> <link rel="alternate" type="application/rss+xml" title="Site name » Feed" href="https://localhost:8888/wordpress/feed/" /> <link rel="alternate" type="application/rss+xml" title="Site name » Comments Feed" href="https://localhost:8888/wordpress/comments/feed/" />
When creating the static version, the title remains but the RSS links are missing. Can anyone help?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘WP2Static seems to strip RSS feed meta’ is closed to new replies.