rudolf45
Forum Replies Created
-
Forum: Plugins
In reply to: How to change which pages display “read more” textI have never used MT, so I have no idea how that works. Maybe WP doesn’t work in the way you expect it. It happens quite often when we switch from a script to another.
In WP if you insert the “more” link while writing the post – it will cut the text on any multipost view.
Forum: Plugins
In reply to: How to change which pages display “read more” textActually, out of the box WP does not display the “read more” link on single post view, only on the multipost view pages like index, archives, search results.
Forum: Installing WordPress
In reply to: joint presentationMaybe having 3 separate categories? And using 3 Loops to display them separately on your front page. WP is using the Loop described at the page linked to display posts.
As for syndication, WordPress creates by default feeds for each category.The rest is just a matter of theme design in order to have the 3 Loops in 3 columns, as you’ve described it.
Forum: Requests and Feedback
In reply to: Great wordpress site, layout adviceThere is not really something like “editor of a theme”.
There is author… and there is thief.A reference to the original (called Mimbo and not Mambo, btw!) left in the stylesheet would have been nice. Nicer.
And there weren’t really that “heavy modifications” if anyone can recognize it just by looking at it…
Forum: Everything else WordPress
In reply to: BlogBooker.comThanks to all anonymous people who uploaded their WP export!
May I ask what will happen to those files that people upload? What is the guarantee that their privacy is respected?
Just curious…Forum: Requests and Feedback
In reply to: Great wordpress site, layout adviceDespite the link in the footer that says it is a “Baja Creation”… it is just a stolen theme from here:
MimboForum: Plugins
In reply to: “Different Posts Per Page” plugin won’t sort by dateWell, descending by date shouldn’t do anything, since that’s the default post order, isn’t it?
There is another plugin, Custom Query String, and it sorts posts by ascending date order.
Forum: Fixing WordPress
In reply to: Strange characters…Try saving that file with utf-8 encoding.
Forum: Themes and Templates
In reply to: Putting an adsense block every 3 postsForum: Fixing WordPress
In reply to: Previous/Next Single PagesDefine “normal post” (?)
There is this template tag:
http://codex.wordpress.org/Template_Tags/posts_nav_link
used in multiple posts views (like index, archives, category etc.)And there is the http://codex.wordpress.org/Template_Tags/next_post_link and its pair http://codex.wordpress.org/Template_Tags/previous_post_link used on single post view – which means they should be included in the single.php template file.
Pages cannot have any next/prev links since they are not part of the chronological stream of the posts.
Forum: Installing WordPress
In reply to: help installing a siteWell, you need to restore that received databasse, too.
Basicalyy, what you got is a backup of the Db and now you need to restore it on your server:
http://codex.wordpress.org/Restoring_Your_Database_From_BackupForum: Installing WordPress
In reply to: help installing a siteI don’t really understand what did you purchased as a “site”.
The domain name? Content?
If domain AND content – be aware nothing is in the files, every data is stored in the database!As for your question: you host should be able to tell you the correct DB info. Or, if you created the database, you know them already.
Forum: Plugins
In reply to: Getting archive of author’s posts linked in where the By: (WRITER) isMaybe this:
http://codex.wordpress.org/Template_Tags/the_author_posts_link
(you could also find it in tha Author Tags section of the Codex)Forum: Themes and Templates
In reply to: Language issues in themesI think Ryan’s post is the best brief explanation for how theme localization works:
http://boren.nu/archives/2004/11/01/localizing-plugins-and-themes/It could be anything: category-xx.php, category.php, archive.php, index.php…
Mandatory reading: http://codex.wordpress.org/Template_Hierarchy
However, most likely you have the classic the_content vs. the_excerpt issue. Read about them:
http://codex.wordpress.org/Template_Tags#Post_tags
(the_excerpt strips the html tags)Bumping is allowed only after 2-3 days 🙂