We very much like the People page and want to use it pretty much as-is.
However, we would like to enable each 'people' to act as a link to a CV page, and realize we will have to modify whatever php file is in charge of generating that list.
It has proven to be difficult to identify that file. Please, can anyone point us in the right direction?
A faster way is to take the html output of the shortcode from the page source (right click in browser -> view page source) and then modify it. Paste back the modified code as custom html block.
Hello,
We very much like the People page and want to use it pretty much as-is.
However, we would like to enable each 'people' to act as a link to a CV page, and realize we will have to modify whatever php file is in charge of generating that list.
It has proven to be difficult to identify that file.
Please, can anyone point us in the right direction?
Thanks in advance,
Tobias
Hello Tobias,
That would be the Team Members shortcode
https://prnt.sc/maxE2bowKp-H
you need to modify it in several ways. first of all you need to modify \montoya-core-plugin\include\shortcodes.php to include the new parameter
https://prnt.sc/F5Xbgktcs0bM
and then to expose it in the corresponding gutenberg block \montoya-gutenberg-blocks\blocks\blocks.js
https://prnt.sc/AxOIGGTDVlGA
A faster way is to take the html output of the shortcode from the page source (right click in browser -> view page source) and then modify it. Paste back the modified code as custom html block.
Thank you.
Clapat Support
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio
Good tip on the page source and custom html, works great!