If you are 100% sure that is the line you have to change then just create your own function to do the same thing.
function my_popup_link() {
echo get_permalink() . '#disqus_thread';
}
Then replace the function call in your template with your own.
Related Posts:
- Comments to only be seen by their author
- Change the HTML of the comment form that is generating somewhere from the core WordPress
- How do I make the comment disappear after deleting from the database?
- Comment function for page
- How can I return the result of my custom function?
- Increase Comment Author Gravatar Size On WordPress Default Comment Function
- Getting full code of wp_list_comments instead of replacing it
- get_template_directory_uri pointing to parent theme not child theme
- Include PHP file in Content using [shortcode]
- Remove Comments Metabox but still allow comments
- How can I remove the title “leave a reply” in the comment box in twentyeleven?
- change the comment time output to: X time ago instead of actual date and time
- How to get comments with mixed status using get_comments?
- How to prevent deleting of comments when deleting a post
- disable comments if array exists
- Adding extra SVGs to TwentyNineteen child theme using class TwentyNineteen_SVG_Icons
- Remove “says” from comments
- Display the number of user comments
- How do I change parameters without changing the core
- What is the most efficient method for loading widgets in functions.php
- How to Add a Random Custom Gravatar in the WordPress Comments?
- PHP files included in functions.php don’t seem to work
- Include files in child themes, declare in functions.php
- Show top commenters without using a plugin
- using `require` in my functions.php breaks the site
- Commenter should see only his comments in wordpress
- Calling a Function in Functions.php from an external PHP script
- Filter out other users comments. Visualize only own comments and editor role users’ comments
- wp-comment author- url +, email filter hook
- Automatically include all php files in a child theme directory
- Where to add the permalink in this function?
- Incorrect redirect after commenting
- comments_popup_link without echo?
- Impossible to call wordpress function inside an include?
- Getting comment count per post not working
- Wp admin – Set default value to 999 in comments
- What is the Difference in bones_comments() and comments.php
- Can I have an additional functions.php file in WordPress?
- wp_star_rating() – Adding a 5 star rating system to theme
- Unable to point the child theme directory even using get_stylesheet_directory()
- Can I include a custom PHP function in a WordPress function?
- Function to replace comment’s accented characters before posting
- file.php not loaded?
- WordPress comment_form() does not display actual comments
- WordPress comment processing . Default unapproved comments detection before posting
- Why should I use get_template_directory() when include files?
- How do I change where “You must be logged in to comment” directs users?
- WordPress functions.php conditional include another functions file
- Why isn’t comment validation working?
- Remove nofollow from internal comment links via functions.php
- How can I automatically delete comments that contain a URL?
- Warning and fatal error
- I want to change the WordPress comments file
- How to identify author in wordpress comments?
- Including admin-options.php file in Child Themes
- Newest comments first not working
- get_comments not working properly after WordPress v4.4 update
- Getting error while trying to use custom comment function
- Custom Nested WordPress Comments with avatar
- Comment Function
- WP Custom Comment Callback Not Responding
- How to remove “login to reply” from individual comments [duplicate]
- Comment turned Invisible
- User’s Comments Number: Storing it in a meta field for different uses
- Add functionality to block comment authors in the Comment edit pag
- comments_template() doesn’t work with ajax call
- How to use: WP_AJAX_GET_COMMENTS
- WP backend, Show only own comments (give to users who wrote/published/assigned) posts
- Why isn’t is_page working when I put it in the functions.php file?
- Add image size if page template
- How to load parent_theme functions.php before child_theme?
- Removing default image size list in Media Box
- How to create thumbnails for PDF uploads?
- How to override function in functions.php of parent theme?
- Override a plugin class function
- Copy and delete a directory with WordPress functions
- Creating a table from shortcode avoiding wpautop for each row
- Including a function into a theme
- redirect wp-login.php to another page
- Redeclare function (override) [closed]
- wp_register_script not loading as expected
- WP_Cron doesn’t do the job: Multisite stats
- Simple/basic use of get_current_screen
- Error message : Call to undefined function request_filesystem_credentials()
- How to display most viewed post in my sidebar?
- override parent theme configuration in child functions.php
- Override comments.php template with plugin
- Breadcrumbs – Exclude Child Categories
- Why won’t my scripts load?
- Overwriting Parent Theme’s Image Sizes
- Hard-coding custom menu elements for menu manager
- Modify WordPress Comment From For AMP Html
- Do not add content filter on page template
- Create post using Ajax
- Can’t find function which is called in a wordpress theme
- Update post meta with wp cron
- get page_id in ajax to function in functions.php
- How to add user_registered time in human_time_diff() wordpress
- How to delete rows from custom table within a time interval?
- wp_update_post breaks my function