Noelle Documentation
  • Introduction
  • Getting Started
    • WordPress Information
    • Included Files
    • Theme License
    • Plugins Licenses
    • Theme Support
  • Installation
    • Step 1 - Download Theme
    • Step 2 - Install Noelle Theme
    • Step 3 - Install Plugins
    • Step 4 - Enable Portfolio Support
    • Step 5 - Import Demo
  • Theme Options
    • Noelle Options
    • General
    • Header contact
    • Footer Fields
    • Advanced Blog Settings
    • Shop
    • Page 404
    • Additional CSS
  • WPBakery Page Builder
    • WPBakery Page Builder Knowledge Base
    • Enable WPBakery Page Builder for Portfolio Items
  • Blog
    • Blog Posts
    • Blog Lists
  • Portfolio
    • Potfolio Items
    • Portfolio List
  • Menus
    • Menu Creation
  • Custom Shortcodes
    • Row
    • Text Block
    • Video Player
    • Single Image
    • Google Maps
    • Heading
    • Link
    • Portfolio
    • Blog
    • Homepage First Screen
    • Fixed Fading First Screen
    • Text Composition
    • Team
    • About Us
    • About Us (text)
    • How We Work
    • Client Box
    • Counter Up
    • Progress Element
    • What We Do
    • Recent Blog Posts
    • Rotating Text
    • Hover Text
    • Horizontall Scroll Images
    • Fixed Block
    • Portfolio Navigation
    • Image Composition
    • Gif Image
  • Widgets and Other Plagins
    • Widgets
    • WooCommerce
    • Contact Form 7
  • Customize Theme
    • Customize Theme With A Child Theme
    • Customize the theme with code snippets
  • Updates
    • Update Noelle Theme
    • Update installed plugins
    • Update History
Powered by GitBook
On this page
  • Insert scripts to header and footer.
  • Add PHP code snippets

Was this helpful?

  1. Customize Theme

Customize the theme with code snippets

PreviousCustomize Theme With A Child ThemeNextUpdate Noelle Theme

Last updated 5 years ago

Was this helpful?

Beside using a child theme to modify themes, you can also use plugins to achieve it. It is easier than using the child theme, but it has some limited. You should use plugins when your customizations are simple.

Insert scripts to header and footer.

Sometimes you need to insert some kind of code to your website. It is most likley a web analytics code like Google Analytics or may be social media script or some CSS stylesheet or may be Custom fonts. You can use this plugin:

You can use this plugin to:

  • To insert CSS and JavaScript codes to <head> or before </body>.

  • To insert code to <head> of any single page, post, or custom post type.

This plugin can't be used to insert PHP codes.

Add PHP code snippets

Most tutorials tell you to add snippet code to the functions.php file of a child theme (we do too), but if you don't want to do it, you can use this plugin:

This plugin provides graphical interface, similar to the Plugins menu, for managing snippets. Snippets can can be activated and deactivated, just like plugins.

Header and Footer Scripts
Code Snippets