zigx
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How can I batch change timestamp for all the posts?The reason im doing it is because i have built up a ton of content in my blog but it’s just starting to get traffic… so i want to push all the old content forward.
If you are asking why i posted in this thread its because in my initial thread located here: http://wordpress.org/support/topic/133064 you linked me to this one.
Forum: Fixing WordPress
In reply to: Would like to forward date ALL of my posts by 1 yeari just bumped the thread.
Forum: Fixing WordPress
In reply to: How can I batch change timestamp for all the posts?whooami, any update to this? i want to do exactly the same thing.
thank you very much.
Forum: Themes and Templates
In reply to: Blockquote does not End After Post Excerpt on Main PageThis thread appears to have the exact same prob as me, but the patch they are referencing should be included im assuming.
http://wordpress.org/support/topic/32583?replies=4
thank you all.
Forum: Fixing WordPress
In reply to: How To Set and Use a Session Variable?I actually have about $1k of stuff bagged up waiting for me to take it to a local charity.
regardless, thank you very much.
Forum: Fixing WordPress
In reply to: How To Set and Use a Session Variable?AH HAAA~!!! you are so the man!
post your email and i will paypal you $5 for the help!!!
Forum: Fixing WordPress
In reply to: How To Set and Use a Session Variable?ohhhhh mAN! that makes SO much more sense!! :X i will try it out and report back. 🙂
Forum: Fixing WordPress
In reply to: How To Set and Use a Session Variable?also, here is a screen shot from phpinfo() of my session config… anybody know what it should be set to, if that is in fact the problem?
Forum: Fixing WordPress
In reply to: How To Set and Use a Session Variable?pizdin_dim, i really appreciate you taking the time to test this out.
I see your result too… but this is the type of problem i see:
– access site.com/wordpress/post-title/?the_id=blah, and this prints out “blah” fine
– click “home” or something so im at site.com/wordpress/
– access another post and “blah” will no longer print outDo you see this behavior too? or maybe know why i see it?
Forum: Fixing WordPress
In reply to: Is WP suitable for my site?i know 1 and 2 right off the bat are easy as pie.
number 3 u might want to see if there is a plugin already for what u want to do… if not then yes u can setup ur own rating system and what would be great is if you made it in the form of a plugin, and distributed it to other people.
Forum: Fixing WordPress
In reply to: How To Set and Use a Session Variable?Is it possible that this is a server setting i need to look into ?
thank you.
Forum: Fixing WordPress
In reply to: How to use a session variable globallyhans did you figure this out?
Forum: Plugins
In reply to: RSS: Replace Specific Text in Content with Variable?wow man thank you so much.
I will read up on filters and try to figure out where i actually need to store that function.
I really appreciate you taking the time to actually code that up.
Forum: Plugins
In reply to: RSS: Replace Specific Text in Content with Variable?mutube that is exactly what i was thinking needed to be done… BUT, 🙂 , line 45 of wp-rss2.php says:
<content:encoded><![CDATA[<?php the_content() ?>]]></content:encoded>“the_content()” is a function… how do i apply the replace on a function like that???
Forum: Plugins
In reply to: RSS: Replace Specific Text in Content with Variable?otto thank u for responding!
basically “bobby” is a string that the feed will use to replace a “place holder” string within the post’s content.
So it could look like site.com/feed/?name=whatever OR site.com/feed/whatever/
And when someone uses the feed, content will be generated and on the fly anywhere within the content “#####” is found, it is replaced with “whatever” .