Archive for the on desktop
How to customize the default wordpress gallery shortcode output
If you paste the following code snippet into functions.php and save or upload it, the default div id gallery will be replaced by the div class gallery in the example below, which you can style in css.
The posts pagination styling code snippet and wordpress plugin
I created a simple wordpress plugin to customize the built-in pagination, but you can also use the code snippet. read more
The posts pagination
If you don't like the navigation of the previous page of the next page, but want to display it in page numbered order, you don't need a custom plugin. WordPress has this feature! read more
Search results example – The search.php
Create a file named search.php. Insert the following code and upload it to the current template directory. read more
Cookie Banner Pro
I have created a new GDPR compliant cookie warning. read more
Search form example
This code snippet, when pasted into the sidebar, will display a search form. read more

