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
[box color="blue"] | |
This is an example of a Content Box, which is easy to implement and can be used to put emphasis on a particular thought or sentiment. | |
[/box] | |
[box color="gray"] | |
This is an example of a Content Box, which is easy to implement and can be used to put emphasis on a particular thought or sentiment. | |
[/box] | |
[box color="green"] | |
This is an example of a Content Box, which is easy to implement and can be used to put emphasis on a particular thought or sentiment. |
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
<h3>Two-Columns</h3> | |
[grid size="one-half first"] | |
This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what exactly is on your mind. | |
[/grid] | |
[grid size="one-half"] | |
This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what exactly is on your mind. | |
[/grid] |
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
<h3>[icon] Buttons</h3> | |
[button text="Small Button" type="small" url="#"] [button text="Standard Button" url="#"] [button text="Large Button" type="large" url="#"] [button text="Extra Large Button" type="extra-large" url="#"] [button text="Button With Icon" icon="genericon-github"] | |
[button text="Small Button" type="small red" url="#"] [button text="Standard Button" type="red" url="#"] [button text="Large Button" type="large red" url="#"] [button text="Extra Large Button" type="extra-large red" url="#"] [button text="Button With Icon" type="red" icon="cart"] | |
[button text="Small Button" type="small gray" url="#"] [button text="Standard Button" type="gray" url="#"] [button text="Large Button" type="large gray" url="#"] [button text="Extra Large Button" type="extra-large gray" url="#"] [button text="Button With Icon" type="gray" icon="cart"] | |
[button text="Small Button" type="small gold" url="#"] [button text="Standard Button" type="gold" url="#"] [button text="Large Button" type="large gold" url="#"] [button t |
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 | |
/** | |
* Template Name: Front Page | |
* | |
* Custom Front Page Template. | |
* | |
* @link https://developer.wordpress.org/themes/template-files-section/page-template-files/page-templates/ | |
* | |
* @package WPshed | |
*/ |
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 | |
// Inlocuire diacritice | |
function inlocuieste_diacritice( $content ) { | |
$cu_diacritice = array( | |
'â', | |
'î', | |
'ă', |
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 | |
/* | |
Plugin Name: Load Script Widget | |
Description: Example Widget for loading front-end / back-end script only if a widget is active. | |
Author: Stefan I. | |
Version: 1.0.0 | |
Author URI: https://wpshed.com/ | |
License: GPLv2 or later | |
License URI: http://www.gnu.org/licenses/gpl-2.0.html | |
*/ |
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
[grid size="one-half first"] | |
[box color="blue"] | |
This is an example of a Content Box, which is easy to implement and can be used to put emphasis on a particular thought or sentiment. | |
[/box] | |
[box color="gray"] | |
This is an example of a Content Box, which is easy to implement and can be used to put emphasis on a particular thought or sentiment. | |
[/box] |
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
[grid size="one-third first"] | |
[quote]“Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.”<strong> – Wes Straham</strong> | |
[/quote] | |
[/grid] | |
[grid size="one-third"] | |
[quote color="gray"]“Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.”<strong> – Wes Straham</strong> | |
[/quote] | |
[/grid] |
NewerOlder