Tag: permalink

  • WordPress 5.0 Beta 5 Adds Permalink Editing to the Document Sidebar

    WordPress 5.0 Beta 5 Adds Permalink Editing to the Document Sidebar

    WordPress 5.0 Beta 5 is available for testing and includes all of the block editor changes that are in Gutenberg 4.4. One of the major changes in this release is the addition of a Permalink panel that is in the Document sidebar. The panel was added based on user feedback that the UI for editing…

  • BuddyPress Core Contributors Working on a Way to Safely Edit a Group’s Permalink

    BuddyPress Core Contributors Working on a Way to Safely Edit a Group’s Permalink

    This past weekend while managing a site that runs BuddyPress, I ran into a situation where I needed to change a group’s slug or permalink. Editing the permalink for a post or page in WordPress is easy but BuddyPress doesn’t have the same functionality. As you can see in the screenshot below, an edit button…

  • Code Snippet To Reduce Memory Usage

    Joost de Valk has published a code snippet along with an explanation regarding the reduction of memory usage when using get_permalink with post objects. This may come in handy for plugin developers who are not already using this technique.