Update plugins.conf.php
Logic changed to: if feed plugin is deactivated, the feed buttons are displayed in the header. It is unlikely that the FlatPress user wants the buttons in the head and in the menu bar to be displayed at the same time. If the FlaPress user uses a different theme, he can still activate the plugin/widget.
This commit is contained in:
parent
77261028bc
commit
6ce467ef51
@ -24,11 +24,11 @@ $fp_plugins = array(
|
||||
'blockparser',
|
||||
'readmore',
|
||||
'favicon',
|
||||
'commentcenter',
|
||||
'commentcenter', // including Akismet interface
|
||||
'mediamanager',
|
||||
'datechanger', // Lets you change the publish date for (new) entries.
|
||||
// 'feed', // Activates the RSS and Atom feed widget, deactivates the feed links in the header in the Leggero theme
|
||||
'gallerycaptions',
|
||||
'photoswipe',
|
||||
'feed' // Shows the RSS and Atom feed in the header and activates the widget
|
||||
'photoswipe'
|
||||
);
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user