Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 141539
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T07:47:34+00:00 2026-05-11T07:47:34+00:00

How can I insert a blog (not created yet) into an already existing ‘static’

  • 0

How can I insert a blog (not created yet) into an already existing ‘static’ webpage? The webpage is written mostly in PHP. I’m considering using something like WordPress.org (host install version) and using it to update the website’s news page.

From what I’ve read, its sounds like I would need to do a lot of theme tweaking to get WordPress to display correctly with our website’s template. This sounds a bit daunting to me.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T07:47:34+00:00Added an answer on May 11, 2026 at 7:47 am

    I did the exact same thing on my site. I had about 20 static pages, wanted to add a blog and wanted to add content from the WP pages to the static pages. It was not hard to find a theme that (almost) matched my static pages. Everything outside of /tech/ is a static page.

    You can also get a very minimalistic theme and then make it match your design. It’s one big heaping cut and paste of CSS, re-labling elements to match what WP wants then a little tweaking. I’ve done it in under 8 hours on other sites.

    Read up on using the WordPress loop. This is so much easier than you think it’s going to be, especially if your stuff is already done in PHP.

    Edit:

    Here’s a snippet of the code that I use in my static pages, which allows me to then use all of the other WP functions in the existing code:

    <?php     if ( empty( $wp ) )        require_once( 'tech/wp-config.php' );     wp(); ?> 

    Then, getting a list of recent posts is as easy as:

    <?php get_archives( 'postbypost', 8 ); ?> 

    Just look out for using deprecated functions, I’ve got a few still left to clean out from when I integrated WP 2 years ago.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 65k
  • Answers 65k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer Shift-Tab goes backwards. You can also use set wildmenu to… May 11, 2026 at 11:01 am
  • added an answer No, you can't change the keyboard programmatically. BUT you can… May 11, 2026 at 11:01 am
  • added an answer It sounds like the item wasn't found, so SelectedItem was… May 11, 2026 at 11:01 am

Related Questions

How can I pre pend (insert at beginning of file) a file to all
How can you you insert a newline from your batch file output? I want
How can I insert ASCII special characters (e.g. with the ASCII value 0x01) into
How can I write an insert statement which includes the & character? For example,
How can I get programmatic access to the call stack?
How can I request a random row (or as close to truly random as
How can I set up my crontab to execute X script at 11:59PM every
How can I calculate the value of PI using C#? I was thinking it
How can I create this file in a directory in windows 2003 SP2: .hgignore
How can I find out which Service Pack is installed on my copy of

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.