Author Archives: Yury Kherimyan

About Yury Kherimyan

Web Developer, WordPress enthusiast. Love coding and bicycling!

Archives Calendar Widget ScreenShot

Archives Calendar Widget Modified

MonTueWedThuFriSatSun
    123
45678910
11121314151617
18192021222324
25262728293031
       
      1
2345678
9101112131415
16171819202122
232425262728 
       
   1234
567891011
12131415161718
19202122232425
262728293031 
       
1234567
891011121314
15161718192021
22232425262728
293031    
       
     12
3456789
10111213141516
17181920212223
24252627282930
       
    123
45678910
11121314151617
18192021222324
25262728293031
       
 123456
78910111213
14151617181920
21222324252627
28293031   
       
      1
2345678
9101112131415
16171819202122
23242526272829
30      
 123456
78910111213
14151617181920
21222324252627
282930    
       
     12
3456789
10111213141516
17181920212223
24252627282930
31      
    123
45678910
11121314151617
18192021222324
252627282930 
       
 123456
78910111213
14151617181920
21222324252627
28293031   
       
1234567
891011121314
15161718192021
22232425262728
293031    
       
     12
3456789
10111213141516
17181920212223
24252627282930
31      
      1
2345678
9101112131415
16171819202122
23242526272829
3031     

This is a modified version of Archives Calendar Widget for WordPress.Ā I will try to patch any updated done to the original plugin and will concentrate on providing additional features.

Extra Features:

  • Popover jQuery plugin integrated in order to show the titles of a day’s posts rather than leading right into the archives.
  • Except from title, an image related to the post is shown. It’s either the featured image or the first image in post.

Special thanks to Aleksei Polechin for his original plugin (You can find him here: http://alek.be/)

Palinodiae.com ScreenShot

Palinodiae

A maganize’s website called Palinodiae.Ā Ī¤Īæ Ļ€ĪµĻĪ¹ĪæĪ“Ī¹ĪŗĻŒ Palinodiae ĪµĪÆĪ½Ī±Ī¹ Ī­Ī½Ī± Ī±Ī½ĪµĪ¾Ī¬ĻĻ„Ī·Ļ„Īæ ĪµĪ³Ļ‡ĪµĪÆĻĪ·Ī¼Ī± Ī¤Ī­Ļ‡Ī½Ī·Ļ‚ ĪŗĪ±Ī¹ Ī“ĻĪ±Ī¼Ī¼Ī¬Ļ„Ļ‰Ī½ Ļ€ĪæĻ… ĻƒĻ…Ī½Ī“Ī±Ļ…Ī»ĪÆĪ¶ĪµĪ¹ ĻŒĻƒĪæĻ…Ļ‚ Ī²ĻĪÆĻƒĪŗĪæĻ…Ī½ ĪŗĪ±Ī¹ Ļ‡Ī¬Ī½ĪæĻ…Ī½ Ļ„ĪæĪ½ ĪµĪ±Ļ…Ļ„ĻŒ Ļ„ĪæĻ…Ļ‚ Ļ‡Ļ‰ĻĪÆĻ‚ Ī½Ī± Ī½Ī¹ĻŽĪøĪæĻ…Ī½ Ļ…Ļ€ĪµĻĪøĻ…Ī½ĪæĪ¹ Ī½Ī± Ī±Ļ€ĪæĪ»ĪæĪ³Ī·ĪøĪæĻĪ½. Ī“ĪµĪ½Ī½Ī®ĪøĪ·ĪŗĪµ ĻƒĻ„Ī·Ī½ Ī“Ī±Ī»Ī»ĪÆĪ± ĪŗĪ±Ī¹ Ļ€Ī±ĻĪ¬Ī³ĪµĪ¹ ĪŗĪ±Ī»Ī»Ī¹Ļ„ĪµĻ‡Ī½Ī¹ĪŗĻŒ Ī­ĻĪ³Īæ Ī±Ļ€ĻŒ Ļ„Īæ 2012.

Used technologies:

  • WordPress
  • JetPack
  • CrossRoad premium theme
  • Append Link on Copy
  • Category SEO Meta Tags
  • CloudFlare
  • Fast Secure Contact Form
  • Google Analyticator
  • qTranslator Plus
  • Share Counter
  • WordPress SEO
  • WP Date Remover

Link:Ā http://www.palinodiae.com

VSRP_feat_image

WordPress Vertical Scroll Recent Post Plugin

Vertical Scroll Recent Post allows you to add a scrolling div, where the desired number of posts titles will be displayed one after the other. It can be placed either as a widget or a shortcode wherever you like. Available options to display post’s date, post’s thumbnail etc.

Features:

  • Multiple Widgets andĀ Shortcodes
  • Different scrollings with different settings
  • Pause on mouseover
  • Option to display post’s thumbnail
  • Option to display post’s date
  • Option to display link to all posts of Widget
  • Option for scrolling direction
  • Option to choose category
  • Option to select order

Plugin configuration:

  1. Drag and drop the Widget, multiple widgets allowed.
  2. Use the desired Shortcode in Posts/Pages.
  3. Add directly in to the Theme using the following PHP code:
    <?php $instance = array( 'class' => "", 'vsrp_id' => ID ); if ( function_exists( 'vsrp' ) ) vsrp(); ?>