Search Results for child

15 results found

generate_sidebars

Note: This hook has been removed starting in GeneratePress 2.0 as it was causing a PHP bottleneck and hurting performance. If you’re using a child theme with custom page templates, you will need to replace this hook with the new generate_after_primary_content_area hook, and add the sidebars function. You can see these new elements by viewing […]

Navigation Dropdown

The Navigation Dropdown option can be found in Appearance > Customize > Layout > Primary Navigation. This option allows you to choose how your navigation dropdown menu is initiated. Hover The hover option makes it so your dropdown menu appears when you hover over the parent menu item. Click – Menu Item This option makes […]

Adding PHP

In some cases you may need to add a function to your website, either to hook something into the theme, or use a filter to change something in the theme. When working with PHP, you want to make sure you have access to your server via FTP or File Manager (through your hosting control panel). […]

Installing GeneratePress

Installing GeneratePress is super easy. First, login to your WordPress Dashboard. Next, go to “Appearance > Themes” in the menu on the left. Near the top, you’ll see a “Add New” button, click that button. In the “Search themes” bar, type: generatepress You’ll see GeneratePress and some of our child themes appear. Click “Install”, and […]

Adding CSS

Sometimes it will be necessary for you to add some custom CSS to your site to make it exactly how you want. Simple CSS The easiest way is to install Simple CSS. This plugin allows you to enter CSS into a nice editor in your Dashboard without having to create any files or do anything else […]