Support Forum

Advanced Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
general-topic
Add Topic and Add Reply buttons not working
Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Feb 16, 2016 - 5:24 pm

WordPress requires tow functions to be called in themes. 

wp_head() needs to be called at the end of the header code - so would usually be found in the header.php file of a theme just before the 'head' tag is closed.

wp_footer() needs to be called - as it suggests - in the footer of the theme and is usually called just before the closing 'body' tag.

If in doubt look at the header and footer template files of any WordPress default/supplied theme.

Both calls are vital for plugins and are used extensively. Simple:Press will never work if one of these standard functions is not being called.

In the case of your site, either wp_footer() is not being called at all - or - it is being called but something is causing an error and stopping code from completing. If this is the case then you will find the cause in the php error log.

andy-signature.png
YELLOW
SWORDFISH
Avatar
Lisa Cherney
Member
Free Members
sp_UserOfflineSmall Offline
Feb 17, 2016 - 8:31 am

Thank you! You were correct, both custom footers were missing that call. I appreciate you finding the culprit for us. 🙂  Best, Michelle

Avatar
Ike
Sawtry, UK
Member
Free Members
sp_UserOfflineSmall Offline
Feb 17, 2016 - 10:11 am

Fantastic! Glad you are all up and running.

Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online:
Guest(s) 1
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Mr Papa: 19448
Ike: 2086
Brandon: 864
kvr28: 804
jim: 650
FidoSysop: 577
Conrad_Farlow: 531
fiddlerman: 358
Stefano Prete: 325
Member Stats:
Guest Posters: 617
Members: 17359
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10125
Posts: 79620