mocha
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Excluding categories in the_categoryThat’s a nice clean solution asquare. Thanks!
Otto42: I feel that this feature for the_category() is needed. I’m in the process of creating a site that uses categories for certain topics but the post also indexes itself within a glossary of terms/common phrases/etc. It is merely an aesthetic aspect for this site and I will admit that having each post list a single letter as a category looks confusing and strange.
Forum: Fixing WordPress
In reply to: Post excerpts in sidebar?Forum: Fixing WordPress
In reply to: Post excerpts in sidebar?Come on, someone has to know.
Forum: Fixing WordPress
In reply to: Post excerpts in sidebar?Anyone have an idea?
Forum: Fixing WordPress
In reply to: the_content() function callI meant to post this a few weeks ago and just forgot but I found out that when I write a post using the “Visual” editor, there is code automatically inserted into the post which includes “snap_preview”. The additional code appears at the bottom of the Visual editor (“p >> div.snap_preview” or something similar) when writing the post. It is possible to delete the addition of this code by deleting the “p >> div.snap_preview” line at the bottom of the editor box and can be avoided entirely by writing the post using the “HTML” editor. Even by turning off snap_preview and not using a plugin called Snap, this code was added regardless. Thanks for the replies!
Forum: Fixing WordPress
In reply to: the_content() function callYes, the call is used in both of those files but I’m looking for the actual code behind the function, not where the call is used.
When viewing the page source for the main website the following code appears:
<div class="entry"> <div class="snap_preview">This additional code does not appear in index.php and seems to be the result of the the_content() function. I would like to edit this function to remove the above code.
Forum: Fixing WordPress
In reply to: Time Stamp and Add CategoriesI’m not entirely understanding your issue but I found that when I added a new category, that category would not be visible on the website until after I had posted something within that category. Let’s say I have the categories Sports and Cars and I add a new category of Animals. The Animals category will not show up in my categories list on my website until I have posted something in the Animals category.