H1 is the top-most title of your page. H2 follows as a sub-title. The rest fall below that as sub-headings, usually for separating your page into categories. However, HTML headings and SEO are beyond the scope of this video. You can get a lot of information on those at W3 Schools. You can use All in One SEO if you choose, to simplify your SEO settings.
@n0cturnull There is generally very little you will need to change in the style sheet, but if you want to manually tweak it, there are very detailed settings for each section. One of the things I do is change the body font size from pixels to points. That is very easy.
Otherwise, I open the them in Artisteer, make any desired changes and export it again. That is the quickest way to make changes unless you customized any of the files.
Plantronics, Radio Shack and other retailers have a large variety of microphones and other recording equipment. If you are looking for a new microphone, I recommend checking with those retailers or even searching eBay for good values.
Thanks for the compliments and feedback. Be sure to subscribe to my channel so you will be notified when I do more videos. Some planned are more in-depth training on individual sections of Artisteer, plus some other tools you can use to manage your websites. ~ Jim Hutchinson
@gogoasacenusie Social media buttons are added within the WordPress dashboard using plugins. Artisteer does not add those buttons. It is intended to design the site. You can add other options once you activate the theme on your site.
@WebsiteManagers , thanx so much but ive encountered another problem with artisteer...i see there is a RSS button on the bottom left of the theme. I don't really understand do i have to make other settings on feeburner or something in order to make that button work or should i just leave it like that?
@gogoasacenusie That RSS button will automatically link to yoursite/feed/. If that works for you, leave it, but if you use another feed service, you will need to change rss_link in the file config.ini
@WebsiteManagers , sorry to ask you again. Ive decided not to use the standard feed, but rather from Feedburner. Ive looked into Wordpress - Edit theme - Footer and i have found this <a href="<?php bloginfo('rss2_url')
Should i put my newly created feedburner adress where is 'rss2_url' ? And is there anything else to modify besides this? Thanx so much and sorry to bother you
@gogoasacenusie Replace everything in between the quotes in the link including <?php bloginfo('rss2_url'). That code puts your domain in the link, which is not what you want. For the RSS feed that is all you need to alter.
@gogoasacenusie You need to remove the ?php bloginfo too. Otherwise, the link will have your domain plus the feedburner link. All you should have is your Feedburner link in <a href=""
@WebsiteManagers , hi! I googled all day and i couldn't find anywere a social widget like the "Connect with us" on socialmediatoday . com website. Do you have happen to know anything that resembles this? To contain follow on... + the like button all in one widget on the sidebar?
@gogoasacenusie That Connect With Us section appears to be manually added with separate icons. You can get the code by looking at the page source and replacing the links with your own.
@WebsiteManagers, ok so what's with the article headings ( H1...H6) and post titles? I don't understand. H1 is supposed to be the blog title? Than H2 = blog post title?! And how is SEO involved in this? Is All in one SEO pack all i need? Please enlighten me, i read many things and it's really confusing....
Hi Bill! I am glad you like the tour. I use Artisteer to save a lot of time designing blogs and will start using it to create splash pages. When you create a design, you can export it to a WordPress theme or HTML for a stand-alone site.
H1 is the top-most title of your page. H2 follows as a sub-title. The rest fall below that as sub-headings, usually for separating your page into categories. However, HTML headings and SEO are beyond the scope of this video. You can get a lot of information on those at W3 Schools. You can use All in One SEO if you choose, to simplify your SEO settings.
WebsiteManagers 9 months ago
Nice one, Subscribd. Please keep it up.
Arjun007ize 1 year ago
and how you deal with the CSS?
n0cturnull 1 year ago
@n0cturnull There is generally very little you will need to change in the style sheet, but if you want to manually tweak it, there are very detailed settings for each section. One of the things I do is change the body font size from pixels to points. That is very easy.
Otherwise, I open the them in Artisteer, make any desired changes and export it again. That is the quickest way to make changes unless you customized any of the files.
WebsiteManagers 1 year ago
how to change the content??
ots0ku 1 year ago 2
@ots0ku The content is changed once you activate the theme on your blog. Artisteer is for designing the site.
WebsiteManagers 1 year ago
how about a video on how to find a decent microphone then use that instead of the one you are using
elwoodetubes 2 years ago
Plantronics, Radio Shack and other retailers have a large variety of microphones and other recording equipment. If you are looking for a new microphone, I recommend checking with those retailers or even searching eBay for good values.
WebsiteManagers 2 years ago 2
Thanks for the compliments and feedback. Be sure to subscribe to my channel so you will be notified when I do more videos. Some planned are more in-depth training on individual sections of Artisteer, plus some other tools you can use to manage your websites. ~ Jim Hutchinson
WebsiteManagers 2 years ago
@WebsiteManagers , how do i add social media buttons in artisteer?
gogoasacenusie 11 months ago
@gogoasacenusie Social media buttons are added within the WordPress dashboard using plugins. Artisteer does not add those buttons. It is intended to design the site. You can add other options once you activate the theme on your site.
WebsiteManagers 11 months ago
@WebsiteManagers , thanx so much but ive encountered another problem with artisteer...i see there is a RSS button on the bottom left of the theme. I don't really understand do i have to make other settings on feeburner or something in order to make that button work or should i just leave it like that?
gogoasacenusie 10 months ago
@gogoasacenusie That RSS button will automatically link to yoursite/feed/. If that works for you, leave it, but if you use another feed service, you will need to change rss_link in the file config.ini
WebsiteManagers 10 months ago
@WebsiteManagers , many, many thanx sir!
gogoasacenusie 10 months ago
@WebsiteManagers , sorry to ask you again. Ive decided not to use the standard feed, but rather from Feedburner. Ive looked into Wordpress - Edit theme - Footer and i have found this <a href="<?php bloginfo('rss2_url')
Should i put my newly created feedburner adress where is 'rss2_url' ? And is there anything else to modify besides this? Thanx so much and sorry to bother you
gogoasacenusie 10 months ago
@gogoasacenusie Replace everything in between the quotes in the link including <?php bloginfo('rss2_url'). That code puts your domain in the link, which is not what you want. For the RSS feed that is all you need to alter.
WebsiteManagers 10 months ago
@WebsiteManagers , so i have to delete the "?php bloginfo too"? Or leave this and just fill the adress in the brakets with my feedburner?
gogoasacenusie 10 months ago
@gogoasacenusie You need to remove the ?php bloginfo too. Otherwise, the link will have your domain plus the feedburner link. All you should have is your Feedburner link in <a href=""
WebsiteManagers 10 months ago
@WebsiteManagers , thanx so much for bearing me much appreciated :)
gogoasacenusie 10 months ago
@WebsiteManagers , hi! I googled all day and i couldn't find anywere a social widget like the "Connect with us" on socialmediatoday . com website. Do you have happen to know anything that resembles this? To contain follow on... + the like button all in one widget on the sidebar?
gogoasacenusie 10 months ago
@gogoasacenusie That Connect With Us section appears to be manually added with separate icons. You can get the code by looking at the page source and replacing the links with your own.
WebsiteManagers 10 months ago
@WebsiteManagers, ok so what's with the article headings ( H1...H6) and post titles? I don't understand. H1 is supposed to be the blog title? Than H2 = blog post title?! And how is SEO involved in this? Is All in one SEO pack all i need? Please enlighten me, i read many things and it's really confusing....
gogoasacenusie 9 months ago
Very Helpful, man! Thanks so much. Will purchase.
Advisor3348 2 years ago
Very creative Sir I will use your idea's your totally help video......motionjoe
superinnovated 2 years ago
Hi Bill! I am glad you like the tour. I use Artisteer to save a lot of time designing blogs and will start using it to create splash pages. When you create a design, you can export it to a WordPress theme or HTML for a stand-alone site.
WebsiteManagers 2 years ago
Hi Jim,
Thank you so much for this helpful product tour. I will certainly consider this product in the future!! Bill
batonrougeappraiser 2 years ago