WordPress Front End Login Form Code
If you want to add a front end form to login to your website you can do this using the following snippet of code on your template file. You can…
If you want to add a front end form to login to your website you can do this using the following snippet of code on your template file. You can…
Here is how to change the parent slug permalink and also apply it to the children. For example if you have: http://example.com/monthly-event-list/child-page/ And you want to change it to: http://example.com/events/child-page/…
In this post I am going to show you how to implement the Google Maps API with Wordpress' custom fields containing GPS coordinates. I like to use the Advanced Custom…
Here is how to get the Advanced Custom Fields Gallery type to display in the Justified Image Grid plugin. Got the original code for this from https://snippets.khromov.se/integrating-advanced-custom-field-galleries-into-existing-themes-easily/ and modified it…
Here is some code that will use the Advanced Custom Fields file field and output the filename with a link to the file as well.
Flex Slider is an awesome and super basic image slider that you can add to your theme to make it easy for clients to add a slider to their webpages.…