mirandacreative / wl

0 stars 0 forks source link

Moved to Flex.php #68

Open MikaCaldera opened 6 years ago

MikaCaldera commented 6 years ago

In my new pull request i've deletd this and moved the code to flex.php. this is NOT good. I am not sure how you would like to hook it in here.

https://github.com/mirandacreative/wl/blob/0602c5f52b1e82f4835a479980d386d3abe39277/wp-content/themes/MC-genesis-boilerplate/template-parts/footer-area.php#L1

mirandacreative-admin commented 6 years ago

  257  add_action('genesis_footer','lib_foot');
  258  function lib_foot(){
  259:     get_template_part('template-parts/footer-area');  
  260  }
  261  ```
mirandacreative-admin commented 6 years ago

This can be hooked anywhere. Let me try a few different locations.