JLBA
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Differentiate page name frome page title ?Thanks @threadi .
My question is not about the back end language. My backend is in english, no problem.
My question is about pages names in backend trees/lists.
Let say I got an english page. I duplicate it to translate it in chinese. In this page, the title is in chinese characters (even if the slug is in english). But in backend, in pages list/tree, this page is displayed only with its title so in chinese. Which is not very practical.
In many other CMS, pages have their title for frontend and a name used only in backend. (And an ID and a slug.)
So I was asking if a plugin exists to add this “internal” page name.
I just discovered a plugin to manage columns in backend lists. So i could add the slug column. And I could use a custom post type as my page name which I could add in another column. But not all plugins will use or display it.
Forum: Developing with WordPress
In reply to: Differentiate page name frome page title ?Hello mary,
Thanks for your answer. I’m using the free version.
Even with the free version, I can use a title in chines and a slug in english. But, in the lists or in the popup menus, you see the name but not the slug. That’s why I find it a bit difficult.
Forum: Developing with WordPress
In reply to: Configuring staging or developement environmentit’s clear. Thanks @graphicscove !
Thanks Jory.
For now, Smart Slider can work with ACF but not Pods for now.Perhaps you could contact them…
For my problem, where/how do I use this hook in Pods ?
Forum: Plugins
In reply to: [Smart Slider 3] Pb displaying images form custom post typeThanks Robert for your detailed answer. I’d see if there could be a solution to store the url/path inside Pods…
Thanks Paul for your detailed answer. (Is it a page I didn’t find in pods support pages ?)
I’m using Kadenz for templating and blocks.
I did find the Auto template options for displaying Single item. But I’m still asking if it’s a right way to have a pods item list on one page, a pods single item on another page and create link between them ??
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Pods+Polyang for RelationShipOther question. 2 of the languages are 2 versions of Chinese with their specific alphabet. Editors will work in english in BE. So how can i display area in english in the BE but in the right language and alphabet in FE ?
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Pods+Polyang for RelationShipHi Jory.
That’s it. Area is the first field in the BE form so i tried to select it before saving in draft…
Thanks for your answer.
Forum: Installing WordPress
In reply to: 2 questions about staging sitesHi Janmtm,
Thanks for your answer.
i’m ok with your suggestions but I’m asking: i if check “no index” in the options, this will modify it for the prod site when sycing and i’ll have to uncheck it.
Or is there a plugin which take care of it ?
Found !
In fields’ group parameters / Advanced :
Uncheck “Restrict access by role” or add the role you need.Oups. Of course, my template is :
<div class="myclasse">
{@mytextfield}
</div>Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Displaying categories in listSorry, still not working. I got “No content was found”
Here is my template code :
[if machines] {@type_machine] [each machines] <li>{@ID} - {@post_title}</li> [/each] [/if]
- This reply was modified 3 years ago by JLBA.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Displaying categories in listHi again,
This don’t work as i’m probably missing something.My pod Machines :
– post_title (as machine name)
– post_content (as machine description)
– type (as categorie ; relation ; simple)
– some other custom fields.I need to list the machines by type :
– <h2>type 1</h2>
— machine
— machine
– <h2>type 2</h2>
— machine
…And so on.
- This reply was modified 3 years ago by JLBA.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Displaying categories in listThanks Jory. I’ll test it.
But the categories could change. Some should be added.
So i’m loking for a template that displays the actual categories and “sub-displays” the according machines.
Can we use an each inside an each ?
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Pods 2.8 ?Thanks for your answer.
Sorry for your surgery. Hope you’re going well.