$conf, $runtime; function_exists('chdir') AND chdir(APP_PATH); $r = 'mysql' == $conf['cache']['type'] ? website_set('runtime', $runtime) : cache_set('runtime', $runtime); } function runtime_truncate() { global $conf; 'mysql' == $conf['cache']['type'] ? website_set('runtime', '') : cache_delete('runtime'); } register_shutdown_function('runtime_save'); ?>Link below the footer removal|Programmer puzzle solving
最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

Link below the footer removal

matteradmin9PV0评论

i am just starting out with wordpress ,have a hosting account and using wordpress there..In every page,below the footer there is a link that takes people to donate to doctors without borders. I need that link removed and i can't locate anywhere..i tried in wp editor,in cpanel..no luck..if i inspect the source from a webpage i see: tried to copy from there but it just shows text here..the site is thisisyours.space

i am just starting out with wordpress ,have a hosting account and using wordpress there..In every page,below the footer there is a link that takes people to donate to doctors without borders. I need that link removed and i can't locate anywhere..i tried in wp editor,in cpanel..no luck..if i inspect the source from a webpage i see: tried to copy from there but it just shows text here..the site is thisisyours.space

Share Improve this question edited Dec 8, 2018 at 10:59 The Seeker asked Dec 8, 2018 at 10:35 The SeekerThe Seeker 153 bronze badges 6
  • not clear your question – vikrant zilpe Commented Dec 8, 2018 at 10:44
  • please add screenshot your page – vikrant zilpe Commented Dec 8, 2018 at 10:46
  • 1 From an earlier edit it looked like you tried to include some HTML which will have got removed by the editor. When you want to insert code like that select it with the mouse and press Ctrl-K to format as code. Then if you look below at the preview you should see it's been formatted correctly. – PeterJ Commented Dec 8, 2018 at 10:50
  • add this css class your style.css file .footlinks{display:none !important;} – vikrant zilpe Commented Dec 8, 2018 at 11:08
  • 1 @vikrant zilpe Thank you !i added the css class and it worked ! – The Seeker Commented Dec 8, 2018 at 11:40
 |  Show 1 more comment

1 Answer 1

Reset to default -1

add this css class your style.css file

.footlinks{display:none !important;} 

Articles related to this article

Post a comment

comment list (0)

  1. No comments so far