In this tutorial we will learn about,how to customize footer credit links in Genesis Child Theme.To increase my WordPress related knowledge to next level,I recently purchased the Genesis Framwework.To explore more,first I tried with Free Child Themes and later decided to purchase a Magazine Pro theme. While working on both Genesis free child theme and […]
wordpress
Hide and disable URL field in comment form in WordPress [ Plugin ]
After getting annoyed with spammers,I decided to disable the website URL in comment form.Because I usually create theme and most of the time I customize the theme. While this journey of reading,once I read this wordpress codex page http://codex.wordpress.org/Function_Reference/comment_form . I have never created plugin in WordPress hence decided to create a plugin called Hide-n-Disable-comment-url-field.zip […]
How to add excerpt on wordpress thematic child theme
In this post we will learn,how to add excerpt on wordpress thematic child theme . Thematic framework is highly SEO optimized and it is also free.It is very simple,clean and lightweight. While working on Thematic framework,I enjoyed a lot.From scratch,I started creating a child theme on Thematic framework and modified many things.There was one thing […]
Create fixed top navigation menu bar on wordpress theme
This post is about , create fixed top navigation menu bar on wordpress themeWordPress theme . This is actually a small css trick to put the Navigation Menu bar at top of website at fixed position. I expect you have the div id of the navigation menu bar. In my scenario,the div id of navigation […]
How to add favicon in WordPress theme and child theme
In this tutorial we will learn about,how to add favicon in WordPress theme and child theme.Favicon is important for branding of the site.Many website and blog are running on WordPress.If you are using a wordpress theme which do not have favicon option,you can add by this method.I used this code in theme which I have […]
Install latest wordpress in CentOS 6
In this tutorial we will learn how to install latest wordpress in CentOS 6.Installing the WordPress is quite easy but here we will create a database user which only has access to wordpress database.This practical is applied to VPS,Cloud Server,virtual server and dedicated server. Note: VPS,Cloud Server,virtual server are based on Virtualisation techninque We are […]