ResoundingEchoes

The Volume Just Increases

  • Facebook
  • GitHub
  • LinkedIn
  • Twitter
  • YouTube
  • Home
  • Portfolio
  • Blog
  • Interact
    • Say Hello
    • Request A Quote
    • Join Our Newsletter

Using Hooks (and creating your own)

June 5, 2016 by Michael Hull Leave a Comment

Creating Your Own Hooks

Hooks (actions and filters) are a developer’s best friend in WordPress. WordPress core offers us a very wide range of opportunities to execute our own functions at key times, and also to modify key pieces of data being utilized to render our web pages. In a similar manner, we can create our own actions and […]

Filed Under: Learn WordPress

Pick A Post Type, Any Post Type

June 4, 2016 by Michael Hull Leave a Comment

In WordPress, custom post types are what let us break our content free from the world of Pages and Posts (and do lots of other cool stuff). In a nutshell, post types empower us to organize/structure our site data and front end views in a way that can be as unique as we like. I […]

Filed Under: Learn WordPress

WordPress: What’s The Difference Between A Page And A Post?

March 24, 2015 by Michael Hull

Posts and Pages are two ways you can easily get content onto your WordPress site. Depending on the way you want to organize your site, you’ll probably want to think about which format is best for your needs before adding all of your content. Posts: Items within a feed Posts are items which will automatically […]

Filed Under: Learn WordPress

How To Log In To WordPress

March 14, 2015 by Michael Hull

When you first install WordPress (version 4.1.1), this is how your site looks: To log in to the WordPress admin area, you will go to this address, substituting in your own domain name where you see example.com: http://example.com/wp-admin At that point you land on this screen: Type in the username and password that you gave […]

Filed Under: Learn WordPress

How can we help you?   »

Recent Posts

  • Creating An xy-Plane Component With Vue.js
  • Set Theory And Russell’s Paradox
  • Function And Set Notation
  • What Is A Function
  • My First Peek At Angular 2

Comments From The Blog

  • Eric Celeste on Pre-populating Checkboxes in Gravity FormsI'm not sure why the "gform_field_value" hook didn't do the trick for you. I use this to pre-check checkboxes myself.
  • gpence on Creating A Clock With HTML, CSS, and JavaScriptWhy does your example clock have a zero at the top instead of the roman numeral for 12?
  • Mej Oro on How To Style Draggable Elements To Indicate DraggabilityHi, thank you for having written this article ...but really I totally was not able to make it works: I
  • Jonathan Daggerhart on Function And Set NotationGreat post! This is very enlightening to someone like me who has a self-taught programming background and practically no background

© 2025 ResoundingEchoes