WordPress RSS – How to Generate Multiple RSS Feeds from One Blog
Posted on 16. Jul, 2011 by Admin.
WordPress and RSS. WordPress does have a lot of cool RSS features built in. That is one reason we love to use wordpress as our choice publishing platform here at RSS 3.0. However there are some functionality and capabilities that many people do not even know of and this is what we are going to discuss in this article. You can of course tell the feed how many posts to show and if you want your information syndicated as a description or full text and we do suggest that you use the full text of your posts, it’s like getting more bang for you buck as far as getting your content out there.
However, What About Multiple RSS Feeds? This is a topic that very rarely gets discussed, unless you buy some fancy course and that’s not what we are about here. We are ready willing and able to share all the ins and outs of the rss world, so here we go! Yes, wordpress is setup, by default ready to create as many different rss feeds as you could want. [...]
Continue Reading
SEO Optimized WordPress Themes
Posted on 15. Jul, 2011 by Admin.
A lot of people search for SEO optimized WordPress themes but don’t realize that WordPress itself is optimized for SEO. All you need to do is install a few key plugins and your site will be Google ready fast. The first essential plugin is called “All in One SEO”. It places two key boxes beneath each post for writing good description and title tags in WordPress. One of it’s best features is that it does an automatic character count, showing you (as you type) how close you are to the limit. In order to optimize your site for Google, you’ll need to add your target keyword to the title of the document, the Page Title (found in the All in One SEO area) and the description. Every single page of your site needs this, otherwise you’re missing out on search engine results. [...]
Continue Reading
Useful Tutorial for PSD to WordPress Conversion
Posted on 14. Jul, 2011 by Admin.
PSD to WordPress conversion is top-notch solution for creating WordPress theme from a Photoshop in order to get search engine friendly blogging web portal. This type of PSD integration plays very significant role in building visually appealing content managed blog portals. Getting the files be converted from PSD format to highly customizable WordPress theme/ template is entirely different matter in comparison to PSD to HTML. The process of converting a PSD based file into a cross browser compatible and W3C validated working WordPress template/ theme involves lots of steps. [...]
Continue Reading
HTML5 and CSS 3 to Change Trends of Designing
Posted on 13. Jul, 2011 by Admin.
The clamoring demand of websites is increasing day by day and this is the reason that business entrepreneurs want their websites to perform equally better as their business and much better than their business development executives. And keeping pace with the demand, designers have started believing that HTML 4 and CSS early version needs a replacement. With newer versions on the forefront, HTML and CSS are all set to break grounds in the Internet world. The hair-raising amalgamation of two web languages HTML 5 and CSS 3 are expected to be seen on the websites in the times to come. Before we move a bit further, let’s first discuss what HTML 5 and CSS 3 is? [...]
Continue Reading
CSS Tables – How to Create a Table Using CSS
Posted on 12. Jul, 2011 by Admin.
To ensure consistency across pages (and to “get with the times”, so to speak) instead of defining each element of each table separately, define the properties of the table and cells in your Cascading Style Sheet (CSS). The “table” definition defines the outermost edge (is the container for) the array of cells.
The “td” definitions define the character of the individual cells.
A simple table definition:
table.main {
border: 5px solid double;
border-color: #006400;
}
The word “table” tells the browser that you are defining a table. [...]
