Created: 2017.04.26
ACF fields are typically populated via page-level meta boxes. But, as of version 5, it is now possible to build ACF Widgets.
The catch is that Widgets are only supported from version 5.
Created: 2017.04.26
ACF fields are typically populated via page-level meta boxes. But, as of version 5, it is now possible to build ACF Widgets.
The catch is that Widgets are only supported from version 5.
Since devoting more time to writing up my travel journals, I've become increasingly aware of the burden that are my travel photos.
My photos start their life on a smartphone or a Canon G1x. From their they're transferred to Dropbox, and then synced back to my laptop.
I can view images in-folder or using Photos. I don't really like the MacOS solution, it doesn't have great organisation, it's really slow to sync between devices, it doesn't work on Android, and iCloud is expensive.
Created: 2017.04.15
Created: 2017.04.18
I've always used print_r, but some tutorials use var_dump.
The
var_dump
function displays structured information about variables/expressions including its type and value. Arrays are explored recursively with values indented to show structure. It also shows which array values and object properties are references.
Created: 2017.04.14
Have a look at the Subresources section in the docs: http://developers.soundcloud.com/docs/api/users
If you know the user id, you can get their tracks/playlists using the following. >
Created: 2017.04.17
Upwork clients often ask for form customisations. They two main systems they mention are Ninja Forms and Gravity Forms.
Both Ninja Forms and Gravity Forms allow you to create forms with required fields, make use of field validation, and have the ability to perform calculations based on the data that the user has entered. Unlike Ninja Forms, Gravity Forms isn’t available in a free version. Instead, you’ll need to choose from one of the three paid options
Created: 2017.04.14
Stefanov talks about what is critical when viewing a page. He concludes that the HTML is the only critical component and everything else is sugar.
Unfortunately, many sites load the `` up with CSS, with the following results: