Len
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Anybody has wp 2.6 installation files?Be forewarned, except for the current version (2.7) as well as the Legacy 2.0 branch, none of those versions are supported.
Forum: Installing WordPress
In reply to: problem worpress installationError message is self-explanatory. Either the name of the database in incorrect or the user you created doesn’t have the necessary permissions.
Forum: Fixing WordPress
In reply to: Customize get_archivesHave a look at this plugin –> Clean Archives Reloaded
I mention a plugin because this one in particular uses javascript to expand and collapse the listing thereby avoiding a ton of queries to the database.
Forum: Plugins
In reply to: Plugin for “pull quote” or “popout box” or “promo”???You can do that purely with CSS by adding a class to the existing blockquote. Add the following to your theme’s style sheet…
blockquote.mag{float:right; font-family:Georgia, Arial, Serif; margin:.5em; padding:.5em; font-size:1.25em; background:none; width:150px; border-top:#FFA500 2px solid; border-bottom:#FFA500 2px solid; color:#FFA500;}You can adjust that anyway you wish –> width, background, borders, float right or left etc
When you want to add a pullquote to a post, select blockquote then add `class=”mag”
For example…
blah blah blah blah
<blockquote class="mag">blah blah blah</blockquote>Forum: Themes and Templates
In reply to: What calls the Sidebar in the iNove theme?It’s called in footer.php
Forum: Fixing WordPress
In reply to: y2.ytimg.com Did I get hacked again?Hahaha! It’s good to ask questions like this. 🙂
Forum: Fixing WordPress
In reply to: Turn Off RegistrationSettings > General and scroll down to Membership
Forum: Fixing WordPress
In reply to: y2.ytimg.com Did I get hacked again?y2.ytimg.com and its various clones belong to Google. They use these servers for its YouTube service.
Forum: Fixing WordPress
In reply to: Broken Links to my Articles on Main PageReset your permalinks.
Forum: Installing WordPress
In reply to: Next WP update2.7.1 will be a maintenance/security fix while 2.8 will be the next major release. You can view the roadmap at Trac.
Note: this roadmap is not written in stone.
Forum: Fixing WordPress
In reply to: Mysterious disappearance! Help!A “failed to open stream: No such file or directory in” error message usually means not all of the files were uploaded properly when you set WordPress up. It can’t find a file it’s calling.
Forum: Fixing WordPress
In reply to: image in post not shown on homeThe page template your theme is using to display your front page (home.php – if you don’t have that one then it is index.php) is using this tag –>
<?php the_excerpt(); ?>instead of<?php the_content(); ?>When you use
<?php the_excerpt(); ?>WordPress strips out all formatting. If you want the front page to look like individual post pages change that tag.More reading on
<?php the_excerpt(); ?>and<?php the_content(); ?>here.Forum: Plugins
In reply to: Right Click BlockThere’s no good way to make it copy-proof.
Precisely. You can add one of the javascripts but that will only stop novice users. It won’t stop anyone who turns javascript off. I surf with js turned off by default and only activate it for sites I trust. Then there is the other problem of visitors simply taking a screen-shot. Also, the more experienced surfers can simply retrieve the file from their browser’s cache.
Forum: Installing WordPress
In reply to: WordPress Download Hacked?I think the OP is referring to the fact that on the download page it states the ZIP file is 1.2 MB when it is actually larger that that.
@miqrogroove – No the download package wasn’t hacked but that’s a good question to ask. Shows you are observant. 😉
Forum: Plugins
In reply to: How to make an archive page with 2.7@baal666 – You’re welcome!
I wish u will be more polite
And I wish you do not demand answers. Nobody in this forum owes you anything.
can you leave ur phone number so that u can help me
No.
Having said that these web sites that ask you to integrate their code into your site will usually give you instructions. Give us an example of which site is telling you to do this. With respect to reciprocal urls they want the URL of YOUR site where you inserted the code they gave you.