• Duplicate Page/Post Snippet

    The snippet below adds duplicate option to edit menu for any page or post type. Originally copied from WP Code Snippets Library and altered to clear the slug so it wont need to be edited every time. Add this PHP snippet to WP Code Sippets and set to run in Admin Only. Read more

  • Changing Breakpoints

    Snippets Below you will find snippets for changing the breakpoints of various blocks. getwid – Content Timeline Block The timeline is full-width until the screen reaches 992px The below snippet makes the timeline full width all the time. Read more

  • Create Custom Blocks

    Steps: Register Block Add something like the following to functions.php. This will create the custom category and register our blocks. Change block-name to your custom block name. Then, create a folder named blocks within the theme. Within the blocks folder, create a folder named the block name you are creating. Inside that folder, create 2 Read more