HowardParsons
Member
Posted 1 year ago #
Which field in what table is referenced by the is_home() function?
My client chose a theme - which she dearly loves - developed by someone else. Her site also uses a plug-in that is somewhat balky - again, not of my doing. I can either modify a lot of code OR I can do an end run by simply setting the field to the desired value.
Any help will be gratefully appreciated.
Which field in what table is referenced by the is_home() function?
-- is_home() is a conditional tag set on each request in parse_request(). I suppose you could override $wp_query->is_home, but that could easily get messy.
Can you give some more details about what the theme and plugins you mentioned are preventing you from doing?