I have an existing website at http://pokobrosapps.com. Now I created a Wordpress blog with the template twentyfourteen. Now I want to take that Wordpress blog and integrate into my existing website. Then once I am able to access the Wordpress blog through my website then customize the Wordpress blog to look exactly like my existing website. I have looked at many different websites and tutorials, and none of them have worked because they were all outdated.
**UPDATE**
I was able to have my blog integrated, but I still need to customize it. I put the files of the blog into a subfolder called blog. I am able to access the blog with the url of http://myurl.com/blog
I am still trying to figure out how to customize it with a custom header and footer to fit in with the rest of the site.
I'm not sure I have understood your problem, but I give it a try to help you :)
I think the best you can do is to create your own theme in WordPress. It's gonna be easy if you only want to show the blog posts, and you don't need the navigation solution, extra widgets, special plugins and so on that WordPress can give you as a feature.
For the sake of simplicity I tell you a possible solution very briefly:
/wp-content/themes/twentyfourteen
) to a new directory into /wp-content/themes
directory (e.g. /wp-content/themes/my_theme
).get_sidebar();
line and / or the <?php get_sidebar( 'content' ); ?>
from the end of it if you don't want to use wordpress sidebar)If you success with these steps the WordPress will show your header, your css files, your scripts, your footer but the blog posts as the content body. Now you can customize every other things you need.
I hope these ideas have given you a good start :) If you need more info, let me know!
One possible solution:
Add a link to your site's menu to public_html/blog/
On Wordpress set only one page, that will be your blog. Put the blog page as Home page of Wordpress, and disables the menu of wordpress
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With