Keywords used in this Site:
|
// JL - this code block is a quick hack to add the cosmos styles // for best results, copy the styles into your stylesheet and delete this block function echo_cosmos_styles() { echo <<< COSMOSEND COSMOSEND; } add_filter('wp_head', 'echo_cosmos_styles'); // JL - end block
|
