m3tsys
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Display content by post idThank you very much! You saved me.
Forum: Fixing WordPress
In reply to: Display content by post idIn the custom field it is the id of the post i want to display the content of.
i don’t know why but this code works:
<?php $review = get_post_meta($post->ID, 'id-review', true); $permalink = get_permalink( $review ); echo $permalink; ?>* where
id-reviewis the id of the postThis code displays the link to the post that i’ve saved the id in the custom field
Can you help me?
I hope now you understand what i want to do…
Forum: Fixing WordPress
In reply to: How can i show all categories using wp query ?thank you
Forum: Fixing WordPress
In reply to: Multiple the_content or something tike thatHello!
Thank you, i’ve already used custom fields for the video(from youtube)
but what can i do with the images?
I want them to be like a small gallery (5-6 images)
Forum: Plugins
In reply to: How show only all in one seo pack in my header?anybody?
Forum: Fixing WordPress
In reply to: cookies problem i thinkcan anybody help me?
Forum: Fixing WordPress
In reply to: cookies problem i thinkthe site is not online, it’s on localhost (it’s not done yet, i am still working on it.)
Forum: Fixing WordPress
In reply to: cookies problem i thinkPS:
<?php wp_loginout(); ?>is the code from default sidebar.phpForum: Fixing WordPress
In reply to: cookies problem i thinkyes it works (when i’m on /blog/ ) but you need to have in mind that
http://example.com/blog/ is an wordpress instalation
and
http://example.com/about-us/ a simple php file with
that wp header include and that wp login code.
Forum: Fixing WordPress
In reply to: cookies problem i thinkNo, i want it to remain there, but change to Log out when i’m logged in and Log in when i’m logged out
Excuse me for my bad english, but i’m not a native english speaker.
Thanks in advance.
Forum: Fixing WordPress
In reply to: Custom posts@joe : i have already configured my links ( /%postname%/ )
@woodent : I already read that page, but I don’t think that helps me
i want to add content to that custom pages
http://example.com/postname/description
http://example.com/postname/images
http://example.com/postname/something
Forum: Fixing WordPress
In reply to: how to add php in wordpressthank you verry much i will try this plugin