Start a conversation

Developers

  • Add an additional tab

    Here is an example class on how to add an additional tab. the class also creates a permission system so you can turn off the tab per obituary...

  • Add something on obituaries page above content

    This hook will allow you to add something above the obituary content area and below the breadcrumbs...

  • Custom Templates

    Developing Custom Templates FuneralPress offers the ability to create custom templates! Custom templates are located in the plugin directory under the folder /templates/ You can overide any of the se ...

  • Change the add obituary form

    If you need to modify the add obituary form you can use the following filter   apply_filters('wpfh/add_obit/form_after', $form);This filter allows you to take the form and output fields in your own fo...

  • Change any text in funeralpress

    If you need to change any text in FuneralPress you can do so by adding this function to your themes function.php file. This will force translate the string!...

  • How to add more social media buttons

    If you would like to add some custom share buttons you can do so using a hook. The following example places share buttons from sharethis Taking that information we can inject that into funeralpress us...

  • Overiding css

    Here is how you can overide the default css Add the following to your functions.php in your theme and upload a file called funeralpress.css  this file will load after all the funeralpress style files ...