Forcibly show previous/next links

What I did was the following:

  1. Look in index.php for the name of the function that creates the older/newer posts links.
  2. Search (using the multifile search function of my text editor) for where that function is defined.
  3. Open that file and copy the HTML code from there to index.php, replacing the function call.
  4. Save index.php (but not close the file).
  5. Style the links.
  6. Replace the faux HTML code with the original function code again in index.php (since I left the file open in my text editor I only had to click “Undo” once and then save).
  7. Done.

Took me a few minutes.