puzder
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Category Title from IDI guess I did sort of ramble off topic – except that my follow-up does involve cat title and ID 🙂
Ill give your suggestions a try when I get home from my real job.
thanks
Forum: Fixing WordPress
In reply to: Category Title from IDTo expand on this, I hgave a follow-up question.
How do I get the DISPLAY TITLE of as displayed in the loop to be a variable for the category displayed?
That is, I want only the post from category 1 appear in the loop – other category posts appear in the sidebar. Here is the code I am presently using to display the category Title in the loop, the DISPLAY TITLE is fixed:<div class="title"> <h3><a href="http://www.site.com/wp-rss2.php?cat=1" title="Title"> <img align="left" border="0" hspace="3" src="http://www.mozilla.org/images/feed-icon-28x28.png" alt="Title" title="Title" />DISPLAYED TITLE</a></h3></div>For the categories in the sidebar I use this:
<h2><a href="http://www.site.com/wp-rss2.php?cat=2" title="Title 2"> <img align="left" border="0" hspace="3" src="http://www.mozilla.org/images/feed-icon-14x14.png" alt="Title 2" title="Title 2" /></a>Title 2</h2> <ul> <?php global $post; $myposts = get_posts('numberposts=5&offset=1&category=139'); foreach($myposts as $post) : setup_postdata($post); ?> <li><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></li> <?php endforeach; ?> </ul>The problem with that code is twofold. 1) It does not display the most recent post (I cannot find any arguments to display all posts) and 2) if you click on the link, the category posts appear under the title created by the code in the loop.
What I want, if I can babble longer, is the main page to show the posts from category 1 in the loop with the title appearing in an <h3> above the posts. Then have specified categories appear in the sidebars (not using widgets). I want the title for the categories to appear in a <h2> in the sidebar and be a link to that categories posts. When that link is clicked the full posts appear in the “maincol” with the categories’ title. Presently, if you click the link it displays the fixed title used in the code above.
Does this make sense? I am not a full time coder … 😉
thanks
Forum: Fixing WordPress
In reply to: WP 2.3 Upgrade ProblemSame thing here. except it occurred on 1 of 3 blogs.
Forum: Fixing WordPress
In reply to: WordPress 2.3 RC Upgrade problemSame problem. I installed RC-1 on 2 blogs no problem. with the stable relase planned on rolling out to all blogs. First one installed to gave a white screen. No idea what is going on.
I downgraded and got back up. Tried to install the RC, to no avail and had to downgrade again. all blogs (even the ones with working 2.3) are ont he same server. Not willing to do the backup clean install – too much time and I am risk averse.
Forum: Developing with WordPress
In reply to: *Embedded Styles*I think it is where you can edit the style of the widget as its displayed. I am trying to add bullets to my Recent Comments lost. i tried to alter that file to no avail.
Forum: Fixing WordPress
In reply to: cant delete posts or pages after I upgraded to wp 2.1Same issue here … grumble.
Forum: Fixing WordPress
In reply to: /feeds is working, but wp-rss2.php is notWesti
with regards to my page http://www.setmusicfree.info
can you direct me to come help – I originally set the permalinks up %category% as the first variable. RSS was nto working. I went back to default and RSS still does nto work – the link just goes to a blank page. I am a *novice* at this. I have similar code which works successfully for a client at lowfeefofummortgage.com.
I am lost.
thanks
Forum: Themes and Templates
In reply to: 3 columns theme: TriColumnNice theme, a bit overwhelming … nice code though.
Forum: Fixing WordPress
In reply to: Blog crazinessbump – I dont get it … any takers? try using a large resolution.
thanks
Forum: Installing WordPress
In reply to: Photo PressAngel -Thanks. but you are an ass, and your clever attempt at humor did not go over.
If anyone else could help I would appreciate it.
thanks
Forum: Installing WordPress
In reply to: Photo Pressanyone?
*bump*
Forum: Themes and Templates
In reply to: making/editing a templateThanks, thats exactly what I needed!
Forum: Fixing WordPress
In reply to: Blog crazinessthanks vanbos, but its quite random. I have checked it on a few different machines in different locations and on different networks
Forum: Fixing WordPress
In reply to: posts lose formattingFolow – up problem is solved, but there is a <div id=”rap”> NOT wrap … funny thing is, I do not have a div “rap” in my CSS …
Forum: Themes and Templates
In reply to: making/editing a templateNo, thanks for asking, but I have not yet figured it out 🙁