The post formats feature allows you to customize the style and presentation of posts. As of this writing, there are 9 standardized post formats that users can choose from: aside, gallery, link, image, quote, status, video, audio, and chat.
Saturday, 19 March 2016
How to add Custom avatar in wordpress theme?
Most people commenting on blogs online have an avatar associated with them. If, however, they don’t and you don’t particularly like the WordPress default avatar options, you can define your own.
Style the WordPress TinyMCE visual editor
This function allows you to use custom CSS to style the WordPress TinyMCE visual editor.
Create a CSS file named editor-style.css and paste your styles inside. As a placeholder, I like to start with styles in
Create a CSS file named editor-style.css and paste your styles inside. As a placeholder, I like to start with styles in
How to support Navigation menu in Wordpress theme ?
The navigation menu is very important esencial part of wordpress theme.Navigation menu feature, introduced in WordPress
3.0, allows for the intuitive creation and maintaining of navigation menus in themes.
3.0, allows for the intuitive creation and maintaining of navigation menus in themes.
Monday, 23 November 2015
Best 40 WordPress Interview Questions and answers
1) What is WordPress?
Word press is a best Open Source CMS which allows it to be used free of cost. You can use it on any kind of personal or commercial website without have to pay a single penny for it. It is built on PHP/MySQL (which is again Open Source) and licensed under GPL.'
Word press is a best Open Source CMS which allows it to be used free of cost. You can use it on any kind of personal or commercial website without have to pay a single penny for it. It is built on PHP/MySQL (which is again Open Source) and licensed under GPL.'
WordPress CMS Interview Questions & Answers
Q: What is WordPress?
Ans: WordPress is an open source Content Management System which can be used to built websites and Blogs. WordPress was released in 2003 and it is based on PHP & MYSQL.
Ans: WordPress is an open source Content Management System which can be used to built websites and Blogs. WordPress was released in 2003 and it is based on PHP & MYSQL.
Saturday, 21 November 2015
Examples WordPress of Hooks in Action
More than 200 hooks exist in WordPress. Below you will find a few examples of common hooks in use.
Register a Custom Menu in the Admin
Register a Custom Menu in the Admin
How to Add and Remove Your Own Functions
If you would like to hook in your own functions, the process is quite
simple. You first need to know a few pieces of information. For
actions, you’ll want to know the name of the hook, as well as when
exactly it runs.
Types of Action and Filter Hooks
The WordPress Codex has two important pages that can help you orient yourself with what hooks are available in WordPress.
WordPress Action Hooks and Filter Hooks
Introduction
This page documents the API (Application Programming Interface) hooks available to WordPress plugin developers, and how to use them.
Subscribe to:
Posts (Atom)
Popular Articles
-
WooCommerce comes localization ready out of the box – all that’s needed is your translation, if the plugin does not come bundled with one ...
-
A common WooCommerce question lately has been how to hide the “Free” price label in the product/category/shop pages. Thanks to WooCommer...
-
Open the settings page for Contact Form 7, and then open the contact form you want to add. Each contact form has its own tag (shortcode...
-
Displays a link to the user account section. If the user is not logged in the link will display ‘Login / Register’ and take the use to the...
-
Modify the border size (1px, 2px, etc), style (solid, dotted, dashed) and color (#xxxxxx) to suit your needs in custom.css: .woocommerce ...
-
This one is simple. If you’ve been building WordPress themes for a while, you’ll remember the days when you had to manually include code to...
-
If you would like to hook in your own functions, the process is quite simple. You first need to know a few pieces of information. For act...
-
On home page, we generally show a fixed number of recent posts with summary. Although, WordPress provides Sticky Posts functionality but n...
-
Most people commenting on blogs online have an avatar associated with them. If, however, they don’t and you don’t particularly like the Wor...
-
The featured image function, as the codex explains, allows the author to choose a representative image for Posts, Pages or Custom Post Ty...