• Is there a way to use firebug, or any other program to figure out the different elements – that control wordpress. Example: Using the “Inspect Element” If you hover over the body of an article – have it display <?php the_content(); ?> and show that the line of code is on the single.php file.

Viewing 1 replies (of 1 total)
  • That would be a very useful feature — but unfortunately Firebug cannot read any information off the page until after it has already been processed by PHP and served to the browser. The only way to accomplish this would be to force the WP template tags to output the information, either placing it in HTML comments, or storing it inside element attributes. I think there are some WP developer plugins that do something like this, but I’ve never used any of them.

Viewing 1 replies (of 1 total)
  • The topic ‘Firebug?’ is closed to new replies.