Skip to main content

4 docs tagged with "wordpress"

View All Tags

Creating Custom Permalinks in Wordpress

This tutorial forms (the final) part of our series of tutorials for creating an custom add-on for Events Manager called “Styles”, where we will be able to select from a list of styles during event registration. We are in the process of creating custom styles pages, and now need to register permalinks as part of this step.

How To Safely Add PHP Code To Wordpress

One of the best things about Wordpress is how easy it is to modify and extend with plugins and themes. Moreover, it lets you modify wordpress even further by letting you modify the modification that modifies wordpress! That's a lot of flexibility, and more than often leaves you with more than one approach to things. A common question is where to put small snippets of PHP that make small modifications to other plugins, such as Events Manager. There's three recommended ways, each have their pros and cons:

Trigger a Plugin Update or Activation

There have been some occasions in the past where for some reason or another when updating the plugin, the right functions were not fired which are sometimes to update parts of Events Manager such as the database structure or updating settings.

Using Additional Custom Taxonomies

Events Manager automatically makes any taxonomy associated with events or locations searchable/filterable using our shortcodes and PHP listing functions.