Skocz do zawartości

usuniecie stopki wordpress


Gość czarnuch

Rekomendowane odpowiedzi

Zarejestruj się za darmo i naucz się zarabiać online!

  • Dostęp do darmowych poradników pokazujących krok po kroku jak zarabiać w Internecie
  • Sposoby zarabiania niepublikowane nigdzie indziej
  • Aktywna społeczność, która pomoże Ci rozwiązać problemy i doradzi
  • Profesjonalne treści na temat SEO, social media, afiliacji, kryptowalut, sztucznej inteligencji i wiele więcej!

<?php
// html code of the footer placed in bottom.php
global $SMTheme, $return;
if (!isset($_POST['smt_layout'])||$_POST['smt_layout']!=$SMTheme->layout) {
?> </div><!-- #content --><?php
}

if ( isset($_POST['smt_layout'])) {
$return['content']=ob_get_contents();
$return['layout']=$SMTheme->layout;
$return['sidebars_type']=$SMTheme->sidebars_type;
ob_end_clean();
}


if(!isset($_POST['smt_layout'])){
get_template_part('bottom');
} else {
header('Content-type: application/json');
echo json_encode($return);
}

Odnośnik do komentarza

<?php global $SMTheme; ?>

</div></div>

<?php
if ($SMTheme->get( 'social', 'showsocial')) {
$SMTheme->block_social();
}
?>
<div id='content-bottom' class='container'></div>
<div id='footer'>
<div class='container clearfix'>

<?php if ($SMTheme->get("layout","footerwidgets")) { ?>
<div class='footer-widgets-container'><div class='footer-widgets'>
<div class='widgetf'>
<?php
if ( !function_exists("dynamic_sidebar") || !dynamic_sidebar("footer_1") ) {
;
} ?>
</div>

<div class='widgetf'>
<?php
if ( !function_exists("dynamic_sidebar") || !dynamic_sidebar("footer_2") ) {
;
} ?>
</div>

<div class='widgetf widgetf_last'>
<?php if ( !function_exists("dynamic_sidebar") || !dynamic_sidebar("footer_3") ) {
;
} ?>
</div>
</div></div>
<?php } ?>


<div class='footer_txt'>
<div class='container'>
<div class='top_text'>
<?php
if ($SMTheme->get( "layout","footertext" )) {
echo $SMTheme->get( "layout","footertext" );
} else {
?>Copyright © <?php echo date("Y"); ?> <a href="<?php echo home_url(); ?>"><?php bloginfo("name"); ?></a><?php
echo (get_bloginfo('description'))?' - '.get_bloginfo('description'):'';
}
?>
</div>
<?php /*
All links in the tag <div class='smthemes'> are attribution of the theme developers and should remain intact.
It's protected by Creative Commons License (http://creativecommons.org/licenses/by/3.0/).
Warning! Your site will not be able to work if these links are edited or deleted.
You can buy this theme without footer links online at http://smthemes.com/buy/gameplay/
*/ ?>
<div class='smthemes'>Designed by <a href='http://smthemes.com' target='_blank'>SMThemes.com</a>, thanks to: <a href='http://crocothemes.com/' target='_blank'>CrocoThemes.com</a>, <a href='http://jdis.co/' target='_blank'>JDis.co</a> and <a href='http://sjthemes.com/' target='_blank'>SJThemes.com</a></div>
</div>

Odnośnik do komentarza

 

you can do it in 2 steps 

- 1st step is quite easy - remove links from /wp-content/themes/sm_theme_name/bottom.php

- 2nd is a little harder - you have to modify /wp-content/themes/sm_theme_name/js/smthemes.js to disable checking if links are in footer

Edytowane przez SnoopDogg
Odnośnik do komentarza

Może zacznij szukać innego szablonu ? :)

Z powodu stopki ma szukać nowego szablonu? Gdzie tu logika...

Też miałem taki problem, więc wolałem już zostawić niż się z tym bawić. Jak zbadacie sprawę, to dajcie znać jak to naprawić. Też mam od nich szablon, chętnie się pozbędę stopki ;p

Odnośnik do komentarza

Jakiś czas temu się tego pozbywałem - nie pamiętam dokładnie , ale zdaje sięże pomogło to :

<div class='smthemes'>Designed by <a href='http://smthemes.com' target='_blank'>SMThemes.com</a>, thanks to: <a href='http://crocothemes.com/' target='_blank'>CrocoThemes.com</a>, <a href='http://jdis.co/' target='_blank'>JDis.co</a> and <a href='http://sjthemes.com/' target='_blank'>SJThemes.com</a></div></div>

W tym kodzie wyczyść same napisy ( to co tam Ci w stopce przeszkadza np. Designed by  i analogicznie reszta ) Sam kod zostaw.

Odnośnik do komentarza

Jakiś czas temu się tego pozbywałem - nie pamiętam dokładnie , ale zdaje sięże pomogło to :

<div class='smthemes'>Designed by <a href='http://smthemes.com' target='_blank'>SMThemes.com</a>, thanks to: <a href='http://crocothemes.com/' target='_blank'>CrocoThemes.com</a>, <a href='http://jdis.co/' target='_blank'>JDis.co</a> and <a href='http://sjthemes.com/' target='_blank'>SJThemes.com</a></div></div>

W tym kodzie wyczyść same napisy ( to co tam Ci w stopce przeszkadza np. Designed by  i analogicznie reszta ) Sam kod zostaw.

 

U mnie wystarczy, że będzie spacja między tymi napisami i już wyskakuje czerwony komunikat o usunięciu stopki. Więc to też nie zadziała raczej.

Edytowane przez adrn1337
Odnośnik do komentarza

Jeśli chcesz dodać odpowiedź, zaloguj się lub zarejestruj nowe konto

Jedynie zarejestrowani użytkownicy mogą komentować zawartość tej strony.

Zarejestruj nowe konto

Załóż nowe konto. To bardzo proste!

Zarejestruj się

Zaloguj się

Posiadasz już konto? Zaloguj się poniżej.

Zaloguj się
×
×
  • Dodaj nową pozycję...

Powiadomienie o plikach cookie

Ta strona korzysta z ciasteczek, aby świadczyć usługi na najwyższym poziomie. Dalsze korzystanie z witryny oznacza zgodę na ich wykorzystanie. Polityka prywatności .