Skip to main content

Home/ WordPress Beginners/ Group items tagged before

Rss Feed Group items tagged

Siraj Mahmood

Learn 5 Important Things Before Starting Website - 0 views

  •  
    Learn 5 important things before starting website online business. Best tips and tricks for website beginners. Essential instructions and tips for beginners.
netgains

Try It On Tattoo App Launched for iOS - 0 views

  •  
    Now you check how tattoo looks on your body before print. Netgains has launched new iOS Tattoos app named "TryItOn" which gives you facility to select design, styles, fonts, categories and symbols from thousands of classic/modern unique tattoos. Curious to know more about this app?
  •  
    Now you check how tattoo looks on your body before print. Netgains has launched new iOS Tattoos app named "TryItOn" which gives you facility to select design, styles, fonts, categories and symbols from thousands of classic/modern unique tattoos. Curious to know more about this app?
Toshiro Shimura

ウィジェット領域を2つ以上つくる | WordPressカスタマイズメモ【企業ホームページ制作方法】 - 0 views

  • WordPressのウィジェット領域は、標準ではsidebar.php内の1カ所だけだが、index.phpやfooter.phpなど、その他のエリアにもウィジェット領域を持たせる。
  • ■手順1:テーマフォルダ/functions.php 3行目register_sidebar(array(これをregister_sidebars(3,array(※数字は、ウィジェット領域の数
  • ■手順2:(例:index.phpのループの前と後に2つの領域を挿入)テーマフォルダ/index.php 5行目 have_postsの前に以下を挿入<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(2) ) : ?>ここはウィジェット「2」※ウィジェットに何も登録されていない時にここの内容を表示<?php endif; ?>テーマフォルダ/index.php 40行目 endifの後に以下を挿入<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(3) ) : ?>ここはウィジェット「3」※ウィジェットに何も登録されていない時にここの内容を表示<?php endif; ?>※分かりやすくするためにdivで囲って色を付けてあります。※サイドバーには、ウィジェットが登録されていない場合は従来どおりの標準的な内容が表示されます。
  • ...2 more annotations...
  • ■手順3:ウィジェットを追加管理画面>Design>Widgetにて、右側「Current Widget」のプルダウンメニューにウィジェット領域が3つ出来たことを確認し、それぞれの領域にウィジェットを設定する。左側に並んでいるウィジェットの「Add」ボタンを押すと右側に追加されるので、上下の順番をドラッグ&ドロップで変えて「Save Changes」をクリック。■結果:ループの前と後、右サイドバーそれぞれに別々のウィジェット領域が追加されました。標準のウィジェット類やアフィリエイトのバナー(テキストウィジェット)の他、PHPを実行可能なウィジェットも追加すれば、使い方次第でかなり凝った複雑なサイトでもすごく簡単にレイアウト変更ができるようになります、クライアント側でも。
  • ■補足:テーマフォルダ/functions.php 4~7行目に、それぞれのウィジェットの前後に挿入されるタグ類を指定する「before_widget」「after_widget」「before_title」「after_title」という項目があります。標準ではそれぞれli、h2となっています。上記テストではそこはいじってないです。
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.
Siraj Mahmood

How to Tackle Hacked WordPress Websites - KI Blog - 0 views

  •  
    How to tackle hacked WordPress websites quickly. What things you should do to remove malicious virus or malware from your website and make it like before. 
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.
samonjur

Setting SEO Goals for your web site. - 0 views

  •  
    Before going to work SEO one need to make a plan. Sometimes one can not reach the goal since want of perfect plan. There are a lot of key words which are used in websites; in these words which should be used by you depend on what your goal is.
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
1 - 8 of 8
Showing 20 items per page