Keep your static site as is and install wordpress in your /3eblog/
folder.
This will give you an entire wp install just for that sub folder – the rest of your site will remain intact. You can then use WP out of the box with one of the many free themes available.
Your server will look for index.php in the /3eblog/
and serve up the wp install, the rest of your site will work as normal and serve up index.html from the root.
You then just link to : www.3elementsreview.com/3eblog/
from your main static pages.
Related Posts:
- How to set a page as homepage in stead of the newspages?
- How to remove permalinks links presents in each page of my site?
- Confused on loading page content
- The the_post_thumbnail without srcset?
- after_setup_theme always runs
- WordPress API Menu/Submenu Order
- Add custom classes to anchor in wp_nav_menu
- What WP folder can I use to write files to?
- Why I can’t add a CSS style in this WordPress theme?
- How Do I Programmatically Force Custom Permalinks with My Theme?
- register_sidebar ignores ‘id’ and ‘class’
- Display a different theme for not logged-in users
- Best practice (forward compatibility) for theme options
- Add colors to existing color palette without replacing it
- Single Page WordPress Theme – Using page templates
- How do I get gallery thumbnail URL and change the default thumbnail size?
- add_theme_support( ‘custom-header’ ) does not add option menu in dashboard
- Returning Variables back into a template
- new theme permissions don’t allow me to edit
- Upgrading a custom theme through the Dashboard
- Which theme foundry has clean coded themes, where code is poetry [closed]
- What page should I use for a contact form?
- Retrieve data using wpdb to use for customizer controls
- How can a Theme Contain no Header File or Footer File?
- how can I remove the sidebar from my wp homepage [closed]
- Some translations do not work in my template class
- Link won’t show using the_permalink();
- WordPress not registering Theme Customization Section
- How to remove a file included in parent theme with locate_template() via child theme?
- “add_theme_support” for custom footer color?
- qTranslate with my own theme and settings
- Stylesheet not linking
- How to control layout of posts on page?
- Override template file i subfolders
- Theme Development for WordPress Multisite Installation
- get_option in header.php not returning value from customizer
- Include Parent functions.php in Child Theme functions.php
- Internal error 500 accessing Theme > Customize
- Showing a list of posts when homepage is custom
- create category on theme setup
- Theme Development: Starter Content after hook
- WordPress get_template_part() function not working
- Is accessing theme and using customizer GPL distribution?
- Where am I doing wrong in my theme menu?
- How can my theme allow users to take advantage of advanced html tags in posts
- how to get the post attachement image in full size?
- Widget Option is Missing
- Best way to develop a new theme on a live site, with new content? [closed]
- How do I make the most minimal vanilla theme possible with nothing but raw content?
- Can I Set Up Session in WordPress Custom Page
- WordPress Theme Validator?
- Set a featured image as a replacement to the header image
- Custom theme: How to call archive-post.php for viewing blog posts
- Adding a gallery to my first theme
- What exactly is “wordpress theming”? [closed]
- Copying the theme style files and images to duplicate the website but with a difference
- How to set Post meta-box defaults based on the choices made by user in Customizer?
- Valid SQL query not returning results
- How do I include a partial from a directory below a wordpress theme directory?
- first excerpt fine, subsequent post excerpts shift to the right instead of displaying vertically [closed]
- Change Image Sizes for Mobile Theme
- Recommended sidebar / content widths
- Converting a theme to a child theme in a network
- What is the difference between Twenty eleven & roots framework?
- iPad WordPress theme?
- List categories of a post hierarchically?
- If I remove Category base from my URLs, how difficult will rollback be?
- What are the permalinks options for “Category” base and removing it?
- Is there a list of default generated Gutenberg block CSS? Unable to align video blocks
- How to change listing type permlink?
- Adding popup support to the theme
- Calling a WP Plugin Function’s Variable in Theme Template [duplicate]
- Does single webpage do not need navigation to create a slug in permalink?
- How to make updatable custom WordPress theme?
- How can I access variables from theme in child theme? [closed]
- Local variable name in setup_postdata()
- Creating a Single Page Theme correctly
- Is it possible to echo a woocommerce prouct attribute discription?
- Child theme menu not appearing in Twenty Seventeen
- How do I remove header/page-title image in farvis theme? [closed]
- How to link post image to post link?
- WordPress Twenty-Fourteen: How to Remove Home Page Header Image from Other Pages
- On wordpress, how do i require specific dimensions from user uploads only
- WordPress Theme Developments – Start from another theme
- Slider should be display in home template [closed]
- Modify comments_popup_link output
- Next post in category
- Can you create a custom page with content in the center already defined?
- How to migrate the menu from the site on my own theme in WordPress?
- Trouble creating custom sanitization function when uploading video files
- RSS feed url showing page not found. How to solve it?
- How to convert that page to a wordpress template? [closed]
- Toolbox theme using printif statement – help needed understanding code block
- php file child theme directory not overriding parent theme php file [duplicate]
- How to Create a Multi Purpose Theme?
- Custom Single Page Portfolio Theme [closed]
- Meaning of “if ( is_home() && ! is_front_page() )” snippet?
- TItle In Latest Post is not using H1 Tag [closed]
- Is via.placeholder.com a good site to auto-generate placeholder images?
- Should we escape the values of constants?