Author : Anas
0
2302
Fix Z-index problem of Falsh Embed code
Just add the colored code to default embed code There are not z-index problem of flash view
Read more
0
3250
Tigers show their grit
When Bangladesh captain Shakib Al Hasan turned up for the post-match presentation, the small crowd at the Zahur Ahmed Chowdhury Stadium welcomed him by clapping. The performance of the all-rounder in the first Test was nowhere near expectation. Rather his poor decision to field first on a placid track had added some extra burden on the young Bangladesh skipper. The surprise ‘retirement’ of Rokibul Hasan on the eve of the match didn’t help Shakib’s cause either. So, it was his
Read more
0
2209
Find the Current Page Slug
While I was working on a WordPress template today, I needed to find the current page’s post_slug. After investigating the function is_single in wp-includes/query.php, I discovered the following method for determining the current page ID, post title, or post name:
Read more
0
4023
Magento vertical category menu with Four level subcategory nav in left side
Magento vertical category menu with the code adapted from this thread. It’s quite easy to implement and to make it even easier for others. * Add a new block type in “catalog.xml” file * Create a new phtml file and name it “leftnav.phtml”, place it inside catalog/navigation * Edit CSS Add a new block type in “catalog.xml” file Here we presume you want to have the vertical category menu shows up on every page, to do so, we will place
Read more
0
1813
Magento: How to create Module
To create a magento module visit this site Module Create Instruction To Create Data base in Magento Create Custom Database
Read more
0
2565
Web theme change after certain period of time by Java Script
We can change Change web theme by using Java script. Just the following java script code have to be include your file.
Read more
0
1773
Add sidebar , Sidebar registry, Add new sidebar in wordpres
Just Copy the wp default sidebar and rename with different like sidebar-new.php Open functions.php file add the extra code(bellow) in default function. and your final code will show like this For dynamic you have to change a little code from sidebar-new.php Just change Finally you just include sidebar-new.php file to your selected template. example And enjoy with dynamic site.
Read more