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
// add custom fields' content to search results | |
function cf_search_join( $join ) { | |
global $wpdb; | |
if ( is_search() ) { | |
$join .=' LEFT JOIN '.$wpdb->postmeta. ' ON '. $wpdb->posts . '.ID = ' . $wpdb->postmeta . '.post_id '; | |
} | |
return $join; | |
} |
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
# forked from agnoster.zsh-theme | |
CURRENT_BG='NONE' | |
case ${SOLARIZED_THEME:-dark} in | |
light) CURRENT_FG='white';; | |
*) CURRENT_FG='black';; | |
esac | |
# Special Powerline characters |
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
{ | |
"Right Option Key Sends" : 0, | |
"Tags" : [ | |
], | |
"Ansi 12 Color" : { | |
"Green Component" : 0.83529411764705885, | |
"Red Component" : 0.40784313725490196, | |
"Blue Component" : 1 | |
}, |
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
_ __,----'~~~~~~~~~`-----.__ | |
. . `//====-_ ___,-' ` | |
-. \_|// . /||\\ `~~~~`---.___./ | |
______-==. _-~o~ \/ ||| \\ _,'` | |
__,--' ,=='||\=_ ;_--~/_-'|- |`\ \\ ,' | |
_-' ' | \\`. '-'~7 /- / || `\. / | |
.' | \\ \_ / /- / || \ / | |
/ ____ __ | \\.`-_/ /|- _/ ,|| \ / |
OlderNewer