$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'); ?>Changing Social Media|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)

Changing Social Media

matteradmin10PV0评论

Can anyone tell me how to change my social media links? I've tried everything on google. My wordpress was set up by a third party who is no longer able to help me. I have pretty much covered being able to keep it updated. On my website the links to the social media are at the bottom but not a menus, not a footer, or in the media link. I cannot find a plug-in used to put them there.

Can anyone tell me how to change my social media links? I've tried everything on google. My wordpress was set up by a third party who is no longer able to help me. I have pretty much covered being able to keep it updated. On my website the links to the social media are at the bottom but not a menus, not a footer, or in the media link. I cannot find a plug-in used to put them there.

Share Improve this question asked Mar 11, 2019 at 17:08 AlfredAlfred 111 bronze badge
Add a comment  | 

2 Answers 2

Reset to default 1

Check your widgets or theme options. If they are not in there they may be in your theme files, check for a file called footer.php.

If you dont have access to the files via FTP you can view theme by going to Admin > Appearance > Editor.

If they are not in any plugin, neither in Jetpack, then probably they put the social links in the theme's files or in a child theme, look at files named like this:

  • content.php
  • content-single.php
  • functions.php
  • single.php

Articles related to this article

Post a comment

comment list (0)

  1. No comments so far