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

Display XML data on your Webpage

Display XML data on your Webpage Many wordpress developers and also others have a need for this, there are many solution, plugin etc., however these did not suit my requirements and hence the following is my solution using PHP.. ( Note: I am hot linking and using the RSS feed; Hot Linking is not approved […]

Continue reading