Custom page
-
So i want to link pages on my blog that isen’t on my blog (but it have to look like a blog page)
so i made this (if its right its going to look like a blog page)<?php get_header(); ?>
<div class=”content”>
<div class=”leftcontent”>
<div class=”article”>
<h2></h2>
<div class=”postcontent”>
<p style=”text-align: right;”>blablablablablablabla</p></div>
</div><?php get_sidebar(); ?>
<?php get_footer(); ?>but i get this error
Fatal error: Call to undefined function get_header()what do i have to do or where do i have to upload the file so it can find header.php? ohoh, and sidebar and footer ofc ^^
-
You did not specify a blog address or reason for posting when you created this topic.
This support forum is for blogs hosted at WordPress.com. If your question is about a self-hosted WordPress blog then you’ll find help at the WordPress.org forums.
If you don’t understand the difference between WordPress.com and WordPress.org, you may find this information helpful.
If you forgot to include a link to your blog, you can reply and include it below. It’ll help people to answer your question.
This is an automated message.
-
- The topic ‘Custom page’ is closed to new replies.