Coding issues
-
I have made changes on my website themes page.php file. Now whatever new page I publish a page on my website. it will reflect content only from my home page which is page.php file. The page.php code is as such:
<?php
/**
* The template for displaying all pages.
*
* This is the template that displays all pages by default.
* Please note that this is the WordPress construct of pages
* and that other ‘pages’ on your WordPress site will use a
* different template.
*
* @package SKT Full Width
*/get_header(); ?>
<div id=”primary” class=”content-area”>
<div class=”site_name”>
<p><span style=”color:#8ad323;font-size:50px; font-family:’Roboto Condensed’, Arial; font-weight:bold;”>A</span>reca Ventures</p></div>
</div>
I have deleted all the code to suit my homepage design idea. I am using a woocommerece plugin for this site. But am unable to change the theme’s page to get support from woocommerce. Please direct me to the necessary changes to fix both the issues. recapping:One, the new pages reflect only my home page content and woo commerce suport!!
- The topic ‘Coding issues’ is closed to new replies.