javascript - Wordpress theme, best way to find code location -
so have wordpress theme & need replace logo upon scrolling down.
should simple enough after hours of sifting through code , testing, no dice.
could tell me best way view front end of production website , follow code through correct location in files/code?
i using filezilla & notepad ++, have followed file names , searched elements.
thank in advance.
all theme files located in /wp-content/themes/your-theme-name/
go folder current, active theme - can either search elements after inspecting them in browser, or can learn little wordpress template hierachy can expect find block/snippet of code trying edit.
Comments
Post a Comment