Short Code to get Custom Field on Post

Short Code to get Custom Field on Post had been quite a difficult task as the CFS has many options for field types. Install Plugin “ShortCode Exce PHP” and Add a New Short Code with Name: “get_Fields” and in the code area enter the code below. The Usage is [get_Fields arg=”Custom_Field_Slug”] will return the Value […]

Continue reading

WordPress in subdirectory htaccess

wordpress in subdirectory htaccess If the WordPress is installed in /wordpress subfolder then the blog can be accessed www.example.com/wordpress but if you want the blog to be default page servered by the web-server.. there are many ways to do this.. but involves modification to many files and coping index.php, wp-config.php etc. A simple solution is to […]

Continue reading