• Hi,

    I have installed a copy of WordPress with a Woo Commerce Theme (Artificer) and I am having a problem where the changes I am making in the single.php are not displaying in the post page on the browser.

    Before I go too far I was wondering if anybody ever had this issue. The issue seems to be:

    I go into the single.php page and I insert some text or I remove the title or even if I remove the whole lot of the code and save the page as a blank page, update and save the file as a single.php and when I look at the post in the browser nothing happens.

    When I made similar changes in page.php or in the custom.css the changes take effect on updating the page(s).

    Anybody ever had this issue? If so I would like to hear how you solved it.

    Thanks

Viewing 1 replies (of 1 total)
  • My first thought is that the web page you’re looking at isn’t using the single.php template.

    Check the body class in your source and usually it will give a clue to what template is being used. If you see “single” as one of the classes in the body tag, then it’s using the single template. If that is the case, I would try asking your question in the support forum at WooCommerce since that theme isn’t distributed at ww.wp.xz.cn.

    https://support.woothemes.com/hc/en-us

    Other possibilities are that the page is being cached somewhere, either by your ISP, your site, or your browser. Sometimes browsers especially can be persistent in their caching, even after reloading the page or doing a shift-reload. Try opening the page with another browser or computer that hasn’t been to the site recently just to confirm.

Viewing 1 replies (of 1 total)

The topic ‘single.php changes not Updating’ is closed to new replies.