WordPress Overrides

Trumpetvine Framework Makes these modifications and additions to WordPress:

  • _s CSS and js
  • bootstrap CSS and js
  • tf.js
  • logging (tf_log etc)
  • in HTML header, dont load unneeded content: start_post_rel_link() and adjacent_posts_rel_link_wp_head()
  • Page Category Taxonomy tf_tax.php
  • Turn off old (aim, jabber) entries in user admin
  • tf_normalize_url_link() add http:// if needed, tf_util.php
  • disable theme and plugin editting in the admin interface
  • flexslider ???
  • lightview ???
  • /wp/wp-content/themes/trumpetvine-framework/phpinfo.php
  • basic templates: Full Width w/ title (is default page template also, is default status home page template alsop), full width w/o title, regular sidebar /title, regular sideboard w/o title, WP widgetized sidebar w/ title, WP widgetized sidebar w/o title (see examples on trumpetvine-framework.com)
  • tf_linkphone($num,$text) make phone number a link, tf_util.php
  • function tf_unserialize($str) to unserialize data in user meta, tf_data.php
  • in tf_admin.php are examples of a dashboard and admin notice calling card, but neither are live
  • removes dorky outdated WP social links from user admin pages

Need to Doc:

  • *example*.php files in parent
  • menu_example in tf_enqueue.php
  • everything in the child theme