We're merging with GenerateBlocks! Learn more here.

[Support request] ability to specify id in generated html

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support ability to specify id in generated html

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6832
    Jonathan
    Participant

    I would like to be able to specify the id in the html for the posts so that I don’t need to hard code a string which includes the “Posts List” id in the css. For example if the the “Post List” id is 43123 then I see the following in the html:

    <section id="wpsp-43123" class=" wp-show-posts" style="">

    I would like to specify a custom string for the id instead of wpsp=43123 or else be able to specify a class for this particular section. So, if I specified “wpsp-lcolumn” as the id it would instead generate this:

    <section id=”wpsp-lcolumn” class=” wp-show-posts” style=””>

    I could do this with a filter hook but then I would have to put a hard coded “Posts Lists” id in the filter hook.

    This option could be added to the “More Settings” section.

    #6836
    Tom
    Keymaster

    I like this idea. It’s not currently possible, but I’ll look into adding it in WPSP Pro 1.0 🙂

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.