dvjtj
Forum Replies Created
-
Forum: Plugins
In reply to: Exclude category from front page : SPECIAL CASEmoshu,
Sorry for the tone 🙂 There is a category 2 that is for spotlight projects. These projects should appear at the top of the site (which they do..)
These same posts also appear below in the actual blog. This is the part that I need to exclude the category 2 spotlight posts from.
Many of the plugins and hacks don’t seem to work, possibly because of the showcase up top.
Forum: Plugins
In reply to: Limiting characters for PHP the_contentMoshu,
I figured it out.
Thanks for your help.
Tim
Forum: Plugins
In reply to: Limiting characters for PHP the_contenti want to display the picture and a bit of text with a ‘More..’ tag rather than the picture and the entire post.
Forum: Plugins
In reply to: Limiting characters for PHP the_contentthe site is:
http://research.calit2.net/calab/
I tried using the_exerpt and the images I am showcasing do not show up when using this!
Forum: Fixing WordPress
In reply to: Gallery RumGallery question…i have the same problem with my Rum Gallery…I uploaded, but nothing in the sidebar..what’s wrong?
Forum: Fixing WordPress
In reply to: Browser redirect scriptI’m doing the browser re-direct because there are some bugs with the website in Internet Explorer on Mac that, rather than fix, would rather just have a redirect to a page saying “Please use another browser on this site for best results”
Forum: Fixing WordPress
In reply to: Default Index.php – changed to particular page?i fixed it..it was a php script i was using for dynamic image creation that was causing it to mess up…I forgot the last else statement..thank you for your help!:
<?php
if($page_id==2) {
echo ‘<div id=”left_col3″>’;
} else if ($page_id ==6) {
echo ‘<div id=”left_col2″>’;
} else if ($page_id ==9) {
echo ‘<div id=”left_col4″>’;
} else if ($page_id==10) {
echo ‘<div id=”left_col5″>’;
} else if ($page_id==12) {
echo ‘<div id=”left_col6″>’;
} else if ($page_id==11) {
echo ‘<div id=”left_col8″>’;
} else if ($page_id==13) {
echo ‘<div id=”left_col7″>’;
} else {
echo ‘<div id=”left_col3″>’;
}
?>Forum: Fixing WordPress
In reply to: Default Index.php – changed to particular page?ok i tried deleting the categories besides general but its still messed up. I read the Codex and i still can’t figure it out.
that is deliberate (with the menu bar at top)…the formatting is correct for the pages, except for the index.php formatting that shows up when you load the page.