Skip to main content

Home/ WordPress Beginners/ Group items tagged management

Rss Feed Group items tagged

anekanttruagency

Supercharge your wordpress website file management with File Manager Plugin - 0 views

  •  
    File manager provide you the ability to manage your files and folder with extensive features which can also be upgraded later according to your requirement via File Manager Pro (File type, shortcode, private folder access, Addons/Integrations and many to go) accordingly. Proudly powering 1+ million websites and achieving a 5-star rating!
anekanttruagency

Why use File Manager Plugin for Wordpress? - WP File Manager - 0 views

  •  
    WordPress file manager plugin - Wp File Manager is the finest Plugin to overcome all the riddles throughout your website journey. But before moving forward, we need to understand why this plugin acts as the finest. So let us justify it by giving some thoughts to the circumstances that happen so frequently with almost every designer.
Toshiro Shimura

10 Things You Need to Know About WordPress 2.6 - 1 views

  • Post Versioning Developers familiar with Subversion, or SVN, understand the concept of versioning and diffs. Compare one file, or revision, against another file, or revision, and see a breakdown of differences between the two. With the help of GUI tools, developers can see a color-coded red vs. green (removed vs. added) presentation. This concept has now been applied to posts so you can view differences between posts as well as “revert” to an earlier version of a post. I absolutely love this feature and you can see an example of a “revision compare” built directly into WordPress.
  • Google Gears Support Gears is the Google technology that allows for Firefox (apparently IE 6 too, but I can’t confirm) to “pre-cache” pages and speed up access. Gears has been integrated with WordPress 2.6 on the admin side and speeds things up tremendously. This is particularly important where broadband access is limited or inaccessible (third world, for instance). To enable Gears in your new WordPress 2.6 installation, click on the Turbo link in the upper right corner of your WordPress admin.
  • XML-RPC Editor Functionality Quietly, a new bit of functionality snuck into WordPress trunk that threw a number of developers and kicked off an interesting discussion. In the development cycle, XML-RPC and Atom Pub API for remote editing was turned off by default as a “security precaution” since many recent WordPress security issues seem to stem from the XML-RPC protocol.
  • ...7 more annotations...
  • SQL Security - $wpdb->prepare() Back in WordPress 2.3, the prepare() first emerged, initially unused… but there. The method was very experimental at the time and was not ready for prime-time so, though it was included, it was not yet used. We started to see its emergence in WordPress 2.5 and in WordPress 2.6 it is being used just about everywhere.
  • Shift-Click Selection of Multiple Checkboxes in WP-Admin As the backend of WordPress continues to evolve after the release of the drastically redesigned admin in WP 2.5, usability enhancements are also making their way in.
  • More Avatar Options With the Automattic acquisition of Gravatar last year, in-built support for Gravatars was introduced in WordPress 2.5. WordPress 2.6 gives the blogger more options by allowing for selection of the “default” avatar. Out of the box, the default Gravatar can be “Mystery Man”, a generic grey avatar with a white silhouette of someone. Default avatars can also be “blank” (self-explanatory), the Gravatar logo, Identicons, Wavatars or MonsterIDs. These have all been a part of WordPress.com for some time and now come to the rest of us. For more information, Matt wrote a post for the WP.com community that you should probably check out. The difference here being, of course, that WordPress.com offers “dashboard avatars” and WPFROU (WordPress for the Rest of Us) does not include this functionality.
  • Page Templates over XML-RPC In addition to the XML-RPC/APP security measures listed above, a new key bit of functionality has now been exposed for API editors (and also, if you think about it, demonstrates the power behind XML-RPC and why you might want to turn it off if you don’t use it). The XML-RPC interface now allows for managing page templates from an API editor. To the best of my knowledge, no editor supports this yet and may not. However, increasingly there is the ability to remotely post content from places like YouTube, Utterz and others. None of these services would have any real use for this functionality either, however I want to point out that because they can post remotely anything that is exposed to the remote world can also be managed.
  • Press This Press this! is a new enhancement of a long-existing concept. Bookmarklets. In fact, WordPress used to have a bookmarklet included that would allow a user to quickly start a new post from the browser toolbar, but the functionality was limited.
  • Integrated Theme Preview Theme previewing has been a bugaboo for many a theme designer. How do we check and develop without affecting the rest of the site. Some folks resorted to using Ryan’s venerable Theme Preview plugin. Others setup a beta version of a site that was sandboxed off from the rest of the world. Lots of different approaches, all of which remain valid.
  • Plugin Management Overhaul Finally, the plugin management interface has received a face-lift and some added functionality. Active plugins and inactive plugins are segregated and with that new fangled Shift-click functionality I talked about before, plugin management just got really freaking simple. Note that Active plugins can be deactivated in bulk and Deactivated plugins can be activated or even deleted in bulk. Clean up that stale plugin list in a snap. But… there’s always a but… make a backup before you go nuts.
Clara James

Best WordPress Plugins of 2011 - 0 views

  •  
    EventBrite - extensive tools to manage, promote, and sell your event. Events Manager - event registration management. Will be integrating PayPal soon. Ajax Event Calendar - localized community calendar that allows authorized users to manage events in custom categories.
anonymous

5 Useful WordPress Blog Development Tips for Beginners - 1 views

  •  
    WordPress is considered as one of the best CMS (Content Management Tool). Majority of the bloggers opt for this platform due to the highly impeccable features and functionalities it offers to its users.
Toshiro Shimura

新・今日も今日とて - Simple Tags - 2 views

  • 私がほしいのは、タグの入力支援機能と管理機能。ところが、それに加えて関連記事の表示機能も取り込んでいるということで、早速入れてみました。今回はMaintainanceModeをちゃんと有効にしての作業、結論として使用することに決めました。
  • プラグインを有効化すると、管理画面にTagsというメニューが登場し、「Manage Tags」「Not Tagged Content」「Mass Edit Tags」「Options」の4つのタブがあらわれます。「Manage Tags」ではタグのリネーム、削除、追加、Tag Slugの編集4つの機能が、「Not Tagged Content」ではタグ付けされていないポストやページの数が、「Mass Edit Tags」では個別記事タイトルと使用タグを表示しての編集が、「Options」ではページを対象とするのか、関連記事を表示するのか、メタタグを付加するのか、強調タグを付加するのかと、大変盛りだくさんです。加えて、タグクラウドも細かに設定できるので、タグ関連はこのプラグイン一つでほぼ完璧か?
  • 基本的な機能は、上に述べたように管理画面から設定できます。加えて、「関連記事」「タグクラウド」も表示できます。それぞれ、プラグインサイトに解説がありますが、「関連記事」については、利用中のテーマにst_related_posts()を挿入することで表示できます。パラメーターも10個用意されているので、記事の表示数やフォーマットを指定できます。  「タグクラウド」についてはst_tag_cloud()に15個のパラメータが用意されていますが、ウィジェット対応テーマならウィジェットを利用すれば簡単に。いずれにしても、プラグインサイトに例が挙げられていますので、どうぞご覧下さい。
  • ...2 more annotations...
  • バージョンが1.1.1にあがって、再び導入したところ何の問題もなく作動しています。1.0以降の大きな変更点は、タグや関連記事の表示を管理画面から設定できるところにあります。つまり、利用するテーマテンプレートがタグに対応していなくても、修正することなくそのまま利用できるわけですね。ただ、関連記事の表示などは これまでの利用法が馴染んでいるので、このサイトではタグと関連記事の表示箇所は、これまで同様にテンプレートに表示箇所を指定する方法を続けていきます。
  • バージョン1.2に入れ替えました。大きな変更点は、タグの自動化。あるキーワードを登録しておけば、その言葉がタイトルや本文に登場すると自動的にタグに挿入されます。もちろん、これまで投稿された記事にも反映されます。私の場合には、「wordpress」を登録しました。今後は、「wordpress」という言葉を入れた記事を書いた場合、自動的にタグに反映されることになります。
Toshiro Shimura

WordPress › Post Thumb Revisited « WordPress Plugins - 0 views

  • All thumbnails are dynamically created when needed and then saved. So, there is no complex thumbnail management. The nice Highslide javascript library is included in the plugin and used if desired. It adds nice expansion effect to each link/thumbnail created by post-thumb revisited. So, Post-Thumb revisited is a thumbnail management system. Install the plugin, and then, you can add a thumbnail display in the Loop by a simple function: <?php the_thumb(); ?> This will show the thumbnail of the first picture in the post for each post in the Loop.
Toshiro Shimura

TinyMCE Javascript Content Editor by Moxiecode Systems AB - 0 views

  • TinyMCE is a platform independent web based Javascript HTML WYSIWYG editor control released as Open Source under LGPL by Moxiecode Systems AB. It has the ability to convert HTML TEXTAREA fields or other HTML elements to editor instances. TinyMCE is very easy to integrate into other Content Management Systems.
  • TinyMCE is a platform independent web based Javascript HTML WYSIWYG editor control released as Open Source under LGPL by Moxiecode Systems AB. It has the ability to convert HTML TEXTAREA fields or other HTML elements to editor instances. TinyMCE is very easy to integrate into other Content Management Systems. TinyMCE Features Easy to integrate, takes only two lines of code. Customizable through themes and plugins. Customizable XHTML 1.0 output. Block invalid elements and force attributes. International language support (Language packs) Multiple browser support, Mozilla, MSIE, FireFox, Opera and Safari (experimental). PHP/.NET/JSP/Coldfusion GZip compressor, Makes TinyMCE 75% smaller and a lot faster to load. You can easily use AJAX to save and load content!
designsave

WordPress Is Crucial To Your Business. Learn Why! - 0 views

  •  
    WordPress Is Crucial To Your Business. Launched in the year 2003, WordPress has carved a niche for itself in Content Management System across the orb.
baldwinjackson

Fastest WordPress MultiSite Hosting on Cloud - 0 views

  •  
    Hosting multisite on WordPress is now just a matter of few clicks all you need is managed WordPress Cloud Hosting provider like Cloudways which allow you to deploy website with easement.
Toshiro Shimura

Simple Tags - Plugins for WordPress 2.3 - Extend management of tags - Simple and Powerf... - 0 views

  • Theme Integration st_related_posts(); : Display an list of related posts (must be placed in WP Loop) st_tag_cloud(); : Display a color (dynamic) tags cloud. st_the_tags(); : Display current tags post. st_meta_keywords(); : Display meta keywords, generated from tags. Use only on your header blog. st_related_tags(); : Display an list of related tags, useful for tags navigation st_remove_related_tags(); : Display the list of remove related tags from current view, useful for tags navigation
  • Related Posts : st_related_posts() With this functionnality, you can show related posts on your post. Is related posts which have at least one common tag. If you don't wish to show related posts, but use them inside the loop, use st_get_related_posts() function. Usage: <?php st_related_posts(); ?> Default Usage:
  • Tags cloud: st_tag_cloud() With this functionnality you can show a color tags cloud created dynamically. If you don't want to show it, but use it, use st_get_tag_cloud() function. Usage: <?php st_tag_cloud(); ?> Default Usage:
  • ...3 more annotations...
  • Current posts tags: st_the_tags() This feature extend WordPress builtin function "the_tags()", you can specify tag format, text if no tags and post id, also outside the loop If you don't want to show it, but use it, use st_get_the_tags() function. Usage: <?php st_the_tags(); ?> Default Usage: 'before' => __('Tags: ', 'simpletags'), 'separator' => ', ', 'after' => ' ', 'post_id' => '', 'xformat' => __('<a href="%tag_link%" title="%tag_name%" %tag_rel%>%tag_name%</a>', 'simpletags'), 'notagtext' => __('No tag for this post.', 'simpletags'), 'number' => 0 Parameters:
  • Related tags: st_related_tags() This feature display a list of related tags into tag view. It allow to restrict tag search with an another tag. This function output a list only on tag view, else it display nothing. If you don't wish to show related tags, but use them inside the loop, use st_get_related_tags() function. Usage: <?php st_related_tags(); ?> Default Usage: 'number' => 5, 'order' => 'count-desc', 'separator' => ' ', 'format' => 'list', 'method' => 'OR', 'title' => __('<h4>Related tags</h4>', 'simpletags'), 'notagstext' => __('No related tag found.', 'simpletags'), 'xformat' => __('<span>%tag_count%</span> <a href="%tag_link_add%">+</a> <a href="%tag_link%">%tag_name%</a>', 'simpletags')   Parameters:
  • Remove related tags: st_remove_related_tags() This feature display a list of remove related tags into tag view. It allow to remove one tag from URL. This function output a list only on tag view, else it display nothing. If you don't wish to show remove related tags, but use them inside the loop, use st_get_remove_related_tags() function. Usage: <?php st_remove_related_tags(); ?> Default Usage: 'separator' => ' ', 'format' => 'list', 'notagstext' => ' ', 'xformat' => __('» <a href="%tag_link_remove%" title="Remove %tag_name_attribute% from search">Remove %tag_name%</a>', 'simpletags') Parameters: format
anonymous

Responsive Wordpress Website Solutions - 0 views

  •  
    Create a dynamic personality for your business on web with WordPress Web Development solutions. Our WordPress Web Developer team builds seo-friendly websites.
netgains

Latest Features Of Wordpress 3.9 - 0 views

  •  
    Are you searching what's new in wordpress 3.9? Yes, then it following new features such as easy image editing, enhance visual editing, new audio and video playlist and many more. Curious, to know more?
1 - 14 of 14
Showing 20 items per page