You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creates a subdirecty tree based upon a file name to work around the 999 object list issues on S3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
An example javascript api-based `esbuild` build script with a watch and automatic post-build bash script execution.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Anyhow, this comphrenhensive list was ungooglable for me.
Googling "List of Visual Composer Shortcodes" gives nothing at all.
I guess that's how it goes with most of Wordpress things; references are sparse and examples are numerous.
Reminds me of Classic ASP, where W3Schools literally is your best reference. Because Microsoft don't document shit.
WordPress - WP: Add /blog to your Post post type only and remove it from your other custom post types and taxonomies after adding /blog
Add a /blog to your WordPress blog posts only and remove it from the other post types
This is useful if you want to know when a user is viewing a blog post in Google Analytics vs a page. Or if you want to just have an easy way to distinguish your blog content from your other content using the URL.
There may be an easier way to do this but all of my Googling didn't turn up any answers that let you modify the post URLs only.
Add the code from remove-blog-front-from-custom-post-types.php to your theme's functions.php or to a custom plugin or some file where it will get loaded. This code prevents the new blog base from being applied to the URLs of Custom POst types and taxonomy archives.
Log into your WordPress admin
Go to Settings -> Permalinks
Select the Custom Structure field and add /blog to the Permalink structure (add this before the /%postname% part of the URL
rollup config for a wordpress plugin including scss/es2018 support
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Simple Python script to rip everything from BitBucket across to Github with minimal interaction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Download and Insert a Remote Image File into the WordPress Media Library
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Emulate print media in Firefox 62 (userscript work in progress)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Upload a file from a URL to the WordPress media gallery. Supports images, PDFs, and other file types.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters