Wie ktoś jak usunąć z dołu motywu linki które przekierowują do jakiś profili na fb itp ...
Szukałem w pliku foother.php ale tam nic niema .. podpowie ktoś jak to usunąć?
Wygląda to tak:

Pozdrawiam
CodeColon Select All Code
<div class="art-footer">
<div class="art-footer-inner">
<a href="<?php bloginfo('rss2_url'); ?>" class="art-rss-tag-icon" title="RSS"></a>
<div class="art-footer-text">
<p>
<?php
global $default_footer_content;
$footer_content = stripslashes(get_option('art_footer_content'));
if ($footer_content === false) $footer_content = $default_footer_content;
echo stripslashes($footer_content);
?>
</p>
</div>
</div>
<div class="art-footer-background">
</div>
</div>
<div class="cleared"></div>
</div>
</div>
<div class="cleared"></div>
<p class="art-page-footer"><?php
/* This theme is powered by free-wordpress-theme.net, please do NOT remove the comment or anything below. */
wp_theme_GPL_credits();
/* This theme is powered by free-wordpress-theme.net, please do NOT remove the comment or anything below. */ ?></
</div>
<!-- <?php printf(__('%d queries. %s seconds.', 'kubrick'), get_num_queries(), timer_stop(0, 3)); ?> -->
<?php ob_start(); wp_footer(); $content = ob_get_clean(); if (strlen($content)) echo '<div>' . $content . '</div>'; ?>
</body>
</html>
Brodzik WroteColonheh Jendru kapuś
alexDP WroteColonVenite chciałem usunąć je tylko ze względu iż 2 odnośniki są nieaktualne (przenoszą na stronę która nie istnieje)
alexDP WroteColoni jakoś żyją.
CodeColon Select All Code
<p class="art-page-footer"><?php
/* This theme is powered by free-wordpress-theme.net, please do NOT remove the comment or anything below. */
wp_theme_GPL_credits();
/* This theme is powered by free-wordpress-theme.net, please do NOT remove the comment or anything below. */ ?></
</div>
CodeColon Select All Code
wp_theme_GPL_credits();
CodeColon Select All Code
echo '<b>tutaj jakiś tekst, link, jakikolwiek kod html';
CodeColon Select All Code
<p class="art-page-footer"><?php
/* This theme is powered by free-wordpress-theme.net, please do NOT remove the comment or anything below. */
echo '<b>tutaj jakiś tekst, link, jakikolwiek kod html';
/* This theme is powered by free-wordpress-theme.net, please do NOT remove the comment or anything below. */ ?></
</div>
Wróć do „WordPress i inne systemy blogowe”
Użytkownicy przeglądający to forum: Obecnie na forum nie ma żadnego zarejestrowanego użytkownika i 1 gość