PureNews

PureNews is an amazingly sleek and powerful news theme with unlimited color variations.

View full feature list Check out the live demo Buy this theme today

Blog Archives

File Paths in Your WordPress CSS and Theme Files

File Paths in Your WordPress CSS and Theme Files
21 Dec 2007

CSS The directory of your WordPress theme probably looks a lot like this: This is where all the files for your theme live, and this is where you will come to make edits. Notice the images folder in there. If your theme makes use of any images for it’s design (it probably does), they will be in this folder. What can be a little confusing is just how to reference the images in this folder, in terms of their file paths. If you are editing the CSS ...

Continue reading
Posted by 4

Color and Width of your Content Area, a lifelong choice?

Color and Width of your Content Area, a lifelong choice?
14 Dec 2007

CSS Part of the fun of having a CSS based site with dynamic content (like most blogs), is your ability to change the design of your site with relative ease. On a site like Blogging Tips, there are hundreds and hundreds of different pages with unique URLS. Can you imagine having to hand code design changes onto each any every one of those when you wanted to update the look of the site? No thanks. But thanks to CSS and a Content Management System like ...

Continue reading
Posted by 0

Be Careful Editing Your Blogs CSS

Be Careful Editing Your Blogs CSS
07 Dec 2007

CSS Most blogs use a single stylesheet to control the design of their entire site. That is where all the magic happens. If you have ever gotten adventurous and wanted to modify your theme, you have no doubt poked around in your blogs stylesheet. Obviously, this is a very important file, so you should be careful with your editing. Make a backup first Even if you really know what you are doing, it’s always a good plan to have a backup copy of a ...

Continue reading
Posted by 16

Spacing Out Blocks of Text in WordPress

Spacing Out Blocks of Text in WordPress
01 Dec 2007

CSS The WordPress Text Editor: TinyMCE In the administration area of WordPress, the text editor that you actually type into when writing posts is actually a javascript platform called TinyMCE. By most accounts it’s a pretty nice WYSIWYG editor that really gets the job done, but it’s not without some complaints. A common complaint amongst WordPress bloggers is the inability to space out blocks of text. You can put as many returns between ...

Continue reading
Posted by 8