|
@@ -24,6 +24,15 @@ function av_change_logo_link($link)
|
|
|
return $link;
|
|
|
}
|
|
|
|
|
|
+/****************
|
|
|
+ * remove left/right provider navigation
|
|
|
+*****************/
|
|
|
+function no_post_nav($entries)
|
|
|
+ {
|
|
|
+ $entries = array();
|
|
|
+ return $entries;
|
|
|
+ }
|
|
|
+add_filter('avia_post_nav_entries','no_post_nav');
|
|
|
|
|
|
/****************
|
|
|
* add AVIA Framework (enfold theme) shortcodes to the wysiwyg
|