Forums

Quotes issue (3 posts)

  1. ltoso
    Member
    Posted 1 year ago #

    Hi,
    i have started blogging about programming and when i simply use double quotes like "" they change to something else i searched the internet and their i found the solution that said put
    remove_filter('the_content', 'wptexturize');
    in the functions.php file

    but when i did that it said
    undefined function remove_filter

    please help

  2. alchymyth
    The Sweeper
    Posted 1 year ago #

    did you add this into functions.php of your theme?

    /wp-content/themes/your_theme_name/functions.php

    there are other functions.php in other wordpress folders, which would be the wrong space to add the code.

  3. ltoso
    Member
    Posted 1 year ago #

    Thanx alchymyth

    i placed it in the wrong functions.php lol

    now it is working fine

Topic Closed

This topic has been closed to new replies.

About this Topic