Support » Fixing WordPress » Need Shortcode to do ?

  • Resolved Nile Flores

    (@blondishnet)


    Recently, one of my friends converting over to WordPress from Drupal. I’m trying to wrap my head around this but his Read More shortcode is <!--break--> and rather than a search and replace, is there a shortcode method to adding <!--break--> to have the functionality as <!--more--> that I can put in the functions.php for that site?

Viewing 1 replies (of 1 total)
  • Thread Starter Nile Flores

    (@blondishnet)

    The replacement code in MySQL was effective for doing this.

    UPDATE wp_posts SET post_content = REPLACE (
    post_content,
    'Item to replace here',
    'Replacement text here');
Viewing 1 replies (of 1 total)
  • The topic ‘Need Shortcode to do ?’ is closed to new replies.