The Buffet Framework comes with the following set of theme actions. You can use them to add or edit any custom content in your child theme. For more information on how to use actions and filters, check out the WordPress Codex.
Actions Reference
Frontend Actions
bf_above_archive_posts
Executed right before the posts in the archive page.
bf_above_content
Executed inside the main DIV container after the header.
bf_above_footer
Executed right after all the content, right before the footer.
bf_above_index_news
Executed right before the news posts in the index page.
bf_above_nav
Executed right before the main navigation at the header.
bf_above_post
Executed right before the post content, above its title.
bf_above_primary_sidebar
Executed right before the primary sidebar in all pages.
bf_above_search_posts
Executed right before the posts in the search page.
bf_above_secondary_sidebar
Executed right before the secondary sidebar in all pages.
bf_below_archive_posts
Executed right after the posts in the archive page.
bf_below_comments
Executed right after the comments, after the reply form.
bf_below_content
Executed before the closing tag of the main DIV container.
bf_below_index_news
Executed right after the news posts in the index page.
bf_below_nav
Executed right after the main navigation at the header.
bf_below_post
Executed right after the post content, before the post comments.
bf_below_primary_sidebar
Executed right before the primary sidebar in all pages.
bf_below_search_posts
Executed right before the posts in the search page.
bf_below_secondary_sidebar
Executed right after the secondary sidebar in all pages.
bf_body
Executed right after the <body> tag.
bf_footer
Executed right before the closing tag, after WordPress’ wp_footer action hook.
bf_head
Executed after wp_head action hook, in the <head> tag.
bf_jquery
Executed inside the document ready function of jQuery.
Admin Actions
bf_above_admin_content
bf_below_admin_content
bf_admin_$name
bf_admin_load_$submit
bf_admin_categories_form
bf_admin_design_form
bf_admin_general_form
bf_admin_layout_form
bf_admin_navigation_form
bf_admin_remove_form