Firebug is a client tool, therefore it does not have access to the scripts on the server. All it knows about the source, where the HTML came from, is the URL you accessed. In case of WordPress the blog posts are saved in a database<http://wordpress.org/support/topic/where-does-wordpress-save-pages>, so you need to search them via WordPress itself. If you want to edit the files of WordPress itself, please read their docs<http://codex.wordpress.org/Main_Page>. If you then still have questions, you should post to their forum<http://wordpress.org/support/> .
Sebastian On Monday, January 14, 2013 12:00:55 PM UTC+1, Stefano Capasso wrote: > > hello, i use this nice tools since a while, but there are some things i > never get to understand > when i point to a some element, i can see on the right Windows the css, > and generally i can locate the file where that code is > but in the left window, where the php or html code is shown i can hardly > understand where that code is > how do i manage this?where do i get indication on what is the file who > contain that code? > i generally use it with wordpress.. > thanks > -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at https://groups.google.com/forum/#!forum/firebug
