• xengil

    (@xengil)


    hi
    i have a dog custom post type that can add a dog update it update it and …

    i want to make an acitvity stream for my action for example:

    when add a dog or update a dogs image post acitvity in activity page

    johny added to dogs

    johny’s image updated

    also there is live example : link

    i just want to know how design database schema for this porpus and how handle save acivity

Viewing 1 replies (of 1 total)
  • Jarret

    (@jarretc)

    You don’t have to design anything within the database as the info is already provided assuming you know how to read it.

    Create a custom page template to display the custom post type content. Then I would look into hooking into save_post http://codex.ww.wp.xz.cn/Plugin_API/Action_Reference/save_post and each time that fires you can use it to post an update to the custom page template.

Viewing 1 replies (of 1 total)

The topic ‘activity stream for custom post type’ is closed to new replies.