Connect with Peer Bloggers

Get your Bloggers ID and network with best bloggers around the world.

Ruben Sargsyan's personal website

This blog contains php, javascript and other scripts, wordpress plugins. It also contains popular scripts and wordpress plugins or themes bugfixes....
7

Get values of a custom field belonging to the category or tag posts in WordPress

Ruben Sargsyan's personal website ― This is an example how to get the values of a custom field belonging to the category or tag posts in WordPress: <?php function get_custom_field_values($custom_field,$term_taxonomy_id){ global $wpdb;   $query = "SELECT ".... (more)
 Ruben Sargsyan ― Posted on Apr 9th, 2012
13

WordPress plugin “Share Buttons Simple Use” new 1.3 version

Ruben Sargsyan's personal website ― The new version of WordPress plugin “Share Buttons Simple Use” 1.3 is created. The following updates have been done in this version: 1. Google buzz button is removed. 2. Google plus button is added. Plugin Homepage (more)
 Ruben Sargsyan ― Posted on Feb 8th, 2012
36

Get user added custom fields in WordPress

Ruben Sargsyan's personal website ― A short code to get all user added custom fields in WordPress: <?php $custom_fields = $wpdb->get_col("SELECT meta_key FROM $wpdb->postmeta GROUP BY meta_key HAVING meta_key NOT LIKE '_%' ORDER BY meta_key"); natcasesort&... (more)
 Ruben Sargsyan ― Posted on Dec 1st, 2011
72

WordPress plugin “Automatically Remove Links From Posts”

Ruben Sargsyan's personal website ― Automatically remove links from posts when they are published and keep the anchor text in tact. This is a plugin for those with autoblogs or outsourcing content and do not want external links on their site. It automatically strips all outgoing links.... (more)
 Ruben Sargsyan ― Made popular on Oct 20th, 2011
75

WordPress plugin “Explanatory Dictionary” new 3.0 version

Ruben Sargsyan's personal website ― The new version of WordPress plugin “Explanatory Dictionary” 3.0. is created. The following updates have been done in this version: 1. The tooltips show and hide using jQuery fadeIn and fadeOut effects. 2. Now you can move the mouse... (more)
 Ruben Sargsyan ― Made popular on Oct 7th, 2011
84

WordPress plugin “Useful Banner Manager” new 1.1 version

Ruben Sargsyan's personal website ― The new version of WordPress plugin “Useful Banner Manager” 1.1 is created. The following updates have been done in this version: 1. Added banners rotation function. 2. Added new options for banners – “Image Alt” and &... (more)
 Ruben Sargsyan ― Posted on Aug 31st, 2011
58

WordPress plugin “UBM Premium”

Ruben Sargsyan's personal website ― It is the premium version of WordPress plugin “Useful Banner Manager“. This plugin helps to manage the banners easily over your WordPress blog. It works with BuddyPress too.   Price: $14.99   Additional features: count the... (more)
 Ruben Sargsyan ― Posted on Aug 30th, 2011
83

Get Countries Info

Ruben Sargsyan's personal website ― I’d like to inform you about my new created website – http://www.getcountries.info. It is a website where you can get info of the country by its name (capital, currency, currency code, TLD, calling code, google news, yahoo answers about... (more)
 Ruben Sargsyan ― Posted on Aug 8th, 2011
80

Modify the categories from WordPress default widget “Categories”

Ruben Sargsyan's personal website ― I have a post about how to exclude the categories from WordPress default widget “Categories”. Now I’d like to bring to your attention how to modify the categories from WordPress default widget “Categories” for the users... (more)
 Ruben Sargsyan ― Posted on Aug 4th, 2011
107

Change input type from text to password for IE

Ruben Sargsyan's personal website ― Changing the type of input after page loaded is not supported in IE and here is an example how to do it using the other way: <html>   <head> <title>Change input type from text to password for IE</title> </head... (more)
Tags: JavaScript, ie
 Ruben Sargsyan ― Posted on Apr 29th, 2011
116

Special proposal from blorner.com

Ruben Sargsyan's personal website ― blorner.com proposes a new opportunity to promote its bloggers! Every 1st day of each month a special bonus will be held among blorner.com bloggers. There will be selected 3 random bloggers and their primary blogs will be posted on this website for a... (more)
 Ruben Sargsyan ― Posted on Apr 12th, 2011
118

WordPress plugin “Share Buttons Simple Use” new 1.2 version

Ruben Sargsyan's personal website ― The new version of WordPress plugin “Share Buttons Simple Use” 1.2 is created. The following updates have been done in this version: 1. Now you can choose the share buttons you want to be shown. 2. Add [share_buttons_simple_use] in any... (more)
 Ruben Sargsyan ― Posted on Apr 9th, 2011
102

WordPress plugin “Outbound Link Manager” new 1.11 version

Ruben Sargsyan's personal website ― The new version of WordPress plugin “Outbound Link Manager” 1.11 is created. The following updates have been done in this version: 1. Some bulk editing bugs were fixed. 2. The Outbound Link Manager now also scans pages. Plugin Homepage (more)
 Ruben Sargsyan ― Posted on Apr 9th, 2011
113

blorner.com

Ruben Sargsyan's personal website ― http://blorner.com is the website where you can create your corner in the blogs world! Creating your corner in the blorner.com, you open a gateway for people to find your blog by your name, as well as to find you by your own blog URL. blorner.com... (more)
Tags: News, blogs, Blorner
 Ruben Sargsyan ― Posted on Apr 9th, 2011
101

WordPress plugin wp-chunk shorten URLs within posts and pages

Ruben Sargsyan's personal website ― wp-chunk is a WordPress plugin to gracefully shorten URLs within submitted comments. It does not affect urls within posts and pages, just comments. But if you want that it affects within posts and pages open the file wp-chunk.php from the plugin... (more)
Tags: Wordpress
 Ruben Sargsyan ― Posted on Apr 9th, 2011