Forum Replies Created

Viewing 16 replies (of 16 total)
  • Thread Starter Mfa

    (@mfa95)

    sorry, is not this the support page? I just wanted to know where to write the code snippet. I’ve searched, but I could not find anything for it. It is called as get_the_title () in single.php. but when added, it is added under the post head. I want to add to the side. I looked at the fuctions.php code for this, but there I found only the text insertion code. like this.

    function new_title ($ title) { $ new_title = ‘nic’. $ Title; return $ new_title; } add_filter (‘the_title’, ‘new_title’);

    but this code is affecting the position of the title in every place. as well as adding text only. I just want to add a save for later tusun to the post title and immediately after the title. I need to do this with Add_filter, but how can I help fonctions? I do not speak English, translate my language is very bad translation

Viewing 16 replies (of 16 total)