When you install Arturo, the default setup is compromised of multiple functions that have been hooked into specific actions. Here’s a run down of all of the functions in the /admin/actions.php
file in version 1.0.
- arturo_404
- What appears on your 404 page.
- arturo_archive_title
- The title on the Archive pages.
- arturo_attachment_content
- The attachment template content
- arturo_attachment_nav_links
- The links to navigate through a post’s attachments
- arturo_attachment_parent
- The link to return to the main post when viewing the attachment template
- arturo_authorbox
- The author box that appears below the single post content.
- arturo_author_title
- The author box at the top of the Author pages.
- arturo_category_title
- The title on the Category pages.
- arturo_columns_post_content
- The post content in the include_column() function.
- arturo_columns_post_readmore
- The read more link in the include_column() function.
- arturo_columns_post_title
- The post title in the include_column() function.
- arturo_comment_navigation
- The comments pagination navigation.
- arturo_comment_section
- The post’s and page’s comments.
- arturo_comment_section_nocomment
- What appears when comments are closed. The default is “Comments are closed.”
- arturo_comment_section_reply
- The reply form below the comments list.
- arturo_comment_section_title
- The comments header on the single posts and pages.
- arturo_description
- The site description in the header
- arturo_extended_footer
- The code for the extended widgetized footer.
- arturo_footer_ad
- The footer ad space.
- arturo_footer_backtotop
- The Back to Top link to the footer.
- arturo_footer_credit
- The Themes by bavotasan.com credit link.
- arturo_footer_text
- The copyright text in the footer.
- arturo_header
- The blog name/logo and the header ad space
- arturo_index_top_slideshow
- The slideshow on the front page
- arturo_loop
- The main WordPress loop that used by every page of your site.
- arturo_navmenu
- The navigation menu in the header. References the theme location “main” in the Appearance => Menus page in the wp-admin.
- arturo_pagination
- The pagination that appears below your posts list.
- arturo_post_content
- The post/page content.
- arturo_post_meta
- The post/page meta.
- arturo_post_title
- The post/page title.
- arturo_readmore
- The read more link.
- arturo_search_title
- The title on the search results page.
- arturo_second_sidebar
- The code for the second widgetized sidebar.
- arturo_sidebar
- The code for the first widgetized sidebar.
- arturo_single_post_content
- The post/page content on the single post/page.
- arturo_single_post_meta
- The post/page meta on the single post/page.
- arturo_single_post_tags
- The post tags on the single post.
- arturo_single_post_title
- The post/page title on the single post/page.