Plugin hau ez da probatu WordPressen azken 3 bertsio garrantzitsuenekin. Baliteke, jada, mantentze edo euskarririk ez izatea, eta, WordPressen bertsio berriagoekin erabiltzen denean, bateragarritasun arazoak izan ditzake.

Simple Post Type Permalinks

Deskripzioa

Edit the permalink structure of custom post type too easy.

Simple Post Type Permalinks is Simple and Smart than Custom Post Type Permalinks.

Available tags are %post_id%, %postname%, %year%, %monthnum%, %day%, %hour%, %minute%, %second%, %author%.

Requires PHP version 5.3 or higher.

This Plugin published on GitHub.

Please Fork and Pull Request!

Setting on Code

Adibidea:

register_post_type( 'foo',
    array(
        "public" => true,
        'has_archive' => true,
        "rewrite" => [
            "with_front" => true
        ],
        "sptp_permalink_structure" => "foo/%post_id%"
    )
);

Pantaila-argazkiak

  • screenshot-1.png

Instalazioa

Manual Installation

  1. Upload the entire /simple-post-type-permalinks directory to the /wp-content/plugins/ directory.
  2. Activate Simple Post Type Permalinks through the ‘Plugins’ menu in WordPress.

Access the permalinks setting by going to Settings -> Permalinks.

MEG

Which tag that can be used?

Only %post_id% and %postname%.

Berrikuspenak

2018(e)ko uztailaren 18(a)
Hi there, actually this was the solution I was looking for, but in my case it's not working as the assignment in the plugins setting is not saved. Useless for me ๐Ÿ™ Regards Barcelo
2018(e)ko ekainaren 26(a)
register_post_type() ใ™ใ‚‹ใจใใซใƒ‘ใƒผใƒžใƒชใƒณใ‚ฏๆง‹้€ ใ‚‚ๆŒ‡ๅฎšใงใใพใ™ใ€‚็ฎก็†็”ป้ขใง่จญๅฎšใ™ใ‚‹ใจ็ฎก็†ใŒ็…ฉ้›‘ใซใชใ‚‹ใฎใงใ“ใ‚Œใฏใ™ใ”ใ่‰ฏใ„ใจๆ€ใ„ใพใ™ใ€‚
2017(e)ko irailaren 13(a)
Simply garbage. It screwed up all of my navigation links (changed them to frontpage links), and of 4 custom post types it worked for 1. For the other 3 it generated 404 errors. Wasted 20 minutes.
Irakurri 9 berrikuspenak

Laguntzaileak eta Garatzaileak

“Simple Post Type Permalinks” software librea da. Ondoko pertsonek egin dizkiote ekarpenak plugin honi.

Laguntzaileak

Simple Post Type Permalinks 2 eskualde-ezarpenetara itzuli da. Eskerrik asko itzultzaileei beraien ekarpenengatik.

Itzul zaitez Simple Post Type Permalinks zure hizkuntzara.

Garapena interesatzen zaizu?

Araka kodea, begiratu SVN biltegia edo harpidetu garapen erregistrora RSS bidez.

Aldaketen loga

2.0.1

  • Tested 4.9

2.0.0

  • Change of class structure.
  • Change namespace.
  • Add abstract Module class.
  • Use autoloader.
  • Remove constructor injection and add setter injection for modules.
  • Support %year%, %monthnum%, %day%, %hour%, %minute%, %second%, %author%.

1.3.1

  • fix pagination link.

1.2.0

  • fix textdomain.

1.1.0

  • Test with WooCommerce and WPML.
  • Admin Bug Fix.
  • Support get_post_type_archive.

1.0.3

  • Admin Bug Fix.

1.0.2

  • Coding Standard Fix.

1.0.0

  • Drop PHP 5.2.

0.1.0

  • First release