- Posted on
19th June 2012
- in
web development
- by
amanhstu
Custom lof Slider for wordpress Put this at header ======================================================================= <link href=”http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css” rel=”stylesheet” type=”text/css”/> <link rel=”stylesheet” type=”text/css” href=”https://ahsanurrahman.com/jqslider/css/layout.css” /> <link…
Continue reading...
- Posted on
19th June 2012
- in
web development
- by
amanhstu
Scroll text or Image without Jquery? It is really easy to scrolling text (up, down, left, right) to any direction.…
Continue reading...
- Posted on
19th June 2012
- in
web development
- by
amanhstu
Specific category post to a certain place of theme <h2><a href=”http://mydomain.com/?cat=XXX”>TITLE OF CATEGORY</a></h2> <?php query_posts(‘category_name=xxxxxxxxxxxx&order=dsc&showposts=12’); ?> <?php if (…
Continue reading...
- Posted on
26th April 2012
- in
web development
- by
amanhstu
Contact Form 7 Thank you page The one limitation for Contact Form 7 plugin is that after submitting the form it just…
Continue reading...
- Posted on
27th March 2012
- in
web development
- by
amanhstu
Adding subtitle to your wordpress post For adding post subtitle simple place the below code in your theme template or…
Continue reading...
- Posted on
15th March 2012
- in
web development
- by
amanhstu
Display a Widget in WordPress Theme It’s really a simple process. For doing so Just follow the process bellow First…
Continue reading...
- Posted on
12th March 2012
- in
web development
- by
amanhstu
CSS 3 Web fonts Now here is simple font replacement alternative for cuffon. You can use CSS3 fontface property. It’s…
Continue reading...
- Posted on
10th March 2012
- in
web development
- by
amanhstu
Sometimes it happens that you uploaded your web site to your server but it still getting the default page that…
Continue reading...