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
#https://www.makeuseof.com/tag/5-ways-to-print-folder-and-directory-contents-in-windows/ | |
dir>print.txt |
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
#Files | |
Options All -Indexes | |
<files .htaccess> | |
Order allow,deny | |
Deny from all | |
</files> | |
#WordPress | |
<files wp-login.php> | |
order deny,allow |
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
<script> | |
/*Substitute your id in src*/ | |
jQuery(window).load(function(){ | |
jQuery('a[href*="youtube.com/watch"]').magnificPopup({ | |
type: 'iframe', | |
iframe: { | |
patterns: { | |
youtube: { | |
index: 'youtube.com', | |
id: 'v=', |
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
<p><strong>What information do we collect?</strong></p> | |
<p>We collect information from you when you subscribe to our newsletter or fill out a form.</p> | |
<p>When ordering or registering on our site, as appropriate, you may be asked to enter your: name, e-mail address or phone number. You may, however, visit our site anonymously.</p> | |
<p>Google, as a third party vendor, uses cookies to serve ads on your site. Google’s use of the DART cookie enables it to serve ads to your users based on their visit to your sites and other sites on the Internet. Users may opt out of the use of the DART cookie by visiting the Google ad and content network privacy policy.</p> | |
<p><strong>What do we use your information for?</strong></p> | |
<p>Any of the information we collect from you may be used in one of the following ways:</p> | |
<p><em>• To contact you following the form you filled out.</em><br> | |
Your information, whether public or private, will not be sold, exchanged, transferred, or given to any other company for any reason whatsoever |
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
<h1>Privacy Policy</h1> | |
<p><em>What information do we collect?</em></p> | |
<p>We collect information from you when you subscribe to our newsletter or fill out a form.</p> | |
<p>When ordering or registering on our site, as appropriate, you may be asked to enter your: name, e-mail address or phone number. You may, however, visit our site anonymously.</p> | |
<p>Google, as a third party vendor, uses cookies to serve ads on your site. Google’s use of the DART cookie enables it to serve ads to your users based on their visit to your sites and other sites on the Internet. Users may opt out of the use of the DART cookie by visiting the Google ad and content network privacy policy.</p> | |
<p><em>What do we use your information for?</em></p> | |
<p>Any of the information we collect from you may be used in one of the following ways:</p> | |
<ul> | |
<li>To contact you following the form you filled out. Your information, whether public or private, will not be sold, exchanged, transferred, or given to any other company for any r |
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
*~ | |
.DS_Store | |
.svn | |
.cvs | |
*.bak | |
*.swp | |
Thumbs.db | |
# wordpress specific | |
wp-config.php |
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
function remove_acf_menu() | |
{ | |
// provide a list of usernames who can edit custom field definitions here | |
$admins = array( | |
'admin', | |
'levy-admin', | |
'barb' | |
); |
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
# To test Godaddy cPanel WordPress site: | |
#1) Add cPanel IP then domain | |
#2) ipconfig /flushdns | |
#3) ping yourdomain.com to check that it is forwarding | |
# EXAMPLE: | |
23.229.216.195 thorcon.net | |
23.229.216.195 www.thorcon.net |
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
<?php edit_post_link('edit', '<p>', '</p>'); ?> |
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
.main { | |
img[class*="wp-image"] { | |
@include img-responsive; | |
} | |
@include bp-md-max { | |
@include center-block; | |
float:none; | |
} | |
} |
NewerOlder