Results 1 to 1 of 1

Thread: Action hooks and filters

  1. #1
    Thread Starter
    Veteran bleem's Avatar
    Join Date
    Feb 2012
    Posts
    1,571
    Thanks
    103
    Thanked 205 Times in 180 Posts

    Action hooks and filters

    Still cant get my head around these but I need help.

    I am trying to position a custom post type in between the search bar and bread crumbs on the ad category page for all ad categories.

    The reason being I am using the rich category description fields plugin. This creates a custom post type called cats and tag pages.

    I have managed to get a working slider to fit in this no problem based on the simply responsive theme.

    I would like the custom post type box created by this plugin to be positioned above the bread crumbs and below the search bar.

    See Image:

    Attachment 8263

    The reason the box sits here like in the photo is because of this code:

    add_action( 'appthemes_before_loop' , array( 'cp_rich_desc', 'tax' ), 1 );

    Is there a hook or filter I can use to move it between the search bar and breadcrumbs?

    Regards

    Bleem

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Advice for action hooks
    By shunarjuna in forum Vantage General Discussion (Legacy)
    Replies: 1
    Last Post: September 7th, 2012, 02:58 PM
  2. Action Hooks in Vantage?
    By TheSyndicate in forum Vantage General Discussion (Legacy)
    Replies: 2
    Last Post: May 3rd, 2012, 11:30 AM
  3. Can someone explaine a ABC way for me on Action Hooks
    By TheSyndicate in forum WordPress General Discussion
    Replies: 8
    Last Post: April 23rd, 2012, 11:02 PM