Piklist let’s you build WordPress Pointers without code. No PHP. No Javascript.
In this tutorial, we will create a simple WordPress pointer.
/parts/pointers/
folder. If the folder doesn’t exist, then create it.<?php
/*
Title: WordPress Dashboard
Anchor ID: #menu-dashboard
Edge: top
Align: bottom
*/
?>
<p>The WordPress dashboard is a great place to get information about your website.</p>
The comment block at the top takes a minimum of four parameters:
Title
: The title of your pointer.Anchor ID
: The ID of the item you want to attach the pointer to. This can be a div #, li #, any HTML ID.Edge
: Which edge of the pointer (left, right, top, bottom) should be adjacent to the target.Align
: How the pointer should be aligned on this edge, relative to the target (top, bottom, left, right, middle).That’s it! You have a new pointer.
This documentation is a community effort. Please create an issue or pull request to help!