Posts

Drupal 9: Importing Documents in Bulk to a Media Entity

I had over 400 historical PDF documents I needed to import and display on the front end in a table view. The table needed to include multiple columns for fields such as title, file name and date, and be sortable and searchable. In order for Drupal to recognize the files and allow me to create […]

Intro to WordPress and Drupal

WordPress and Drupal are open source content management platforms powering millions of websites and applications. They allow you to easily organize, manage and publish your content, with an endless variety of customization. Both are written in the PHP programming language and depend on a MySQL database. Because WordPress and Drupal are Open Source projects, users […]

Drupal 6: Creating a Blog Archive and Topics Menu in Views

Once you begin to get some age on your blog, it can be helpful to create a side menu block to help users find posts by either date or topic. The first part of this post will deal with creating a side menu block sorted by month and year. The second part will deal with […]