Skip to content

Instantly share code, notes, and snippets.

@webmaster007
webmaster007 / author.php
Last active March 14, 2018 11:34
WP-Search-Username - Wordpress plugin - Description = Typ the username and find the author page from the author that you looking.
<?php
/*
* Template Name: Author Page Template
*/
?>
<?php get_header(); ?>
@webmaster007
webmaster007 / emClient_Theme__ModernBlueOrange.emtheme
Last active March 27, 2018 20:03
emClient theme ModernBlueOrange
<?xml version="1.0" encoding="utf-8"?>
<SerializableColorTheme name="eM Client - Theme: ModernBlueOrange" author="Robin Grasmeijer">
<!--Form-->
<MainBoxBorderColor description="Color of a space around messages/contact/event/task list">#0073C6</MainBoxBorderColor>
<FormBackground description="Background color of all windows">#F7F6F5</FormBackground>
<FormForeground description="Color of texts in all windows">#444444</FormForeground>
<FormCaptionButtonColors>
<ButtonTextColor description="Gets the text color of a button if the mouse cursor is over the button">#FFFFFF</ButtonTextColor>
@webmaster007
webmaster007 / emClient_Theme__ModernWhiteBlue.emtheme
Created April 19, 2018 14:33
emClient Theme Modern White Blue
<?xml version="1.0" encoding="utf-8"?>
<SerializableColorTheme name="eM Client - Theme: ModernWhiteBlue" author="Robin Grasmeijer">
<!--Form-->
<MainBoxBorderColor description="Color of a space around messages/contact/event/task list">#0073C6</MainBoxBorderColor>
<FormBackground description="Background color of all windows">#F7F6F5</FormBackground>
<FormForeground description="Color of texts in all windows">#444444</FormForeground>
<FormCaptionButtonColors>
<ButtonTextColor description="Gets the text color of a button if the mouse cursor is over the button">#FFFFFF</ButtonTextColor>