sirthaddeus
Forum Replies Created
-
Forum: Themes and Templates
In reply to: No line breaks in post paragraphsit works, thanks!
Forum: Themes and Templates
In reply to: No line breaks in post paragraphslink removed
Forum: Themes and Templates
In reply to: theme creationForum: Themes and Templates
In reply to: theme creationokay, another reason i am wanting to do it directly instead of using the widgets is the better options of customization via the php and css.
is this also available via custom plugins/widgets?
Forum: Themes and Templates
In reply to: theme creationthanks for the link.
getting the function names, do i open up the widgets.php file and for example do this:
function in widgets.php:
function wp_widget_recent_comments($args)
in sidebar.php:
<?php wp_recent_comments(); ?>
is that correct or completely stupid? I can up with that from studying the widgets.php page and php call for the tag cloud.
Forum: Fixing WordPress
In reply to: categories hierarchy php codenevermind, i figured it out.
just added the other widgets i needed and viewed source to see the classes.
also downloaded my new sidebar.php page!
Forum: Fixing WordPress
In reply to: Post not displaying rightokay thanks, i just tested with the stylesheet and got what i wanted.
many thanks!
Forum: Fixing WordPress
In reply to: Post not displaying rightbut my entire post is html code, that is why there is break tags.
even if the post is pure html break tags shouldn’t be used?
Example of my post:
<strong>title</strong><br /> blah blah <br /><br /> <strong>title 2</strong><br /> blah blah
Forum: Fixing WordPress
In reply to: how to show part of postnever mind, figured that out too!
I am having a stupid day!
Forum: Fixing WordPress
In reply to: how to show part of postwell, where within the post do i place it or does it go within the template pages?
Forum: Fixing WordPress
In reply to: how to show part of postyeah, i just figured it out, LOL. Was about resolve this post! By the way doodlebee, this is Tad from WV.
Forum: Fixing WordPress
In reply to: how to show part of postcan i change the <!–more–> to a custom line, such as “Case Study..”?
Also is there a way I can incorporate javascript into a post?
thanks!
Forum: Fixing WordPress
In reply to: WordPress a good choice for Mac users?I am currently using a Mac and use wordpress. So you are good!
Forum: Themes and Templates
In reply to: Additional stylesheetsI figured out the php way:
<?php bloginfo('stylesheet_directory'); ?>/
add that before the css file name and it works.
Guess I should of just continued to play with it more before posting to the forums.
Forum: Themes and Templates
In reply to: Menu out of wackI added my additional stylesheet that I had in the original website.
the reset.css I used on the main site once added to the theme it set the menu where it should be.