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...
This hook will allow you to add something above the obituary content area and below the breadcrumbs...
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 ...
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...
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!...
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...
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 ...