This file contains hidden or 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
<!-- wp:paragraph --> | |
<p>Welcome to image alignment! The best way to demonstrate the ebb and flow of the various image positioning options is to nestle them snuggly among an ocean of words. Grab a paddle and let's get started.</p> | |
<!-- /wp:paragraph --> | |
<!-- wp:paragraph --> | |
<p>On the topic of alignment, it should be noted that users can choose from the options of <em>None</em>, <em>Left</em>, <em>Right, </em>and <em>Center</em>. In addition, they also get the options of <em>Thumbnail</em>, <em>Medium</em>, <em>Large</em> & <em>Fullsize</em>.</p> | |
<!-- /wp:paragraph --> | |
<!-- wp:paragraph --> | |
<p>The image below happens to be a full sized, <em><strong>centered</strong></em><strong> Gutenberg Image Block.</strong></p> |
This file contains hidden or 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
<figure class="aligncenter amp-wp-b50f343"> | |
<amp-img src="https://amp-wp.test/wp-content/uploads/2013/03/image-alignment-580x300.jpg" alt="Image Alignment 580x300" width="580" height="300" class="size-full wp-image-967 amp-wp-enforced-sizes amp-wp-c5a25c2 i-amphtml-element i-amphtml-layout-intrinsic i-amphtml-layout-size-defined i-amphtml-layout" srcset="https://amp-wp.test/wp-content/uploads/2013/03/image-alignment-580x300.jpg 580w, https://amp-wp.test/wp-content/uploads/2013/03/image-alignment-580x300-300x155.jpg 300w" sizes="(max-width: 580px) 100vw, 580px" layout="intrinsic" style="width: 580px;"> | |
<i-amphtml-sizer class="i-amphtml-sizer"> | |
<img class="i-amphtml-intrinsic-sizer" src="data:image/svg+xml;charset=utf-8,<svg height="300px" width="580px" xmlns="http://www.w3.org/2000/svg" version="1.1"/>"> | |
</i-amphtml-sizer> | |
<img decoding="async" alt="Image Alignment 580x300" srcset="https://amp-wp.test/wp-content/uploads/2013/03/image-alignment-5 |
This file contains hidden or 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
<?php | |
class WP_Offline_Page { | |
/** | |
* Initializes the instance. | |
*/ | |
public function init() { | |
add_action( 'current_screen', array( $this, 'remove_page_attributes' ) ); | |
// other code removed. |
This file contains hidden or 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
<?php | |
/** | |
* You can add this to your child theme either in the functions.php file or in a separate file. | |
* Make sure that | |
add_action( 'admin_init', 'beans_child_test_fields' ); | |
/** | |
* Test the Fields API for post meta. | |
* |
This file contains hidden or 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
[alias] | |
# Opens the Atom editor. | |
atom = ! atom | |
# =================================== | |
# Viewing history | |
# =================================== | |
# Shows a graphical log. | |
logone = log --oneline --decorate --all --graph |
This file contains hidden or 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
# =================== | |
# Aliases | |
# =================== | |
alias sites="cd ~/Sites/" | |
alias beans="cd ~/Sites/beansdev/app/public/wp-content/themes/tm-beans/" | |
alias ~="cd ~" | |
alias ..="cd .." | |
alias ...="cd ../.." |
This file contains hidden or 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
<?php | |
/** | |
* Brief description of the Plugin | |
* | |
* @package CompanyName\PluginName | |
* @author your name or company name | |
* @license GPL-2.0+ | |
* @link https://example.com | |
* | |
* @wordpress-plugin |
This file contains hidden or 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
<scheme name="KnowTheCode" version="142" parent_scheme="Default"> | |
<option name="FONT_SCALE" value="1.0" /> | |
<metaInfo> | |
<property name="created">2018-04-06T09:57:53</property> | |
<property name="ide">PhpStorm</property> | |
<property name="ideVersion">2017.3.5.0.0</property> | |
<property name="modified">2018-04-06T09:58:04</property> | |
<property name="originalScheme">KnowTheCode</property> | |
</metaInfo> | |
<option name="LINE_SPACING" value="1.5" /> |
This file contains hidden or 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
# =================== | |
# Aliases | |
# =================== | |
alias sites="cd ~/Sites/" | |
alias beans="cd ~/Sites/beansdev/app/public/wp-content/themes/tm-beans/" | |
alias ~="cd ~" | |
alias ..="cd .." | |
alias ...="cd ../.." |