gour
Forum Replies Created
-
Forum: Plugins
In reply to: [TPG Get Posts] TPG Get Posts Forces Comment Box at Bottem of the PageI solved it…the problem was that I ‘forgot’ how to comment out PHP code. :-/
Forum: Plugins
In reply to: [TPG Get Posts] TPG Get Posts Forces Comment Box at Bottem of the PageHmm…link again.
Forum: Plugins
In reply to: [TPG Get Posts] TPG Get Posts Forces Comment Box at Bottem of the PageForum: Plugins
In reply to: [TPG Get Posts] TPG Get Posts Forces Comment Box at Bottem of the Pagein page.php, comment out line 24 that references the comments_template.
Tried that with TwentyEleven (stock theme), but it does not work.
If that doesn’t work, then you might test with another theme to see if you can recreate the problem.
Tried with TwentyTen (stock) theme by commenting same line in loop-page.php, but, still, no luck. ??
Any further idea?
Forum: Plugins
In reply to: [TPG Get Posts] TPG Get Posts Forces Comment Box at Bottem of the PageI’m having a problem with the comment box unexpectedly appearing on a static home page with TPG Get Posts enabled.
I’ve the same problem…WP-3.4.2, latest WPG amd here is my code:
[tpg_get_posts numberposts=1 show_entire="true" category_name="bhagavad-gita"]
Tried to change the line as above in my page.php (TwentyEleven theme), but it does not help?
Any hint?
Forum: Fixing WordPress
In reply to: “Previous Entries” BugHi!
I just ‘discovered’ the erratic behaviour with the “Previous Entries” ??
Does anybody know if this is fixed in 1.5.2 (I’m planning to do 1.5.1.3 –> 1.5.2 soon) ?
Sincerely,
GourForum: Fixing WordPress
In reply to: Extracts in main pageringo999: have you resolved this issue?
I have the same problem which appears only in the posts within certain category, while it works in “Monthly” archives :-()
Any hint?
Sincerely,
GourEdit:Ahhh…found it in #25717. It’s a ‘feature’ for one post ??
Forum: Fixing WordPress
In reply to: Safari Freaks out 1.5 … <!more> inside listsHi!
Konqueror also does not like <!–more–> ??
Sincerely,
GourForum: Plugins
In reply to: WP Gallery Plugin in DevelopmentHi!
Just to reply to myself and in a case that someone bumps his head against it ??
The default Kubrick theme uses
<?php the_excerpt() ?>
and I had to replace the line with the
<?php the_content(‘Read the rest of this entry ??’); ?>
in “search.php & “archive.php”
Sincerely,
GourForum: Plugins
In reply to: WP Gallery Plugin in DevelopmentHi!
I have problem using WP Gallery plugin ’cause WP strips its <wpgallery> tags when the post is looked in Archives/Categories and instead of thumbnail (which appears in a post), there is only ‘album/picture’ text remaining ??
Any hint what’s wrong?
Sincerely,
GourForum: Fixing WordPress
In reply to: Why the notice about upgrade instructions?@rustindy: thanks. It worked without a problem. Now I’m on 1.5-gamma ??
Sincerely,
GourForum: Fixing WordPress
In reply to: Why the notice about upgrade instructions?Hi!
Does the above mentioned instructions apply to upgrade from one 1.5beta build to another?
Sincerely,
GourForum: Themes and Templates
In reply to: A nav bar in my header imageyou might indicate what your value is…
0…12 because of the prefix. It’s best to put some value and experiment a bit.
Can anyone shed some light on the 0 and 5 in Matt’s script?
from php manual:
string substr ( string string, int start [, int length])
which means ‘0’ is a start char and ‘5’ is a length of the substring.
Sincerely,
GourForum: Themes and Templates
In reply to: A nav bar in my header imageHi!
The problem was with the values in
if (substr ..)
??After some fiddling I was able to find the right numbers and now it rocks ??
Sincerely,
GourForum: Themes and Templates
In reply to: A nav bar in my header imageIts too complicated for me to explain everything, but hopefully this’ll help …
I believe that menu is working, but I just have problem in making current/active page styled, e.g. with the bold font?
Sincerely,
Gour