• I’m using Dreamweaver to modify a WP theme. I do everything it takes to get the theme into MAMP, htdocs etc., but when I load the index.php file, I can’t get anything to show in the Design or Live View panels. It just a group of little squares with PHP written on them?

    Any suggestions?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Most will use notepad or an ide for wordpress You will only see the php from index.I don’t use dreamweaver, but I think there is a plugin for it for work on wordpress.
    Try the adobe site for more info

    The index.php file won’t show anything in “design view” because it doesn’t contain any design. If you look at the source view you’ll see that there’s nothing there that can be shown in design view.

    When you are modiying a theme you need to look at the other files, like header.php and footer.php to be able to see what they will look like. One BIG word of warning with these files though… They are only fragments, not full pages, so they will normally display incorrectly no matter what you do. Some may look OK, but Dreamwaver is not known for it’s intelligence when it comes to things like this. Post people use the source view because it’s the best way to modify things and keep everything the way that it should be. The design view in Dreamweaver can tend to add in a few extra tags every now and then to “fix” what’s not actually broken.

    As another semi-related issue… You are doing your modifications in a child theme so that they don’t get over-written by any future updaes, aren’t you? ??

    Thread Starter michael180

    (@michael180)

    Thanks Michael, I’m new to Dreamweaver, in the past, before WP I always hand coded with BBedit, but they were static pages. With a CMS like WP, It just seems easier to manage with DW. Though now I’m forced to learn an entire application. And I’m not sure if it’s worth the effort. And yes I’m modding a child theme.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘In Dreamweaver, nothing showing up in Design window . . .’ is closed to new replies.