While, we implementing any form in a website, we need to add validations as well as the data-handler scripts. So, I had two problems to resolve on:
I am a Web Developer. Working in PHP/WordPress/CakePHP most of the time. I started this blog to share what I am learning day-by-day. "Some of my research, may help others to find what they are searching for."
Send Mail from an AMP page
While, we implementing any form in a website, we need to add validations as well as the data-handler scripts. So, I had two problems to resolve on:
WordPress AMP Plugin
Post Hits Counter
Introduction to PHP
- PHP is open source scripting language widely used for the web development. It was introduced in 1995 and is influenced by other scripting languages such as Perl, Java, C, C++.
- PHP stands for 'Preprocessor Home Page'.
- PHP scripts are executed on the web-server.
Run shortcodes from a custom field.
By default, WordPress Custom Fields display any of the string you enter, as plain-text. In same way when you try to execute a shortcode, (in the format [shortcode] VALUE [/shortcode]) you end up displaying the entire text, including the html tags.
This is because, Wordpress do not run shortcodes added to custom fields.
Find Related Posts Under Same Category/Tags
Nowadays very oftenly it is required to display related posts (or other post types) underneath your content. This engage readers, and provide them link to related posts to read, and effectively make them spend more time on website. Also, related posts come with added SEO benefits, as they provide internal links to your content. So, how you should go about displaying related posts in website?
To work with, you will need some sample content. So, let’s create a few posts and assign them on a few categories.
