Showing posts with label WordPress theme. Show all posts
Showing posts with label WordPress theme. Show all posts

Move Navigation bar after header in Thesis WordPress Theme

| 0 comments ]

Move Navigation bar after header in Thesis wordpress Theme


Moving Navigation bar after the header is very simple task as i wasn't aware how to do this. Every thing is out there unless you stumble upon the solution already out there for you. Thesis is SEO optimized theme and allows developer/user lot of flexibility. In Thesis 1.6 several new changes are added including CSS customization which is really a cool feature of Thesis 1.6 theme.

Checkout this video where you can find step by step instruction on how to customize Thesis 1.6 wordpress theme specifically moving navigation bar below header. I have brought several wordpress theme but i got stuck when i really need to do customization like this.But Thesis allowed me to do this change in minutes, i am not a hardcore programmer i only have basic programming skills. What makes Thesis special is you don't need any programming experience , watch this video below and find out yourself.

check out another cool Thesis WordPress Theme online tutorial video on how to create drop down Navigation bar



Buy SEO optimized Thesis 1.6 Wordpress theme and save $15

Get $15 off on Thesis 1.6 Wordpress theme if you buy it from link here on digitalhat

Wordpress Review Theme and Plugins

| 0 comments ]

Wordpress Review Theme and Plugins



Wordpress Review sites are really impressive to gain some quality traffic and make decent amount of money online. If you are already familiar with review sites then you should look into WordPress review theme.

Wordpress review theme Demo





Interested in Buying WordPress Review Theme Click here



BUY WORDPRESS REVIEW THEME FOR $29 ONLY

wordpress Tips showing post in next and previous links

| 0 comments ]

Here is cool tip i find out to replace next and previous by post name . This is really nice specially for readers to find out related post instead of clicking on next and previous to see what's else out there

I just added some next / previous post links to this blog. It was really easy to do it, and I think it is a very nice improvement. All of the functions are already built into Wordpress, it was just a matter of finding them.

Here’s the PHP code to place where you want the links to show up:










And here’s the CSS I added to my stylesheet to get them to sit where I wanted them:

.nextprev {
height: 1.5em;
}
.nextprev .prev {
float: left;
}
.nextprev .next {
float: right;
}
read it from here ...