• I need to alter your functions in a child theme. But not all of them can be altered except by editing in your core functions.php file directly.

    Please enclose all of your funtdsion in:
    if ( ! function_exists( 'quark_...' ) ) { ... }

    I especially need to alter the Comments Form stuff.

    Thanks for considering.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Anthony Hortin

    (@ahortin)

    Hi Frank.
    I’ve updated a bunch of functions for you so that it makes it easier for you to override my functions.

    I released a new version on .org yesterday, but I also made a few more changes today, so you can grab the very latest version from my Github repo – https://github.com/maddisondesigns/Quark

    I’ll get this newer version on .org soon.

    If there’s any specific functions that you need to override, but I’ve missed, just let me know.

    Thread Starter frank tredici

    (@frank13)

    Awesome, Thanks @AnthonyHortin.

    I’ll take a look at it shortly and let you know if there are other ideas I may have.

    Thank you for your work on Quark.

    Theme Author Anthony Hortin

    (@ahortin)

    My pleasure ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Please encapsulate your functions()’ is closed to new replies.