-
Change 'Exit to' WP Admin Link in Oxygen Builder
Recent post on FB (link) asked how to change the Exit links in the Oxygen Builder.
-
Using Rewrite Endpoints with Oxygen Builder
Here I’ll show how I use Rewrite Endpoints to show different content based on the endpoint used.
-
Add some keyboard shortcuts to make things faster/easier in OxygenBuilder
Here’s a script you can add to Code Snippets or your custom plugin to speed up your workflow.
-
Replicate default Wordpress /embed post feature
OxygenBuilder disables the Wordpress theme and renders content using its own templates, so if something isn’t created for a specific content type, Oxygen will render the page using the catch-all template.
-
Create Tabs for Categories and their content
OxygenBuilder’s Repeater works with the WP_Query class to retrieve post objects and spits them out in a loop.
However, it does not support other classes like WP_Term_Query or WP_User_Query that can query taxonomies and users respectively. -
Using a Repeater to render a Wordpress Menu - Part 2
This is part 2. Part 1 can be found here
-
Using a Repeater to render a Wordpress Menu - Part 1
Edit: Post was updated on 22/4/2022 to fix the
get_menu_item_featured_image
function. -
Markdown
Text can be bold, italic,
strikethroughorkeyword
. -
Welcome to Jekyll!
You’ll find this post in your
_posts
directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to runjekyll serve
, which launches a web server and auto-regenerates your site when a file is updated.