Techbirds | Knowledge Hub | Page 10

An animation lets an element gradually change from one style to another. You can specify when the change will happen in percent, or you can use the keywords “from” and “to” (which represents 0% and 100%). 0% represents the start of the animation, 100% is when the animation is complete. ex:- ….. div { width:

Read More →

436 total views, no views today

answere:-A regular expression is a sequence of characters that forms a search pattern. The search pattern can be used for text search and text replace operations. A regular expression is a sequence of characters that forms a search pattern. When you search for data in a text, you can use this search pattern to describe

Read More →

395 total views, no views today

JavaScript Declarations are Hoisted:- ………………………………….. ex: x = 5; // Assign 5 to x elem = document.getElementById(“demo”); // Find an element elem.innerHTML = x; // Display x in the element var x; // Declare x output:- 5 Initializations are Not Hoisted:- ………………………….. ex:- var x = 5; // Initialize x var y = 7; //

Read More →

831 total views, no views today

Posted on: June 25, 2014 /

Categories: PHP / Author Name: Diksha Verma

-> First , create a folder in themes folder of wp-content ->Make following files  : 1) style.css 2) header.php  3) footer.php 4) functions.php  5) sidebar.php 6)  index.php  7) page.php style.css

/* Theme Name: Escalate Theme URI: https://www.techguywebsolutions.com; Author: Brad Traversy Author URI: https://www.techguywebsolutions.com; Description: This is a simple and clean WordPress theme License: GNU General Public License v2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Text Domain: escalate */ // write your css here

/*

Theme Name: Escalate

Theme URI: https://www.techguywebsolutions.com;

Author: Brad Traversy

Author URI: https://www.techguywebsolutions.com;

Description: This is a simple and clean WordPress theme

License: GNU General Public License v2 or later

License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: escalate

*/

// write your css here

These comments simply help WordPress properly identify the theme. header.php