nhbergh
Forum Replies Created
-
Thank you for your answer, Ajay. It was my error – the page I showed you had changed by the time you looked. Sorry for the trouble. And than you again.
Forum: Plugins
In reply to: [List category posts] Change to ordered listSuper! That works perfectly… after I figured out how to combine it with the category name in the shortcode. With much appreciation.
Forum: Plugins
In reply to: [List Pages Shortcode] ColumnsThanks for this great plugin.
I, too, would be most interested in being able to make columns. I have successfully changed the php file so that I now have an ordered list.
I assume there is a way to edit that file so that the display shows in columns, but I am not knowlegeable enough about PHP to figure out how one would do that.
Hope you can help and thanks for your time.
Forum: Themes and Templates
In reply to: main.navigation background different for homepage?Super! It works now. Thank you very much for your assistance!
Forum: Fixing WordPress
In reply to: entry-title CSS for post, different from page?Yes!! That works perfectly.
Sending you much gratitude for your help.
N. H.
Forum: Fixing WordPress
In reply to: entry-title CSS for post, different from page?Thank you WPogi and alchymth for your responses. The site I am working on is presently at: http://www.hardenberghdesign.com/silvermusic/
I am using Twenty Twelve theme, with a child theme that I am devising.
I am on a very steep learning curve for wordpress, adding to my rudimentary CSS knowledge and almost non-existent PHP knowlwedge.
It seems as if the information alchymyth suggested about “post_class” might be just what I need, but I would appreciate if you could confirm that.
When I inspect the “entry-title” element on a Page title and a Post title, I see this difference in the code:
For a POST: <article id=”post-448″ class=”post-448 post type-post status-publish format-standard hentry category-uncategorized”>
For a PAGE: <article id=”post-2″ class=”post-2 page type-page status-publish hentry”>
On the codex page about post_class, it says to “implement the post_class template tag into a theme.”.
Would you please tell me where I put the example code? <div id=”post-<?php the_ID(); ?>” <?php post_class(); ?>>
Many thanks for any help you can provide.