Hopp til innhold
  • Logg inn
  • Registrer
WordPress.org

Norsk (Bokmål)

  • Tema
  • Utvidelser
  • Nyheter
  • Om
  • Mønstre
  • Delta
  • Meetups
  • Slack
  • Kontakt
  • Få WordPress
Få WordPress

Utvidelser

  • Mine favoritter
  • Beta-testing
  • Utviklere
Last ned

Tilpassede felter-løsning

Av Matt Gibbs
  • Detaljer
  • Omtaler
  • Utvikling
Brukerstøtte

Beskrivelse

Custom Field Suite (CFS) lets you add custom fields to your posts. It’s lightweight and battle-tested (there’s not much to break).

Verdt å vite

  • Vi yter ikke brukerstøtte
  • This is a free plugin. We’re not selling anything.
  • CFS includes 14 field types. There are no plans to add more.
  • If you want all the bells-and-whistles, use ACF.

Felttyper

  • Tekst
  • Tekstområde
  • WYSIWYG
  • Dato
  • Farge
  • Sann / usann
  • Select
  • Filopplasting
  • Relasjoner
  • Term
  • Bruker
  • Løkke (repeterende felter)
  • Lenke
  • Fane (grupper felter)

Bruk

  • Browse to the «Field Groups» admin menu
  • Create a Field Group containing one or more custom fields
  • Choose where the Field Group should appear, using the Placement Rules box
  • Use the get method in your template files to display custom fields

Lenker

  • Dokumentasjon →
  • Github →

Skjermskudd

Vurderinger

It has everything you need.

aculine 29. november, 2023
Simple and functional. It has everything you need.

Quick and Easy

mcaravaglia 17. juni, 2023
Did exactly what I needed it to do; quickly and easily

Better than ACF ^^

stwwndrr 26. mai, 2023
The plugin is worthy of attention, it copes with certain tasks better than ACF

Simple, powerful and functional

diegosomar 30. mars, 2023
At the same time that it is simple, it is very powerful and helps a lot in development, especially with the field repeater. Thanks to the developer.

Не работает

Roman Moiseenko 6. oktober, 2022 1 svar
CFS()->get() - не работает, возвращает пустой массив, CFS()->get() === array() по Id работает

how to allow, limitation of extended fields in the cfs_field class

jeanlarrota32 27. september, 2022 1 svar
Hello, greetings. Congratulations for the plugin, despite its simplicity, it fulfills to add custom things to wordpress. I am adding a custom field similar to the user field, extending the cfs_field class. The only problem I saw is that when I add the limitations, it doesn't take them in the backend. from what I saw in the code, it is because there is no filter that allows other fields to be accepted, that is what I see so far. the code to which I refer is in plugins\custom-field-suite\includes\form.php line 344 where I have to add a filter as follows php $typesValidation = apply_filters('cfs_form_types_validation', [ 'relationship', 'user', 'loop' ]); if ( in_array( $field->type, $typesValidation ) ) { I still can't find another way to do this without modifying the plugin code
Les alle 141 vurderinger

Bidragsytere og utviklere

“Tilpassede felter-løsning” er programvare med åpen kildekode. Følgende personer har bidratt til denne utvidelsen.

Bidragsytere
  • Matt Gibbs

“Tilpassede felter-løsning” har blitt oversatt til 4 språk. Takk til oversetterne for deres bidrag.

Oversett “Tilpassede felter-løsning” til ditt språk.

Interessert i utvikling?

Bla gjennom koden, sjekk ut SVN-repositoriet, eller abonner på utviklingsloggen med RSS.

Endringslogg

2.6.4

  • Fixed: cleared PHP8 deprecation notices

2.6.3

  • Fixed: possible placement rules XSS (props Patchstack)

2.6.2.1

  • Confirmed 6.0.1 compatibility

2.6.2

  • Removed broken links, confirmed 5.9 compatibility

2.6.1

  • Fixed: PHP8 warnings

2.6

New: moved CFS into «Settings» menu
Improved: relationship fields now only run 1 query to retrieve related posts
Improved: code modernization
Improved: styling tweaks
Fix: «Posts» field group rule ajax wasn’t loading

Meta

  • Versjon: 2.6.4
  • Sist oppdatert: 5 måneder siden
  • Aktive installasjoner: 50 000+
  • WordPress-versjon: 5.0 eller nyere
  • Testet opp til: 6.2.3
  • Språk:

    English (US), Japanese, Norwegian (Bokmål), Persian og Russian.

    Oversett til ditt språk

  • Stikkord:
    custom fieldsfieldspostmetarelationshiprepeater
  • Avansert visning

Vurderinger

Se alle
  • 5 stjerner 130
  • 4 stjerner 5
  • 3 stjerner 0
  • 2 stjerner 1
  • 1 stjerne 5
Logg inn for å skrive en omtale.

Bidragsytere

  • Matt Gibbs

Brukerstøtte

Saker løst siste to måneder:

0 av 3

Vis brukerstøtteforumet

  • Om
  • Nyheter
  • Hosting
  • Personvern
  • Fremvisning
  • Temaer
  • Utvidelser
  • Mønstre
  • Lær
  • Brukerstøtte
  • Utviklere
  • WordPress.tv ↗
  • Bli involvert
  • Doner ↗
  • Swag Store ↗
  • WordCamp ↗
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

Norsk (Bokmål)

  • Besøk vår Facebook-side
  • Visit our X (formerly Twitter) account
  • Besøk vår Instagram-konto
  • Besøk vår LinkedIn-konto
  • Visit our YouTube channel
Kode er poesi.