Results 1 to 1 of 1

Thread: Child Theme Functions & Hooks

  1. #1
    Thread Starter
    lucrothe's Avatar
    Join Date
    Apr 2010
    Location
    United States
    Posts
    91
    Thanks
    18
    Thanked 13 Times in 7 Posts

    Child Theme Functions & Hooks

    Hello,

    I would like to use a child theme that I have started and add in a content area under the comment section of a posting. In my child theme functions.php file I added:

    Code:
    function insert_company_bio() { 
        echo '<div class="bio">' . __( 'Example.com is a Southern California based company that specializes in serving up 404 pages.', 'appthemes' ) . '</div>';
    }
    add_action( 'appthemes_after_page_content', 'insert_company_bio' );
    Which is from the help library here:
    http://docs.appthemes.com/action-hoo..._page_content/

    When I visit the site and click on a listing, I don't see it saying anything about Example.com is a Southern... but I see it show up on a normal post.

    Is there a different hook that could use to show something under the comments area?

    TIA

    Lucrothe

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] functions.php for child-theme
    By lunovis in forum Report JobRoller Bugs
    Replies: 2
    Last Post: November 15th, 2012, 08:14 AM
  2. theme-functions.php not working inside child theme folder
    By jobortunity in forum JobRoller General Discussion
    Replies: 6
    Last Post: November 6th, 2012, 03:24 AM
  3. Sold ribbon using hooks in child theme
    By plink in forum ClassiPress General Discussion
    Replies: 8
    Last Post: May 18th, 2012, 07:14 PM
  4. Related Ads using hooks (functions.php) in child theme
    By plink in forum ClassiPress General Discussion
    Replies: 4
    Last Post: May 5th, 2012, 01:22 AM
  5. [SOLVED] Hooks and Child Theme in Wordpress 3.3.1 and Classipress 3.1.6/3.1.7
    By laura in forum Report ClassiPress Bugs
    Replies: 12
    Last Post: January 30th, 2012, 03:30 PM