Archive

Archive for the ‘WordPress’ Category

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 Add user_registered Column in Authors & Users Page on wp-admin of WordPress

January 13th, 2010 Masino Sinaga 2 comments

Once upon a time, I needed to monitor when did my users registered their account in one of my WordPress website. It meant that I needed to get the value from user_registered field in the users table, and then displaying it in Authors & Users page on wp-admin of WordPress. I have searched for the plugin regarding this, but I found nothing. Actually, I wanted to create the plugin to implement it. Unfortunately, I still have no idea how to do this, since I am not expert to create the plugin (probably someday I can do it). So I decided to edit the core file of WordPress. First of all, I opened the users.php file that located in wp-admin sub directory. After investigating this file for a few minutes, then I found the code regarding how to display the users list in template.php based on the code or function call user_row and get_column_headers. This template.php file located in /wp-admin/includes/ sub directory. So, here is the modification I made. 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

How to Display The Wider Logo in WordPress Login Page using Wp Customized Login Plugin

January 9th, 2010 Masino Sinaga No comments

Today I customized the WordPress logo that appears in wp-admin page with my own logo on one of my websites. I have been using Wp Customized Login plugin for this purpose. After installing and activating the plugin, everything seemed okay, until I found something that annoying me. It was about my own logo did not appear full properly. The image seemed need to be a little too left and stops a little before the right side, since my dimension logo size is 500 pixels (width) x 100 pixels (height). Meanwhile, the recommended logo width by WordPress is about 300 pixels. After reading from the related comments in author’s website, then I found the solution how to overcome my problem based on the comment from the author of this plugin. Read more…

  • Share/Bookmark

How to Implement Script Modifications to Overcome Three Bugs in WordPress 2.9

December 23rd, 2009 Masino Sinaga No comments

Have you upgraded your own WordPress blog to version 2.9? What happened then? Yeah, many people complained about the schedule feature for the post did not work properly, as this is one of the advantage features in WordPress. I, myself, very often using this feature. After searching via Google, then I found a solution from this: WP 2.9: three bugs, and how to fix them. Driven by my curiosity, then I compared the three files that are the result of modifications to the original versions of that three files. Finally, I found which code should be changed. If you want to modify those three files, please do so by using the cPanel of your web hosting. Do not, I repeat: do not ever use the Editor features in the admin panel, since this Editor features looked like has the problem too in WordPress version 2.9. Be careful, as you will modify the WordPress core files itself! Read more…

  • Share/Bookmark

How to Solve Missed Schedule Issue on WordPress 2.9

December 21st, 2009 Masino Sinaga No comments

One of the hot issue regarding WordPress 2.9 is about the Missed Schedule message appearing in the the scheduled posts. You are not able to schedule your posts and/or pages. In other words, you have to submit your posts and/or pages immediately and also manually! So here is the script to solve that problem which I get it from http://blog.5ubliminal.com/posts/missed-schedule-future-posts-scheduled-mias-wordpress-plugin/. Read more…

  • Share/Bookmark
Categories: WordPress Tags: , , , ,

Adding Google Search in SideBar of iNove Theme of WordPress

December 20th, 2009 Masino Sinaga No comments

Inspired from my previous article in this blog, this following modification will add Google Search form at the top right of SideBar of iNove theme of WordPress. Read more…

  • Share/Bookmark
Categories: WordPress Tags: , , , , ,

How to Add Google Search in Top of Post and Page in Atahualpa Theme of WordPress

December 19th, 2009 Masino Sinaga No comments

If you want to add the Google Search in each of post or page of Atahualpa theme of WordPress, then this modification is for you! By using this modification, your visitor will have the ability to search any information from your blog to Google, and the search result will be displayed in a new window of your browser. Read more…

  • Share/Bookmark

How to Hide Date Based on Specified Page’s Title in iNove Theme of WordPress

December 6th, 2009 Masino Sinaga No comments

Have you ever wanted to hide the created date that displayed in a specified page based on its title page on your WordPress blog? For example, you used a page with permalink forum and its title page is Forum whereas the content of its page derived from the certain plugin that adding the Discussion Forum on your WordPress blog. Well, here is the solution how you can hide that date on the page. Read more…

  • Share/Bookmark
Categories: WordPress Tags: , , , , , , ,