Monday, December 7, 2020
Tuesday, November 10, 2020
get_the_post_thumbnail_url() | Function | WordPress Developer Resources
Returns the post thumbnail URL of a post, normally the featured image
Thursday, August 27, 2020
Making asynchronous programming easier with async and await - Learn web development | MDN
Making asynchronous programming easier with async and await - Learn web development | MDN
very simple to understand... Start from scratch bro. sis.
very simple to understand... Start from scratch bro. sis.
Saturday, July 25, 2020
Friday, July 17, 2020
Tuesday, July 14, 2020
Thursday, July 9, 2020
Tuesday, July 7, 2020
Sunday, July 5, 2020
Friday, June 12, 2020
How to install two PHP versions in Window XAMPP? - NAINGDroid - Medium
Latest xampp package come with PHP 7 and above. If some of your projects don’t support PHP 7, You can install PHP 5.x and specify which projects use which PHP version.
How to install two PHP versions in Window XAMPP? - NAINGDroid - Medium
How to install two PHP versions in Window XAMPP? - NAINGDroid - Medium
Wednesday, June 10, 2020
Media Queries Breakpoints For Responsive Design In 2020 - DevFacts
Hey Media Queries Breakpoints playing the main role in responsive design. Here we gonna discuss the most standard way in 2020
Media Queries Breakpoints For Responsive Design In 2020 - DevFacts
Media Queries Breakpoints For Responsive Design In 2020 - DevFacts
Tuesday, June 9, 2020
How to Style WordPress Navigation Menus (Updated)
Do you want to style your WordPress navigation menus to change their colors or appearance? While your WordPress theme handles the appearance of your navigation menus, you can easily customize it using CSS to meet your requirements. In this article, we will show you how to style the WordPress navigation menus on your site.
How to Style WordPress Navigation Menus (Updated)
How to Style WordPress Navigation Menus (Updated)
Monday, June 8, 2020
CSS Text Shadow | CSS-Tricks
The first two values specify the length of the shadow offset. The first value specifies the horizontal distance and the second specifies the vertical distance of the shadow. The third value specifies the blur radius and the last value describes the color of the shadow:
1. value = The X-coordinate
2. value = The Y-coordinate
3. value = The blur radius
4. value = The color of the shadow2. value = The Y-coordinate
3. value = The blur radius
CSS Text Shadow | CSS-Tricks
ACF | Hiding empty fields
It is a common task to hide empty field values from your template. This can be achieved by using conditional statements to check the value before rending it.
The basics to conditional a statement is to use an if statement. You can read more about this core PHP function here: http://php.net/manual/en/control-structures.if.php
ACF | Hiding empty fieldsACF | get_field_objects()
Each field contains many settings such as a label, name and type. This function can be used to load these settings as an array along with the field’s value.
ACF | get_field_objects()
ACF | get_field_objects()
Flex order in CSS elements | CSS-Tricks
order | CSS-Tricks
The
order
property is a sub-property of the Flexible Box Layout module.Flex items are displayed in the same order as they appear in the source document by default. The
order
property can be used to change this ordering.How to Increase Maximum File Upload Size in WordPress
How to Increase Maximum File Upload Size in WordPress
- @ini_set( 'upload_max_size' , '64M' );
- @ini_set( 'post_max_size', '64M');
- @ini_set( 'max_execution_time', '300' );
Wednesday, June 3, 2020
Monday, June 1, 2020
Sunday, May 31, 2020
Solved with CSS! Logical Styling Based on the Number of Given Elements | CSS-Tricks
Solved with CSS! Logical Styling Based on the Number of Given Elements | CSS-Tricks:
Did you know that CSS is Turing complete? Did you know that you can use it to do some pretty serious logical styling? Well you can! You don’t have to set all of your logic-based styling rules in JavaScript, or even have to use JavaScript to set classes you are styling against. In many cases, CSS can handle that itself. I’m still discovering new CSS tricks everyday, and it just makes me love it even more.
Did you know that CSS is Turing complete? Did you know that you can use it to do some pretty serious logical styling? Well you can! You don’t have to set all of your logic-based styling rules in JavaScript, or even have to use JavaScript to set classes you are styling against. In many cases, CSS can handle that itself. I’m still discovering new CSS tricks everyday, and it just makes me love it even more.
AddToAny: Share Anywhere - Chrome Web Store
Let's hope this one works. I was using Shareaholic before.
AddToAny: Share Anywhere - Chrome Web Store
AddToAny: Share Anywhere - Chrome Web Store