Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

few WordPress pointers

Featured Replies

So it's a long time since i made a WordPress site, and all i really did then was pick a theme and do customisations in the WP.
I need to remake this music review site (redesign and move content) https://levyarvostelut.fi/
    (sorry it's in Finnish ;) )

Using https://localwp.com/ i have WP installed and the twenty-twenty-one theme. I'm going to make a child theme (i know how to do that) but questions are
what's a good theme to start with to customise? (e.g. 2021 has only one place for widgets)
this is the functionality i need to use/add

  1. latest e.g. 5 reviews (i.e. posts - this is built in isn't it?)
  2. sub-navigation: so just general pages but want something to build the list by querying the e.g. artists labelled as Categories
    - Artists (list)
    - Bands (list)
    - Genre (list)
  3. ALBUMS in alphabetical order
  4. GENRES in alphabetical order
  5. Search (possibly ) free search to return an artist and list of work or a particular album
    so i'm guessing i need to identify the hooks i need (e.g. Category artist) then customise the frontpage template to traverse the artist array, fetch results and display it as a list - but this is the part of WP i'm haven't dealt with before: from my basic WP understanding this all seems par for the course for WP (except perhaps the alphabetical list with links from A,B, C, D - some php function to truncate the Artist string to find the first letter and display it under A.

    links to resources should be fine in the first instance-  not expecting you to the work :) just need some guidance

    Thanks in advance :)

Edited by davep

Widgets are fairly simple to add to a child theme. There are plenty of tutorials on how to do this in your child theme.

Essentially all you need to do in your child theme functions.php is register each new widget.

https://codex.wordpress.org/Widgetizing_Themes

The sub-navigation may need a bit more work. You can create new menus and add them to widget areas but you could edit your theme templates to hard code the navigation.

Lots of ways to do the search, for example:

https://awhitepixel.com/blog/making-autocomplete-search-in-wordpress-with-code/

If you want I've got a theme that could work for you.

  • Author

Thanks. Is it a paid theme or free? This is just a hobby site so budget is very low, but it's also a good practice site for me.

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.