Showing posts with label wordpress. Show all posts
Showing posts with label wordpress. Show all posts

Monday, June 29, 2015

How To Reset Wordpress Password

Hi guys, In this post i am going to show you how to reset your magento password if you forget it not to worry at all. All what you need to do is you need to login to your phpMyadmin panel.

select wp-user table over there


it will show up users in left hand side you need to edit it

now you need to put you desired password in user_pass by selecting md 5 in dropdown

Then click on go botton

Thats all done now try login with the new password.

Hope this post will help you.



Wednesday, February 4, 2015

WP-Galleriffic galleriffic WordPress extension plugins

Galleriffic is a jQuery plugin that provides a rich, post-back free experience optimized to handle high volumes of photos while conserving bandwidth. You can download the source file form http://www.twospy.com/galleriffic/


If you are developing a wordpress website you can use galleriffic gallery using this extension you can download it from here.

How to use galleriffic wordpress extension

1. First of all you need to download the css and js file form http://www.twospy.com/galleriffic/
2. Then you need to call it in you header file you can get this file under wp-contents->themes->your_theme->header.php
3. Then you need to extract and upload the plugins file to wp-contents->plugins
4. After uploading wordpress extension to your plugins folder you need to setup your gallery follow these steps






Shortcode for gallery [nggallery id=1 template="galleriffic"]



Monday, August 4, 2014

How to Integrate twitter widget in website

This blog will show you how to integrate tweets of twitter into you website. Twitter provides widget for it and it very easy to integrate your tweets into your website. you need to follow these steps.


  1. You need to login to your twitter account
  2. Go to settings then profile
  3. look for widget
  4. click create new
  5. make your configuration
  6. and you will get to code to be pasted into your html
Now you have successfully integrated your twitter with your website.

Thursday, June 5, 2014

why choose worpress as your cms platform

Most of designers and developers love wordpress as a cms systems there are may reasons behind it.

  1. Open source: Wordpress is a opensource cms. It is free to download and use. It has a huge helpful community by which you can solve your problems related to wordpress. They share their thoughts, ideas and there programs.
  2. Easy to install: Most of web hosting company allows you to install wordpress on a single click through cpanel. if you are using a hosting login to your control panel scroll to the application and you will find wodpress. If you want to install wordpress on your system and if you are using a window computer you will require wamp server installed on your computer. Here is a video tutorial which will guide you 
  3. Eye catchy themes: Wordpress provide you three eye catchy themes to use by default. If you have basic knowledge about php, html, css, jquery you can make your theme which can be easily integrated to wordpress and you can give your website a great look according to your flavor.
  4. Easy cms: Wordpress is a very flexible cms platform where you can setup the modules according to your requirement. You can edit, save, publish your articals, page very easily. 
  5. S.E.O: SEO (Search Engine Optimisation) this is making your site search engine friendly and getting it to appear high up in the search engine results page. This area is constantly changing and be wary of companies who can promise miraculous results, however there  are still a number of simple things you can do with your wordpress site to assist it’s performance.
  6. pingback: Pingbacks are a form of automated comment for a page or post, created when another WordPress blog links to that page or post.When you publish a new blog post, WordPress attempts to ‘ping‘ all the sites that were linked to in your post. i.e. Your WordPress website is informing other websites that you’ve linked to them.When you receive pingpacks, then it means someone else has linked to one of your posts 
  7. Plugins: Wordpress has a huge collection of plugins which will add additional functionality to your website for downloading plugins you can visite "https://wordpress.org/plugins/".


Saturday, May 10, 2014

How to make a website responsive without boostrap

Hi every one,

This post will let you know you can make a website responsive without using boostrap. There are some simple css techniques which you have to use like meadia screen, maxwidth, minwith e.t.c.....

what you chould do is you can use first
write the simple css code in your stylesheet for desktop view
for mobile view use @media screen and (max-width: 520px) make all the div{width:100%;}
for image to make it responsite use img{max-width:100%}
you can also use grid.css for your layout

and here it is done. try it once