after updating my theme the rss does not work. Here is the code found in header.php
<title><?php wp_title(‘|’, true, ‘right’); ?></title>
<meta charset=”<?php bloginfo( ‘charset’ );?>” />
<meta http-equiv=”Content-Type” content=”text/html; charset=UTF-8″>
<meta name=”viewport” content=”width=device-width, initial-scale=1.0″>
<link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>” />
<?php
wp_head(); /** we hook up in wp_booster @see td_wp_booster_functions::hook_wp_head */
?>
<body <?php body_class() ?> itemscope=”itemscope” itemtype=”<?php echo td_global::$http_or_https?>://schema.org/WebPage”>
<?php //this is closing in the footer.php file ?>
<?php /* scroll to top */?>
<div class=”td-scroll-up”><i class=”td-icon-menu-up”></i></div>
<div id=”td-outer-wrap”>
<div class=”td-transition-content-and-menu td-mobile-nav-wrap”>
<?php locate_template(‘parts/menu-mobile.php’, true);?>
</div>
<?php //this is closing in the footer.php file ?>
<div class=”td-transition-content-and-menu td-content-wrap”>
<?php
td_api_header_style::_helper_show_header();
do_action(‘td_wp_booster_after_header’); //used by unique articles
-
This topic was modified 10 years by
leonard.
Hello leonard,
Unfortunately, our theme does not have such an option of RSS support, sorry! Please try to find some plugins with this functionality and see how it works for you but we do not have recommended plugins in this regard with our theme. If you want to display more levels in our theme and you are not aware of the steps in this regard, please consider hiring a freelancer/developer to implement this feature in our theme because we cannot provide custom services at the moment, sorry!
Thank you for your understanding!
Hello,
There seems to be a misunderstanding.
I meant the core RSS feed that is in part of WordPress core. Not interested in a plugin that insert feed on my page.
The RSS feed of any wordpress website should be available through http://www.website.com/feed irrelevant of the theme.
This core RSS feed of my website is broken not from a plugin. I do not use any rss plugins.
thanks
@leonard
Theme does not control or impact RSS, that is part of WordPress.
If RSS feed broken you likely have a bad rewrite rule impacting the endpoint generated via WordPress.
Resaving your permalinks “might” help with that as well as clearing your transients.
Also, if you added any custom rule to your functions.php or htaccess file from bad caching plugin, this can break default RSS endpoints/URLs. Good to manually check your htaccess file for such garbage leftovers. Check anything you added to functions.php which might impact that.
