WordPress Plugin
Installing MUST HAVE Plugins
Nov 22nd
Plug-in is add on. WordPress plug-in obviously bring the meaning it is add on for WordPress script. It is undeniable that WordPress blog management system script have a great features and are the most user friendly and most popular and widely used nowadays. But, there’s always custom functions that the users wants that do not exist in the original WordPress script. This is where other developers create a new separate programs to work a long with WordPress and it was officially encouraged by WordPress. Some of the feature was to optimize the blog for optimum level for search engine, some for interaction between the author(s) and the readers or commentators, and some of the feature are to tightened the security feature of existing script while some are just for internal administrative task.
This article will represent the MUST HAVE WORDPRESS PLUGINS in my point of view.
More >
I Can’t Recent Video Plugin
Jun 14th
Just recently, I tried to make a plugin that shows latest video that inserted into custom field.
I am using the code below to grab the value of the assigned custom key.
<?php $video = get_post_meta($post->ID, 'Video', true); ?>
But when it attached to dynamic area, it can’t grab the key value.
But when I directly paste the code on home.php, it works!
