Reply To: Few issues with Enigmatic incl. Twitter Feed, RSS Feed & adding Pinterest Icon

Support Forums for LiveMesh Themes & Plugins Forums Enigmatic Theme Support Few issues with Enigmatic incl. Twitter Feed, RSS Feed & adding Pinterest Icon Reply To: Few issues with Enigmatic incl. Twitter Feed, RSS Feed & adding Pinterest Icon

#3734
Raghavendra
Moderator

1) With regard to changing the portfolio to service for the individual “portfolio” items, can you try changing the value of the slug parameter at line number 337 in framework/framework.php from –

                'rewrite' => array('slug' => 'portfolio'),

to

                'rewrite' => array('slug' => 'service'),

and see if that makes a difference? For this change to reflect, you will have to manually go to Settings > Permalinks in WordPress Admin and refresh your permalink structure before your custom post type will show the correct structure.

2) As I said earlier, the links I sent are all working –

http://managingthemist.com/feed/
http://managingthemist.com/feed/rss/
http://managingthemist.com/feed/rss2/
http://managingthemist.com/feed/rdf/
http://managingthemist.com/feed/atom/

and they do return me an XML based feed. Are you pointing to a different URL. There is nothing the theme or admin needs to do to setup feeds. They are setup automatically. There is some more information on this here –

http://codex.wordpress.org/WordPress_Feeds

and there are additional links at the bottom of the article. Hope this is helping.