Archive

Posts Tagged ‘plugin’

How to Remove Unordered List Bullet in Output of Custom Field Template Plugin of WordPress

January 30th, 2010 Masino Sinaga No comments

A few days ago, I used Custom Field Template plugin in my another website that I created by using WordPress. This plugin is useful if you want to define the custom field in your posts or pages, especially if you want to use the frequently templates which have the fixed data field entry. Unfortunately, when the related template is being displayed, you will see the unordered list bullet in the leftside of each item inside the html table. So I made modification in order to remove this unordered list bullet. Also, this modification will add the ability for user to move to the next field while entering data in edit/add mode by using Tab from the keyboard. Read more…

  • Share/Bookmark

How to Navigate Posts Only in The Current Category using Smarter Navigation Plugin and Atahualpa Theme of WordPress

January 16th, 2010 Masino Sinaga 2 comments

If you want to change the existing navigation in Atahualpa Theme of your WordPress website that navigate all post based on the order of the general Post ID no matter which category you choose, become the smarter technique which will navigate based on the current category that selected by user, then this following modification is for you! As we know, Atahualpa theme has provided the previous/next link when we display the certain post in the top of the post page. Unfortunately, by default, when we choose the certain category, then we navigate through that navigation post link, it will avoid the selected category. Now, after you implement this following modification, you will be able to navigate only through the posts that located in the certain category that you have choosen. Isn’t smarter, huh? Read more…

  • Share/Bookmark

How to Get Current Language Code by Using WPML Plugin of WordPress

January 11th, 2010 Masino Sinaga No comments

I have been using WPML Plugin for one of my multi language websites. Once upon a time, I needed to check the current language code in order to execute my own code that I wrote in the sidebar related to the current language. The question is: How did I get that current language code? After do some searching through the author’s website, then I found the answer from this following post: WPML coding API. WPML has provided the constants in order to get: 1) The current language code, 2) The name of current language in the original (current) language, and 3) The name of the current language name in English. Thanks to WPML for providing this constants! Read more…

  • Share/Bookmark

Another Solution to Redirect from Old URL to New URL Using Simple 301 Redirects Plugin

October 5th, 2009 Masino Sinaga 1 comment

Today I found another solution that worked really fine to redirect from old URL to new URL permanently by using Simple 301 Redirects plugin. I have tested this plugin and it worked like a charm. Before I found this plugin, I had tried to use the redirect 301 by using .htaccess file, but unfortunately, it did not work. Read more…

  • Share/Bookmark

How to Solve If WP-PostViews Plugin Does Not Increase

October 2nd, 2009 Masino Sinaga 2 comments

Today I installed WP-PostViews plugin for my another website that supported by WordPress. After I activated this plugin from admin panel, then I added related code into single.php file as its documentation said. Afterwards, I saw that the counter did not increase. It always displayed zero value. After I saw the Post View Options page from admin panel -> Settings -> PostViews, there was a WordPress PostMetas there. It was called: “views”. Then I created a Custom Fields field from the Posts and Pages feature named: “views” with value = “1″. Read more…

  • Share/Bookmark

Important Thing After Activated WP Super Cache Plugin in WordPress

October 1st, 2009 Masino Sinaga No comments

After you activated the WP Super Cache plugin, then the most important thing that you have to set ON this plugin through the WP Super Cache Manager page. Then, add the following rules into your .htaccess file that located in your web root directory. Please note that you have to add this following code at the top of the .htaccess file. Make sure they appear before any existing WordPress rules. Read more…

  • Share/Bookmark

Add PageLimit as Dynamic Param on Filter Form of Pods Plugin in WordPress

September 19th, 2009 Masino Sinaga No comments

Today I started using Pods CMS plugin in this website. After visitting the official website of Pods CMS, I think this plugin indeed the best one if you want to add the customize page to your WordPress website that contains of the certain data that derived from database without having use Post or Page feature in WordPress website. I have been trying and testing this plugin, until I made a modification in order user can change the maximum record number per page on the Filter form. Read more…

  • Share/Bookmark

Three Methods to Avoid Directory-Listing in WordPress

September 10th, 2009 Masino Sinaga 6 comments

In WordPress, almost plugins that I have used, do not include the index.html or index.php file inside its directory. As default, up to WordPress version 2.8.4, there is no protection to prevent or to avoid directory listing the first time you access your website after you install your WordPress. Thus, you or even your visitor can type such as http://www.yourdomain.com/wp-content/plugins/akismet/ then, voila… you or they can see the directory list which has the files inside that /akismet/ sub directory. You should take care about this early. Otherwise, if your visitor know about the weakness of your plugins that you currently use, they can exploit the bugs and hack your website easily. To avoid this happened, there are three methods that you can do how to avoid the directory list in your WordPress. Read more…

  • Share/Bookmark

Adjust PS Auto Sitemap v1.1.3 with qTranslate v2.4.3 Plugins

September 8th, 2009 Masino Sinaga 8 comments

Today I installed and used PS Auto Sitemap plugin for this website. It is a plugin that automatically generates a site map page from your WordPress site. Easy to install for beginners and easy to customize for experts. You may change the settings of the display of the lists from administration page. Several neat CSS skins for the site map tree also available. Since I also used qTranslate plugin for translating the content of my website, then I had to modify the script belongs to the PS Auto Sitemap plugin in order to be able displaying its content according to the current active language. Especially in the part of code for displaying the post title. Only small change, indeed. Read more…

  • Share/Bookmark

Adjust MicroKid Related Posts v2.4 with qTranslate v2.4.3 Plugins

September 7th, 2009 Masino Sinaga No comments

Today, I received one notification about the update available for MicroKid Related Posts plugin that I have been using it since version 2.3. It was changed from 2.3 to 2.4. According to its change log, there were 4 main things that changed:

  1. You can now add drafts and planned posts as related posts, without them appearing on your site before they are properly published.
  2. Added shortcode support: you can now place the [ related-posts ] shortcode within the content of your post to display the related posts anywhere you want.
  3. (For advanced users) Added a parameter to the MRP_get_related_posts function to optionally get the related posts in an object, so you can easily use it in other plugins or your own custom way of displaying the list of related posts. For documentation on this, see [the API section](http://www.microkid.net/wordpress/related-posts/#API “Microkids Related Posts API functions”).
  4. (For advanced users) Added a parameter to the MRP_get_related_posts function to optionally include unpublished posts to the related posts list. For documentation on this, see [the API section](http://www.microkid.net/wordpress/related-posts/#API “Microkids Related Posts API functions”).

Read more…

  • Share/Bookmark