I welcome you all and welcome "WordPress master" Advanced WordPress Development of the 1st phase of the course on a full-fledged free chain. Discussion of the world's biggest social network Bengali. It's a great platform "WordPress Master" course I'm happy to start cooperation of the authorities scream.
"WordPress master" in the course of that interest you saw the announcement on tekatiunse, this course will help you manage beautifully. We expect active participation of everyone.
The first phase in the case of filing an HTML template into WordPress theme that is the primary activities are to be discussed.
This course is part of the preparation of the services:
The local server and Web server must have a basic idea
Bhalo idea of HTML and css should be.
will learn how to use jQuery plugins.
Will learn how to install WordPress
Will know how to use WordPress.
HTML template into WordPress theme:
In any case, the site design, web site creation using Photoshop PSD format is called PSD templates are created. The HTML, CSS, if necessary, using jQuery plugins to convert PSD template Web template or HTML template. The next act of the WordPress developers. In the course of our discussion. After receiving an HTML template, a WordPress developer to discuss what to do with today. Subidharte discussion, we will consider two fictitious characters whom Mr. W, a WordPress Master P and the other in his junior baltumiya.
After many failed baltumiya to learn WordPress, WordPress master Mr. W 's got to look in the end. Baltumiya called Mr. W. came to
Mia was very happy with the bolt caretaking. How to start a WordPress theme is the development of the bolt on the subject, Mr. W. Mia gave some guidance. Let's take a look at the HTML template WordPress theme is the transformation of our initial work out what to do.

HTML template WordPress theme is the transformation of our initial steps to do something:
Will take an HTML template.
WordPress will be installed.
To install the WordPress wp-content \ themes of security is the central theme. The HTML template should be.
Each will have a wordpress thimei index.php and style.css.
Who will index.php index.html HTML templates.
If you do not have to create style.css style.css.
You must create a functions.php file. functions.php of the code will start the <? php and end with you?>.
JQuery HTML template to call if they need to be deleted. JQuery with WordPress is the default. Will use our WordPress and jQuery.
To use the WordPress default jQuery will add functions.php file.
/ * Adding Latest jQuery from WordPress * /
function call_wp_latest_jquery () {
wp_enqueue_script ('jquery');
}
add_action ('init', 'call_wp_latest_jquery');
Replace any scripts used by jQuery, jQuery $ if you need to.
HTML template <title> ............ </ title> will
<Title> <? Php bloginfo ('name'); ?> | <? Php bloginfo ('description'); ?> | <? Php wp_title (); ?> </ Title>
Css file to be used for the dynamic of the theme directory
<? Php echo get_template_directory_uri (); ?>
As
<Link href = "style / css / main.css" rel = "stylesheet"> 1 to
<link href = "<? Php echo get_template_directory_uri ();?> / Style / css / main.css" rel = "stylesheet">
Dynamic Style.css the need to use <? Php bloginfo ('stylesheet_url'); ?>
That is,
<Link href = "style.css" rel = "stylesheet">
Will
<Link href = "<? Php bloginfo ('stylesheet_url');?>" Rel = "stylesheet">
To activate the various functions of the Head of Section <? Php wp_head (); ?> Will use. <? Php wp_head (); ?> Add </ head> just before.
Other dynamic HTML template image to be used for the <? Php echo get_template_directory_uri (); ?>
As
<Img src = "style / images / logo.png" alt = "" />
Will
<Img src = "<? Php echo get_template_directory_uri ();?> / Style / images / logo.png" alt = "" />
The theme of the js file to be used for the Dynamic Directory
<? Php echo get_template_directory_uri (); ?> /
As
<Script src = "style / js / scripts.js"> </ script>
Will
<Script src = "<? Php echo get_template_directory_uri ();?> / Style / js / scripts.js"> </ script>
To activate the various functions footer section
<? Php wp_footer (); ?>
You need to use.
<? Php wp_footer (); ?>
You need to add </ head> just before.
Style.css to start with the following codes of the same code.
/ * Theme Name: My WordPress ThemeTheme URI: http://sitename.com/my_wordpress_themeAuthor: Ashim KumarAuthor URI: http://authorsitename.com
Version: 1.0
* /
600px x 450px be the theme of the image of a screenshot.png XML root directory, which will come as a screenshot of the theme, and the theme will be active in time.
For each phase of the course enabled participants to some of the questions, the project will have to do something special. These courses are completed to confirm your action. This course is related to the church, they will watch the judge and will provide the necessary guidance.
WordPress master [Episode -01] ToDo

1. Construction of the code is to be discussed today with these codes index.php, style.css and functions.php file wpostad_task01_YourName.zip together form the respective yuktakare dropbox or by adding a comment to mediafire.
That's all for today. Good luck to everyone.
"WordPress master" in the course of that interest you saw the announcement on tekatiunse, this course will help you manage beautifully. We expect active participation of everyone.
The first phase in the case of filing an HTML template into WordPress theme that is the primary activities are to be discussed.
This course is part of the preparation of the services:
The local server and Web server must have a basic idea
Bhalo idea of HTML and css should be.
will learn how to use jQuery plugins.
Will learn how to install WordPress
Will know how to use WordPress.
HTML template into WordPress theme:
In any case, the site design, web site creation using Photoshop PSD format is called PSD templates are created. The HTML, CSS, if necessary, using jQuery plugins to convert PSD template Web template or HTML template. The next act of the WordPress developers. In the course of our discussion. After receiving an HTML template, a WordPress developer to discuss what to do with today. Subidharte discussion, we will consider two fictitious characters whom Mr. W, a WordPress Master P and the other in his junior baltumiya.
After many failed baltumiya to learn WordPress, WordPress master Mr. W 's got to look in the end. Baltumiya called Mr. W. came to
Mia was very happy with the bolt caretaking. How to start a WordPress theme is the development of the bolt on the subject, Mr. W. Mia gave some guidance. Let's take a look at the HTML template WordPress theme is the transformation of our initial work out what to do.
HTML template WordPress theme is the transformation of our initial steps to do something:
Will take an HTML template.
WordPress will be installed.
To install the WordPress wp-content \ themes of security is the central theme. The HTML template should be.
Each will have a wordpress thimei index.php and style.css.
Who will index.php index.html HTML templates.
If you do not have to create style.css style.css.
You must create a functions.php file. functions.php of the code will start the <? php and end with you?>.
JQuery HTML template to call if they need to be deleted. JQuery with WordPress is the default. Will use our WordPress and jQuery.
To use the WordPress default jQuery will add functions.php file.
/ * Adding Latest jQuery from WordPress * /
function call_wp_latest_jquery () {
wp_enqueue_script ('jquery');
}
add_action ('init', 'call_wp_latest_jquery');
Replace any scripts used by jQuery, jQuery $ if you need to.
HTML template <title> ............ </ title> will
<Title> <? Php bloginfo ('name'); ?> | <? Php bloginfo ('description'); ?> | <? Php wp_title (); ?> </ Title>
Css file to be used for the dynamic of the theme directory
<? Php echo get_template_directory_uri (); ?>
As
<Link href = "style / css / main.css" rel = "stylesheet"> 1 to
<link href = "<? Php echo get_template_directory_uri ();?> / Style / css / main.css" rel = "stylesheet">
Dynamic Style.css the need to use <? Php bloginfo ('stylesheet_url'); ?>
That is,
<Link href = "style.css" rel = "stylesheet">
Will
<Link href = "<? Php bloginfo ('stylesheet_url');?>" Rel = "stylesheet">
To activate the various functions of the Head of Section <? Php wp_head (); ?> Will use. <? Php wp_head (); ?> Add </ head> just before.
Other dynamic HTML template image to be used for the <? Php echo get_template_directory_uri (); ?>
As
<Img src = "style / images / logo.png" alt = "" />
Will
<Img src = "<? Php echo get_template_directory_uri ();?> / Style / images / logo.png" alt = "" />
The theme of the js file to be used for the Dynamic Directory
<? Php echo get_template_directory_uri (); ?> /
As
<Script src = "style / js / scripts.js"> </ script>
Will
<Script src = "<? Php echo get_template_directory_uri ();?> / Style / js / scripts.js"> </ script>
To activate the various functions footer section
<? Php wp_footer (); ?>
You need to use.
<? Php wp_footer (); ?>
You need to add </ head> just before.
Style.css to start with the following codes of the same code.
/ * Theme Name: My WordPress ThemeTheme URI: http://sitename.com/my_wordpress_themeAuthor: Ashim KumarAuthor URI: http://authorsitename.com
Version: 1.0
* /
600px x 450px be the theme of the image of a screenshot.png XML root directory, which will come as a screenshot of the theme, and the theme will be active in time.
For each phase of the course enabled participants to some of the questions, the project will have to do something special. These courses are completed to confirm your action. This course is related to the church, they will watch the judge and will provide the necessary guidance.
WordPress master [Episode -01] ToDo
1. Construction of the code is to be discussed today with these codes index.php, style.css and functions.php file wpostad_task01_YourName.zip together form the respective yuktakare dropbox or by adding a comment to mediafire.
That's all for today. Good luck to everyone.
0 Comment " WordPress [Part -01] :: HTML Templates WordPress theme is the transformation of the primary tasks "
Post a Comment