crazy_jane
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Sidebar MissingI was thinking about single.php because when I access a single post, I still see the meta. So maybe you should add it to single.php and page.php.
I’m glad that I could help you!Forum: Fixing WordPress
In reply to: Internal Error 500 on non-home pagedid you update your .htaccess? Sometimes wordpress can’t update it.
Forum: Fixing WordPress
In reply to: Old links not found after moving WordPress to rootI don’t know if this is the best solution, but maybe you should move the wordpress files back to where they were domain.com/wordpress. Then, you change your blog url to domain.com, so both links will work just fine. Using sitemaps, submit only your domain.com urls to google. Wait till google only link to your domain.com pages, and move your installation to domain.com. It may take a while but at least you won’t lose visits while you move.
Forum: Themes and Templates
In reply to: Eliminating Left Sidebar, What Document do I edit?First, update wordpress now!
Second, delete all the calls for sidebarright on your sidebar.php, then on widgets tab, put all the blocks from the right sidebar to the left sidebar.Forum: Everything else WordPress
In reply to: Comments not workingI submitted a comment, does it appear on your comments tab?
Forum: Fixing WordPress
In reply to: Sidebar MissingI download the theme and looking at the php, you should add to the single.php
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('right_sidebar') ) : ?> <?php endif; ?>
right below
<div class="sd_right"> <div class="text_padding">
And you should delete everything between
<h2>Post Meta</h2>
e
class="datea">_E_</span>','</li>'); ?> <?php endwhile; endif; ?> </ul>
because that’s what is causing that meta to appear, instead of your right sidebar.
Forum: Plugins
In reply to: uploaded plugins but don’t show in management?I’m gonna quote thewritersmanifesto:
Did you install the plugin in the right directory? Sorry to ask but often we tend to overlook these things?
Also, you want to make sure that it doesn’t sit in a double folder e.g.
public_html/wp-content/plugins/pic_lens/pic_lensIt should only be the one folder of your Plugin. Also, some Plugins only need the actual .php file uploaded, not the folder especially if there is only a .php file within.
Forum: Everything else WordPress
In reply to: Remove Text-Link-Adscheck the theme files, if it’s at the top, check the header.php, look for the picture address, probably something like your-theme/pics/banner.jpg. Using ftp, delete this picture and upload some that you like or delete the call on the header.php
Forum: Fixing WordPress
In reply to: Title FeedsMaybe you should add the <!–more–> tag before the post text.
Forum: Fixing WordPress
In reply to: Home page hit counteruse the plugin firestats or use wp-stats
Forum: Fixing WordPress
In reply to: Brazilian Portuguese languageOn my site, I deleted the _BR from the mo and from the wp-config, I installed it as if it was the portugal portuguese version. I don’t know if it has something to do with the fix suggested, but it works.
Forum: Fixing WordPress
In reply to: Recent news from another blogForum: Plugins
In reply to: Problems Installing widgets plug-inFirst, update wordpress now!
Second, wordpress already comes with widgets, you don’t need to install a new plugin for using that.Forum: Fixing WordPress
In reply to: Sidebar MissingI think that the person who designed the theme did this on purpose. Some themes don’t display sidebar on pages, only on posts. The easiest solution is use another theme, but you can change the way the theme displays pages,
presentation -> Theme editor
look at the post.php, copy where and how it calls the sidebar,
paste that code to page.php
Pay attention that what you call “Footer”, the author called sidebar, what you call “sidebar”, it’s the “sd_right” on the code.Forum: Everything else WordPress
In reply to: Will the new update change my webpage?Only a few files changed, you can update only those files and nothing will change on your site look, unless some of your plugins are not compatible with wordpress 2.3.3
check this thread for more info:
https://www.ads-software.com/support/topic/155264?replies=63