I have an wordpress site, with photolux as theme.
I want to read the HTML like the titles, the tags, but it doesn’t show it.
PS: I dont want to read the XML.
Any idea?
Thanks for the attention.
I have an wordpress site, with photolux as theme.
I want to read the HTML like the titles, the tags, but it doesn’t show it.
PS: I dont want to read the XML.
Any idea?
Thanks for the attention.
You must be logged in to post a comment.
You can use Google Chrome and the Developer tools (press F12) to see the content that is being generated by jQuery.
In Firefox you use the Firebug add-on.
I am not 100% sure that I understand your question. Do you just want to View the HTML source? If so, most browsers allow you to do so by going to View –> Source.
If that doesn’t do the trick, you can use Developer Tools in Chrome or Firebug in Firefox to view the rendered content.
use a different theme that doesn’t suppress this content. The theme you have doesn’t show the content you want. That isn’t a very easy question to answer.