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: Newsroom | |
* | |
* @package becketfund | |
*/ | |
global $post; | |
// retrieve our search query if applicable . |
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
Open the file | |
Click CTRL + F | |
Select "Current document" in "Find in" (You can also select the folder if you have multiple files) | |
Search in "Source code" | |
Tick "Use regular expression" | |
Type "[\r\n]{2,}" (without quotes) in "Find" | |
Type "\n" (without quotes) in "Replace" | |
Press "Replace All" | |
//This removes all blank lines in Dreamweaver. |
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
http://csscheckbox.com/ |
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
http://code.octopuscreative.com/fancyselect/ |