TorBT - Torrents and Magnet Links Search Engine

[FreeTutorials.Us] complete-wordpress-theme-development-course

File Name
Size
03-theme-basics/attached_files/008-how-theme-files-work/2.How-Themes-Files-Work.txt
978 B
03-theme-basics/attached_files/009-our-first-custom-theme/3.Our-First-Custom-Theme.txt
251 B
03-theme-basics/attached_files/010-theme-info-goes-in-the-style-sheet/4.Theme-Info-in-the-Style-Sheet.txt
343 B
03-theme-basics/attached_files/012-the-php-code-for-displaying-data-from-the-database/6.Our-First-Dynamic-Page.txt
414 B
03-theme-basics/attached_files/013-the-loop-one-of-the-main-wordpress-capabilities/7.The-Loop.txt
494 B
03-theme-basics/attached_files/014-wordpress-admin-bar/8.Admin-Bar.txt
577 B
03-theme-basics/attached_files/015-html-boilerplate-code/9.HTML-Boilerplate.txt
674 B
03-theme-basics/attached_files/016-the-widelyused-twitter-bootstrap-frontend-library/10.Benefits-of-Bootstrap.txt
273 B
03-theme-basics/attached_files/017-head-section-of-the-site/11.Head-Section.txt
475 B
03-theme-basics/attached_files/018-wp-head-feature/13.Footer.txt
1.1 kB
03-theme-basics/attached_files/019-footer-of-the-site/13.Footer.txt
1.1 kB
03-theme-basics/attached_files/020-bootstrap-container-for-a-grid-system/14.Bootstrap-Container.txt
470 B
03-theme-basics/attached_files/021-jumbotron/15.Jumbotron.txt
154 B
03-theme-basics/attached_files/022-css-gradient-backgrounds/16.CSS-Gradients.txt
937 B
03-theme-basics/attached_files/023-functions-file-is-for-custom-interface-instructions/17.Functions-File.txt
2.4 kB
03-theme-basics/attached_files/024-code-comments-a-way-to-annotate-your-code/18.Code-Comments.txt
60 B
04-navigation-menu/attached_files/026-navbar-template/20.Navbar-Template.txt
3.0 kB
04-navigation-menu/attached_files/027-navbar-css-code/21.Navbar-CSS.txt
1.5 kB
04-navigation-menu/attached_files/028-navbar-text-color/22.Navbar-Text-Color.txt
230 B
04-navigation-menu/attached_files/029-registering-navbars-is-necessary-in-wordpress/23.Register-Navbar-in-Functions-File.txt
786 B
04-navigation-menu/attached_files/030-add-the-dynamic-menu/24.Add-Dynamic-Menu.txt
987 B
04-navigation-menu/attached_files/032-navbar-javascript-animation/26.Navbar-Animation.txt
1.1 kB
05-theme-template-files-for-controlling-how-content-is-displayed/attached_files/033-header-partial/27.Header-Partial.txt
2.1 kB
05-theme-template-files-for-controlling-how-content-is-displayed/attached_files/034-footer-partial/28.Footer-Partial.txt
305 B
05-theme-template-files-for-controlling-how-content-is-displayed/attached_files/035-labelling-files-as-a-best-practice/29.Labelling-Files.txt
305 B
05-theme-template-files-for-controlling-how-content-is-displayed/attached_files/036-page-templates/30.Page-Templates.txt
552 B
05-theme-template-files-for-controlling-how-content-is-displayed/attached_files/037-multiple-templates/31.Multiple-Templates.txt
838 B
05-theme-template-files-for-controlling-how-content-is-displayed/attached_files/038-the-body-class-lets-us-target-specific-pages-for-detailed-visual-control/32.Body-Class.txt
401 B
05-theme-template-files-for-controlling-how-content-is-displayed/attached_files/039-registering-a-sidebar-section-on-the-page/33.Register-Sidebar.txt
910 B
05-theme-template-files-for-controlling-how-content-is-displayed/attached_files/040-how-to-display-the-sidebar/34.Display-Sidebar.txt
453 B
05-theme-template-files-for-controlling-how-content-is-displayed/attached_files/041-sidebar-partial-file-for-keeping-the-code-organized/35.Sidebar-Partial.txt
592 B
05-theme-template-files-for-controlling-how-content-is-displayed/attached_files/043-single-post-template-typically-for-displaying-blog-posts/37.Single-Template.txt
788 B
05-theme-template-files-for-controlling-how-content-is-displayed/attached_files/044-blog-layout/38.Blog-Layout.txt
1.0 kB
05-theme-template-files-for-controlling-how-content-is-displayed/attached_files/045-blog-posts-navigation/39.Blog-Posts-Navigation.txt
343 B
05-theme-template-files-for-controlling-how-content-is-displayed/attached_files/046-displaying-the-content-from-the-database/40.Displaying-the-Date.txt
172 B
05-theme-template-files-for-controlling-how-content-is-displayed/attached_files/047-pagination-for-showing-page-numbers/41.Pagination.txt
844 B
05-theme-template-files-for-controlling-how-content-is-displayed/attached_files/048-post-class-lets-us-target-specific-parts-of-our-site-pages-for-detailed-control/42.Post-Class.txt
945 B
05-theme-template-files-for-controlling-how-content-is-displayed/attached_files/049-a-user-comments-system/43.Blog-Comments.txt
2.7 kB
05-theme-template-files-for-controlling-how-content-is-displayed/attached_files/050-custom-partials/44.Custom-Partials.txt
1.1 kB
06-shortcodes-and-cleaning-up/attached_files/053-shortcodes-are-like-code-shortcuts/47.Shortcodes-for-Home-Page.txt
867 B
06-shortcodes-and-cleaning-up/attached_files/054-custom-shortcodes/48.Custom-Shortcode.txt
700 B
06-shortcodes-and-cleaning-up/attached_files/055-wordpress-has-an-auto-paragraph-tag-feature/49.Remove-Auto-Paragraph.txt
301 B
06-shortcodes-and-cleaning-up/attached_files/056-page-titles/50.Remove-Title.txt
335 B
06-shortcodes-and-cleaning-up/attached_files/057-footer-code/51.Footer-Code.txt
822 B
06-shortcodes-and-cleaning-up/attached_files/059-fix-the-blog-page-and-footer/53.Fix-the-Blog-Page-and-Footer.txt
1.3 kB
06-shortcodes-and-cleaning-up/attached_files/061-google-fonts-to-add-some-unique-font-styles/55.Google-Fonts.txt
618 B
06-shortcodes-and-cleaning-up/attached_files/062-disabling-debug-mode-when-done-with-development/56.Disable-Debug-Mode.txt
164 B
03-theme-basics/quizzes/001-theme-basics-quiz-1.html
4.6 kB
06-shortcodes-and-cleaning-up/quizzes/002-final-quiz.html
3.1 kB
01-introduction/001-what-well-cover.mp4
25 MB
01-introduction/002-getting-the-most-from-this-course.mp4
6.2 MB
02-easy-setup/003-setup-with-cloud9.mp4
16 MB
02-easy-setup/004-setup-wordpress-site.mp4
11 MB
02-easy-setup/005-restarting-your-server.mp4
7.3 MB
02-easy-setup/006-wordpress-workflow.mp4
16 MB
03-theme-basics/007-activating-themes.mp4
9.2 MB
03-theme-basics/008-how-theme-files-work.mp4
36 MB
03-theme-basics/009-our-first-custom-theme.mp4
17 MB
03-theme-basics/010-theme-info-goes-in-the-style-sheet.mp4
22 MB
03-theme-basics/011-cms-in-action.mp4
7.9 MB
03-theme-basics/012-the-php-code-for-displaying-data-from-the-database.mp4
17 MB
03-theme-basics/013-the-loop-one-of-the-main-wordpress-capabilities.mp4
28 MB
03-theme-basics/014-wordpress-admin-bar.mp4
14 MB
03-theme-basics/015-html-boilerplate-code.mp4
9.7 MB
03-theme-basics/016-the-widelyused-twitter-bootstrap-frontend-library.mp4
36 MB
03-theme-basics/017-head-section-of-the-site.mp4
18 MB
03-theme-basics/018-wp-head-feature.mp4
14 MB
03-theme-basics/019-footer-of-the-site.mp4
6.9 MB
03-theme-basics/020-bootstrap-container-for-a-grid-system.mp4
12 MB
03-theme-basics/021-jumbotron.mp4
17 MB
03-theme-basics/022-css-gradient-backgrounds.mp4
14 MB
03-theme-basics/023-functions-file-is-for-custom-interface-instructions.mp4
29 MB
03-theme-basics/024-code-comments-a-way-to-annotate-your-code.mp4
9.2 MB
04-navigation-menu/025-site-navigation-bars-in-wordpress.mp4
13 MB
04-navigation-menu/026-navbar-template.mp4
17 MB
04-navigation-menu/027-navbar-css-code.mp4
26 MB
04-navigation-menu/028-navbar-text-color.mp4
14 MB
04-navigation-menu/029-registering-navbars-is-necessary-in-wordpress.mp4
33 MB
04-navigation-menu/030-add-the-dynamic-menu.mp4
29 MB
04-navigation-menu/031-review-of-navigation-menu.mp4
15 MB
04-navigation-menu/032-navbar-javascript-animation.mp4
25 MB
05-theme-template-files-for-controlling-how-content-is-displayed/033-header-partial.mp4
20 MB
05-theme-template-files-for-controlling-how-content-is-displayed/034-footer-partial.mp4
10 MB
05-theme-template-files-for-controlling-how-content-is-displayed/035-labelling-files-as-a-best-practice.mp4
15 MB
05-theme-template-files-for-controlling-how-content-is-displayed/036-page-templates.mp4
25 MB
05-theme-template-files-for-controlling-how-content-is-displayed/037-multiple-templates.mp4
46 MB
05-theme-template-files-for-controlling-how-content-is-displayed/038-the-body-class-lets-us-target-specific-pages-for-detailed-visual-control.mp4
27 MB
05-theme-template-files-for-controlling-how-content-is-displayed/039-registering-a-sidebar-section-on-the-page.mp4
36 MB
05-theme-template-files-for-controlling-how-content-is-displayed/040-how-to-display-the-sidebar.mp4
14 MB
05-theme-template-files-for-controlling-how-content-is-displayed/041-sidebar-partial-file-for-keeping-the-code-organized.mp4
7.3 MB
05-theme-template-files-for-controlling-how-content-is-displayed/042-setting-up-multiple-sidebars-is-possible.mp4
5.3 MB
05-theme-template-files-for-controlling-how-content-is-displayed/043-single-post-template-typically-for-displaying-blog-posts.mp4
11 MB
05-theme-template-files-for-controlling-how-content-is-displayed/044-blog-layout.mp4
21 MB
05-theme-template-files-for-controlling-how-content-is-displayed/045-blog-posts-navigation.mp4
15 MB
05-theme-template-files-for-controlling-how-content-is-displayed/046-displaying-the-content-from-the-database.mp4
24 MB
05-theme-template-files-for-controlling-how-content-is-displayed/047-pagination-for-showing-page-numbers.mp4
26 MB
05-theme-template-files-for-controlling-how-content-is-displayed/048-post-class-lets-us-target-specific-parts-of-our-site-pages-for-detailed-control.mp4
13 MB
05-theme-template-files-for-controlling-how-content-is-displayed/049-a-user-comments-system.mp4
22 MB
05-theme-template-files-for-controlling-how-content-is-displayed/050-custom-partials.mp4
14 MB
05-theme-template-files-for-controlling-how-content-is-displayed/051-bootstrap-tips-for-interface.mp4
20 MB
05-theme-template-files-for-controlling-how-content-is-displayed/052-review-of-how-template-files-work.mp4
34 MB
06-shortcodes-and-cleaning-up/053-shortcodes-are-like-code-shortcuts.mp4
31 MB
06-shortcodes-and-cleaning-up/054-custom-shortcodes.mp4
27 MB
06-shortcodes-and-cleaning-up/055-wordpress-has-an-auto-paragraph-tag-feature.mp4
20 MB
06-shortcodes-and-cleaning-up/056-page-titles.mp4
9.3 MB
06-shortcodes-and-cleaning-up/057-footer-code.mp4
23 MB
06-shortcodes-and-cleaning-up/058-namespacing-functions-to-avoid-code-conflicts.mp4
21 MB
06-shortcodes-and-cleaning-up/059-fix-the-blog-page-and-footer.mp4
32 MB
06-shortcodes-and-cleaning-up/060-template-hierarchy-is-a-thing.mp4
46 MB
06-shortcodes-and-cleaning-up/061-google-fonts-to-add-some-unique-font-styles.mp4
27 MB
06-shortcodes-and-cleaning-up/062-disabling-debug-mode-when-done-with-development.mp4
11 MB
06-shortcodes-and-cleaning-up/063-zipping-up-and-goodbye.mp4
15 MB
06-shortcodes-and-cleaning-up/064-useful-resources.html
484 B
[FreeTutorials.Us].txt
75 B
Freetutorials.Us.url
119 B