• I do not know hoe to edit a subpage such as advice for home buyers and sellers when I go to edit page it displays the following:
    [list_subpages pageid=”#” depth=”#”]

    I am not sure what this means of how to add a title to the page or have an H1. I tried to write the title as <H1>yadaatadda,<h1> in the text area but this did not resolve the latter issue. If any of you understand what is transpiring I would really appreciate an explanation or help.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • [list_subpages pageid="#" depth="#"] looks like a shortcode. Most likely, you have a plugin or a function in the theme that is using that shortcode to generate the subpage. Perhaps the subpage is a custom post type edited through a plugin instead of the traditional WordPress page editor interface?

    I would start by reviewing the plugins you have to see if there is one that makes use of this [list_subpages pageid="#" depth="#"] shortcode.

    Oh, and regarding your <h1> tags, the tags are incorrect. The proper closing tag should be </h1>, not <h1> and you shouldn’t mix cases between the open and closing tags. While HTML tags are not case sensitive, consistently using <h1></h1> or <H1></H1> will help increase the code’s readability.

    Thread Starter leethellos

    (@leethellos)

    Chris I thank you for the info, what you are saying seems to be on target. I will take your advice and start to track down the subpage0.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘editing a subpage (i think)’ is closed to new replies.