Can you tell me what this site was coded in?
CNA Training: http://cna-training.info/
I feel like it's not pure HTML...but WP sites are usually a lot better looking... Any ideas?
Can you tell me what this site was coded in?
CNA Training: http://cna-training.info/
I feel like it's not pure HTML...but WP sites are usually a lot better looking... Any ideas?
Can you tell me what this site was coded in?
... but WP sites are usually a lot better looking... Any ideas?
<meta name="generator" content="WordPress 3.0" /> looks like a blog to me
Oh wow, I didn't know you could find out the type by looking at the source... I was looked for the "powered by Wordpress" at the bottom... Thanks for the help! Good to know!
Well, it is powered by WordPress, and the content is provided by WordPress. However, they are using a customized stylesheet to control the layout.
<link rel="stylesheet" href="http://cna-training.info/wp-content/themes/BlueSense/style.css" type="text/css" media="screen" />
The meta tag is letting you know that the generator of the page is WordPress, but the style is a custom CSS. They just seem to have chosen to create their own style instead of using one of the available templates.
It is a wordpress theme.
Cool, I didn't realize that. I admit to not using wordpress that much and not being familiar with all of the available themes.
My apologies - I didn't see the theme name in the css code :) Still always learning.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.