• Hey!

    Im new to wordpress and havent found any other thread about how to do this. At the moment when Im using this shortcode it creates a “link-title” with the link. I want the link-title to the right but also the same link for my title-text. Is this possible in any way?

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    Sorry, I’m not really following you. The shortcode you are using must be from your theme or a plugin, it does not sound familiar.

    In any case, if you can locate the code that defines the shortcode, copy it into your own site specific plugin or child theme. Give it a new name and edit as needed.

    Start by looking for a call to add_shortcode(). The first parameter passed is the tag used, the second is the handler function. Find the handler function declaration and you’ve probably found the code you need.

    For more on writing shortcodes see Shortcode API.

Viewing 1 replies (of 1 total)

The topic ‘Link the title in shortcode "Title-left(with link)"’ is closed to new replies.