Skip to main content

Home/ WP-Ask Me/ Group items tagged php

Rss Feed Group items tagged

Richard M.

Child Themes « WordPress Codex - 0 views

  • Unlike style.css, the functions.php of a child theme does not override its counterpart from the parent. Instead, it is loaded in addition to the parent’s functions.php. (Specifically, it is loaded right before the parent’s file.)
Richard M.

Using Global Variables in WordPress - Better WordPress - 0 views

  • You have to choose a unique name for that global variable
  • Custom global variables
  • all variables that you refer to more than once, you should fetch them in one place
  • ...1 more annotation...
  • Please note that if you want this variable to be global, you will have to define it in “global” files
1 - 12 of 12
Showing 20 items per page