With the help of a .htaccess (hypertext access) file you can get a directory-level configuration and it allows you to decentralized the management of your web server configuration. As well it allow you to improve your blog’s security, and reduce bandwidth. Today, we compile a list of tips and hack to increase your WordPress website through .htaccess file.If you like these tips and hacks then please grab the WPArena RSS feed for keep yourself up to date!
Popular Posts
-
Blog Forme Demo - Download real size ..? click on the picture This Is a 3D design Two Column Blogger Template with a...
-
Heading and subheadings are essential for a organized blog post. By defult most blogger template has a boring heading and subheading st...
-
Bismillah Allahmdulillah, Alhamdulillah, Alhamdulillah Usually we have so many posts in our blog and if we used TOC it will be very long....
-
PHPImageWorkshop is an open source class using the GD library that helps you to manage images with PHP . This class is thought like ph...
-
Bloggers’ blogs are the most popular in the world. People want to make their blogs more impressive and effective. So, they do everythi...
-
A 12 high resolution brushes pack of abstract shapes. Great if you want to create Vista like wallpapers in Photoshop or also cool abs...
Sunday, July 15, 2012
[Turns Feed] How to Make Content Clickable In WordPress
WordPress has a great feature I've just discovered which allows you to convert plain text into links for URLs or email addresses.If your content has URLs in the content but you haven't add the link you can use this WordPress function to convert all plain text URLs to be links.The WordPress function you need to use is called make_clickable().
Full Post: Make Content Clickable In WordPress
Friday, July 13, 2012
How to get Numbered Page Navigation For Blogger
Bismillah (in the Name of Allah), Alhamdulillah (All Praise to Allah)
Page navigation is need for all blogger because it can make navigation easy for your visitors. Previous script have some weakness :
- Maximum posts 500
- Have to read all JSON file if post so many make your blog slow
- Need long loop to calculate all posts (no body know this if they not read the script)
When you use this hack,you will see this kind of navigation on your blog’s home page and label pages(needs little customization).
Step 1 : Apply Style
- Login to Blogger Dashboard and navigate to Layout > Edit Html
- Don’t click the checkbox which says ‘Expand Widget Templates’
- Find this
]]></b:skin>
and replace it with
.showpageArea a { text-decoration:underline; } .showpageNum a { text-decoration:none; border: 1px solid #cccccc; margin:0 3px; padding:3px; } .showpageNum a:hover { border: 1px solid #cccccc; background-color:#cccccc; } .showpagePoint { color:#333; text-decoration:none; border: 1px solid #cccccc; background: #cccccc; margin:0 3px; padding:3px; } .showpageOf { text-decoration:none; padding:3px; margin: 0 3px 0 0; } .showpage a { text-decoration:none; border: 1px solid #cccccc; padding:3px; } .showpage a:hover { text-decoration:none; } .showpageNum a:link,.showpage a:link { text-decoration:none; color:#333333; } ]]></b:skin>
if you need other styles please visit this page :
Step 2 : Aplly Javascript
Find This :
</body>
Replace with :
<!--Page Navigation Starts-->
<b:if cond='data:blog.pageType != "item"'>
<b:if cond='data:blog.pageType != "static_page"'>
<script type='text/javascript'>
var pageCount=5;
var displayPageNum=5;
var upPageWord ='Previous';
var downPageWord ='Next';
</script>
<script src='http://bloggergadgets.googlecode.com/files/blogger_pagenavi_min.js' type='text/javascript'/>
</b:if>
</b:if>
<!--Page Navigation Ends -->
</body>
Change based on your blog setting :
var postperpage=7;
var numshowpage=4;
var postperpage=7;
var numshowpage=4;
Postperpage : How many Post every Page for your blog
numshowpage : how Many number will show in Your page Navigation
numshowpage : how Many number will show in Your page Navigation
Step 3 : Customize Label (if you already use my previous Page Navi don’t use this step)
Go to the Edit HTML page and “Expand Widget Templates”
Find this (all of this text in your xml or template)
Find this (all of this text in your xml or template)
'data:label.url'
and Replace with this
'data:label.url + "?&max-results=7"'
Change 7 base on how many post every page
only That, I hope it can work and make your blog easy to navigate, amiine...
[Turns Feed] [Web Design] 30 Browser-Based Apps for Web Designers & Developers
Web development has moved into the cloud as more engineers are working on-the-go. It just so happens that with more open source code we can build a suitable environment collaborating on projects all across the planet. Not to mention saving time on personal projects and freelance work.
Subscribe to:
Posts (Atom)