vrada
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Fatal error in getting ArchivesAre you wrapping the wp_get_archives in php tags? Copy the tag verbatim. How are you calling the sidebar?
Forum: Plugins
In reply to: Most Recent Comments by Category?Go to wp-plugins.net and search for comments. You will get a plethora of plugins. But some of the top of my head are:
– https://blog.jodies.de/archiv/2004/11/13/recent-comments/
– https://www.coffee2code.com/archives/2005/03/30/plugin-customizable-comment-listings/Coffee2codes plugins are always great.
Forum: Installing WordPress
In reply to: Restore problemOpen up the sql file and make sure you do not have the red M’s in the file.
Forum: Fixing WordPress
In reply to: image and file pluginThere is a built in upload in Wp already. If you need something more then go to wp-plugins.net. I use organizer to sort my files:
Forum: Fixing WordPress
In reply to: how to resize image in the front page?Resizing an image is done through an image editing program like Photoshop. Then you change the width of the image in the <img> tag, unless it is in css.
Forum: Your WordPress
In reply to: Seeking constructive critcism for riskable.comYea it looks great for your personal blog. Some notes thought:
1. On a slow connection your bg pattern makes the screen twinkle.
2. Why are you post margins so close to the border of the page? Give the text some room.
3. Your font does not need to be so large. I have very bad eyesight, but not that bad ??
4. Just align the image to the left or to match your other li tags.Forum: Plugins
In reply to: Password plugin help?What you are asking for is kind of confusing. I would check out wp-plugins.net and search for private. Why don’t you just make your user a lower level than you as an admin?
Forum: Fixing WordPress
In reply to: Print this Page (How?)Yea, here is the solution. Download this plugin: https://www.lesterchan.net/blogs/archives/2005/04/04/updated-my-wordpress-plugins/
Download the WordPress 1.5 print plugin.Forum: Fixing WordPress
In reply to: how to remove all my posts?Go to your database manager, maybe phpmyadmin.
1. Go to your database
2. Go to the tables wp_posts and wp_comments. The first row should say for: wp_posts = ID and wp_comments=comment_ID.
3. Check mark the the ID part and click Browse.
4.There you will see your posts and comments. From there you can delete them.Forum: Themes and Templates
In reply to: Page Template Not Displaying PageIt kinds of sounds like the post is being called from single.php rather than your template. Are you sure you are writing a page and not a post?
Forum: Plugins
In reply to: Post attachment -pluginOne possible way is to make a custom field called Attachment . When a person uploads a file, they just copy the tag link to the Attachment Value area.
Forum: Fixing WordPress
In reply to: Image Headline PluginI used the search function prior. Both both links are down. So that is why I posted a post on the forum. Case closed.
Forum: Fixing WordPress
In reply to: Image Headline PluginYou can’t ask anything on the forum anymore.
Forum: Plugins
In reply to: Allow users to view plain text and html versions of articlesYea, there is the a plugin.
Forum: Plugins
In reply to: Allow users to view plain text and html versions of articlesYea, there is the a plugin.