Forum

Can we add PHP scri...
 
Notifications
Clear all

Can we add PHP scripts in our WordPress site ?


(@elias)
Member Moderator
Joined: 5 months ago
Posts: 4273
Topic starter  

Can we add PHP scripts in our WordPress site in order to add an online tool in our blog?


   
Quote
(@elias)
Member Moderator
Joined: 5 months ago
Posts: 4273
Topic starter  

Yes  can BUT BETTER
 edit the funcions.php of current theme (if you do not going to update or use another theme)

or
 write plugins
 create post types if are needed
.If you work without the Process and Logic of WordPress then better frozen the site (not allow updates), use a good plugin of security like WordFence, and to have often backups.
 


   
ReplyQuote
(@elias)
Member Moderator
Joined: 5 months ago
Posts: 4273
Topic starter  

see

How to add analytics in WordPress?
   Once you've set that up, you can install your code.
[list=1]

  • Go to wordpress.org.
  • In the sidebar, click Appearance, and then select Theme File Editor.
  • From the Theme Files sidebar, click Theme Functions (functions. ...
  • Paste the Google Analytics code you previously copied in the text box before the closing tag.
  • More items...•Sep 17, 2024


       
    ReplyQuote
    Share: