Author Archives: Yury Kherimyan

About Yury Kherimyan

Web Developer, WordPress enthusiast. Love coding and bicycling!

Archives Calendar Widget ScreenShot

Archives Calendar Widget Modified

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/)

[arcalendar month_view=”true” different_theme=”1″ theme=”twentytwelve”]

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(); ?>