Template generated table– how to access and edit?
-
I’m pretty much a novice with WP and coding in general. I’ve been thrown into having to update a small store website built in WP. What I’m seeing is very confusing to me and I wonder if I’m missing something. I’m on a Mac, 10.10, WP 4.2.2.
I need to edit some content, but the content is almost entirely generated inside a page template. I can access the page template PHP code in Appearance > Editor, but the part of the content (a database driven table, as far as I can tell from the resulting code) where the text I want to change is in an include file (reads as: include ‘services_list.inc’;).
How the heck do I access “services_list.inc”? Most other pages in the site function in the same way, but I figure if I can gain an understanding of this Services page, the others will fall in line too.
I should also mention that I didn’t originally build the site (obviously). The business owner can no longer reach the firm that did. The .inc file must exist on the web server side, but I’m still trying to get access to that. But even if I do gain access to it, I’m not sure how it is that I edit it through WP or otherwise.
Perhaps I have bitten off more than I can chew here….
The topic ‘Template generated table– how to access and edit?’ is closed to new replies.