0
I need to update old posts with a new layout, I was wondering in which table of the wordpress database is the layout of the posts anyone has idea? , Obs have to change without being by Adm panel, It has to be by bank.
0
I need to update old posts with a new layout, I was wondering in which table of the wordpress database is the layout of the posts anyone has idea? , Obs have to change without being by Adm panel, It has to be by bank.
Browser other questions tagged php sql wordpress
You are not signed in. Login or sign up in order to post.
As far as I know about WP themes, the layouts and their respective templates, are not saved in the database. The files are in
wp-content/themes/nome-do-seu-tema
. Here you find the names of the theme archives, their functions and their respective organizational architecture.– Hamurabi Araujo
@Hamurabiaraujo Yes, but that particular post, has to know which theme is using somehow right? , isn’t there any table that says you’re using that particular Thema or layout? Yeah and the old posts?
– Anderson Henrique
Yes, in the bank is saved the name of the theme you are using. There by the name saved it finds the folder related to the theme and searches their respective layout files within it. The reference in the database to the theme is in the table
wp_options
(if the seat has been installed with the prefixwp_
). At this link can show you how to view this information and possibly make any changes.– Hamurabi Araujo
Certooo Thanks @Hamurabiaraujo
– Anderson Henrique