baal666
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to use strlen with the_title()?Now it seems to work… `<?php
$sss = the_title(”,”,false);
if (strlen($sss)<43) the_title(”,'<p/>’);
else the_title();
?>
`Thanks anyway
Forum: Fixing WordPress
In reply to: How to use strlen with the_title()?Anybody can help? Thanks
Forum: Fixing WordPress
In reply to: How to use strlen with the_title()?Tried this as well… a failure
<?php $sss = the_title('','',false); $small= the_title('','<p/>'); $big = the_title(); if (strlen($sss)<43) return $small; else return $big; ?>
Forum: Fixing WordPress
In reply to: How to use strlen with the_title()?Damn it I really am bad at PHP… What is wrong with my code?
<?php $sss = the_title('','',false); if (strlen($sss)<43) {echo '<p/>'; ?>
Forum: Fixing WordPress
In reply to: How to use strlen with the_title()?Thanks a lot!
Next step for me is to find a way to make it work correctly and put a if command so that it will add a <p> or
when it is shorter…I’ll try to do it by myself… and I will ask if I can’t… Thanks
Forum: Fixing WordPress
In reply to: How to use strlen with the_title()?What I am trying to do is this:
I have a 300px box and when the title is short or long (with the excerpt) it changes how it look… I’d like to set something so that when the title is short, it would add a <p> or
automatically.Is it possible?
Forum: Themes and Templates
In reply to: Alternating Color for CommentsVery old stuff levani01… does not work anymore.
Forum: Plugins
In reply to: Separate in two colums related postsAnyone??
Forum: Plugins
In reply to: Adding custom image to FacebookThe problem is that I don’t want the thumbnail to get displayed; I want regular visitors to see my 650 width pix… Smaller image is only for Facebook.
Forum: Plugins
In reply to: Adding custom image to FacebookMy image is 650 px width… is it why Facebook does not take it? How can I do anything to go around this?
says that this in the header would work:
<link rel=”image_src” href=”https://www.onjd.com/design05/images/PH2/WableAFC205.jpg” />
But how to make that link change each time there is a new post and link to another smaller version of the bigger image?
Forum: Plugins
In reply to: Adding custom image to FacebookMaybe my question is not clear enough.
Ok, let me reformulate.
I already show wide images on my blog, but they are too big to be taken care of by facebook. I am looking for a way to integrate images to Facebook links for each of my posts. Any idea?
Forum: Plugins
In reply to: Adding custom image to FacebookAnyone?
Forum: Plugins
In reply to: How to add a #marker in php next_posts_link?Yes, I understand that, but I want to put a # marker on them so it will show the right place.
Forum: Plugins
In reply to: Separate in two colums related postsAnyone? I’d like to show related posts in two separate columns..
Forum: Plugins
In reply to: How to add a #marker in php next_posts_link?Hmmm… Not sure to understand. Whay I need is to relate to the next page but at a particular place in that page, on the place.