Janzomaster
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Side bar not shownThere is a lot more missing – did you edit the themes files or anything like that? Or any plugin that you activated beforhand?
If you didnt activate a plugin, I’d recommend reuploading the themes folder.Forum: Fixing WordPress
In reply to: migrating from standard permalink options to anotherThanks for you reply. But I would really like to know if the old links still work beforehand – no one got any experience on that?
Forum: Fixing WordPress
In reply to: “Add a Comment” link at the bottom of each post?I’m not a pro, but try this.
This should work with the default skin.
First, go to your theme folder (wp-content/themes/default) – there should be a “index.php” in it. IMPORTANT: Make a backup of it! Then, open it with a text editor (e.g. wordpad). Look for the line
<?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?>"
There you can add your “add comment” text, for example like this:
<?php comments_popup_link('No Comments » Add a comment', '1 Comment » Add a comment', '% Comments » Add a comment'); ?>
One thing: » will look like this in your file (without the spaces) & # 1 8 7 ;
Save the file, upload, check if it works.
If you don’t have the default theme, try if you can find the comment line in the index.php or another file – or just post a link to the theme here and we will work it out together.
Hope I could help.Forum: Fixing WordPress
In reply to: migrating from standard permalink options to another*bump*
(hope it isnt forbidden…)Forum: Fixing WordPress
In reply to: Please – Pictures In Sidebar?Well, I use this: https://familypress.net/photopress/
There is always a bit of work with plugins like that.Forum: Themes and Templates
In reply to: Removing RSS links from “meta” sidebarGot it, I can edit what wp_meta display in widgets.php in wp-includes
Forum: Fixing WordPress
In reply to: problem with widgetsAh, now I got it. I’ll just add the messed up widgets manualy. Thanks for your help!
Forum: Fixing WordPress
In reply to: problem with widgetsI know the page, I tried to solve the problem with the info from it, but well, didnt work. Ok, I’m not that good with code, but isnt the search-box code exactly the way the widget tool wants it?
It’s got a li with id=”search” – what more is needed to be properly recognized? The rest of the sidebar is tagged the same way, and works fine. Is there anything in the code that messes the whole thing up? And why does the widget tool change the code in the form?
I cant spot the error in the code.Forum: Fixing WordPress
In reply to: Please – Pictures In Sidebar?You can use a plugin – check out the plugin directory (click extend on the menu bar on this site). just search for gallery, photo or something like that and pick your favorite!
/e: too slow…
Forum: Themes and Templates
In reply to: Removing RSS links from “meta” sidebarThanks for your reply, but the sidebar only has the wp-loginout thing and wp-meta in it – how can I edit what wp-meta displays?