How to create widget to show latest posts?
Create WordPress widget for latest posts WordPress providing sidebar widget for latest post which is just for post type posts not for any custom post types. So to create widget that fetches posts from...
Create WordPress widget for latest posts WordPress providing sidebar widget for latest post which is just for post type posts not for any custom post types. So to create widget that fetches posts from...
Set Foreign Key Checks While running migrations or seeding or importing data by running scripts, we might need to set foreign key checks to zero in database during these processes in laravel 5 programming....
Get Value from PHPExcel_RichText Object We can read and create excel, csv files from phpexcel library. While reading excel file with phpexcel, you might get richtext object like following. We can’t simply get PHPExcel_RichText...
Apache PDFBox is open source Java library for working with PDF files. This library allows processing on PDF files in many ways. I am using this for converting PDF files to images. I used...
Web design is a very creative and important job that every web designer has. Companies need websites and websites require a great website design. A great website design is classified as ‘great’ by being...
Views is one of very useful module for drupal, it can be used to setup front page, taxonomy term pages, show views in blocks that are assigned to different regions and many more. We...
Drupal is very famous cms and providing wide range to functionality to build web applications. While building custom theme for drupal 7 we might have different page templates for different content types, for this...
Views module is very beneficial in drupal. We can create blocks, pages by views and can show different fields as many as we require and a lot more. We can change fields order too...
While adding image from library in Drupal 7, I was getting error that “You have not selected anything!” but image was selected. I tried to find solution for this on internet then I found...
Set sort order by using Elastica_Query_Bool() In a symfony2 project I implemented elastic search by using FOSElisticaBundle and used Elastica\Query\Bool() to make query and found that there isn’t any method to set sort order...
More