sandor555
Forum Replies Created
Viewing 11 replies - 1 through 11 (of 11 total)
-
Forum: Fixing WordPress
In reply to: costum field value = post title automaticsolution:
function copy_title_to_meta( $post_ID ) { $meta_field = 'pm_title'; // egyedi meződ neve $post = get_post( $post_ID ); if( $post->post_status == 'inherit' ) $post = get_post( $post->post_parent ); if ( $post->post_status == 'publish' AND !wp_is_post_revision( $post_ID ) ) update_post_meta( $post->ID, $meta_field, $post->post_title, false ); return $post_ID; } add_action( 'wp_insert_post', 'copy_title_to_meta' );Forum: Fixing WordPress
In reply to: Contact Form 7 – File Upload Size FailingI had this?
service httpd restartForum: Fixing WordPress
In reply to: Home page is not working<?php /* Template Name: alapoldal */ ?><?php get_header(); ?>before.read this: http://www.redicedesigns.com/blog/2011/tutorials/wordpress-basics-101-creating-custom-pages/
Forum: Fixing WordPress
In reply to: Home page is not workingwordpress main folder.
Forum: Fixing WordPress
In reply to: Home page is not workingcopy single.php content to unique page.
Forum: Fixing WordPress
In reply to: Insert php code in custom field value(automatic post title on value)
[ Please do not bump, that’s not permitted here. ]
Forum: Fixing WordPress
In reply to: Help: how to display two different homepages in alternating order?Hello!
something like this?
http://www.trafficplusconversion.com/145/split-test-landing-pages-prosper202/Solution:
ul.wpuf_customs { float:left; } ul.wpuf_customs li { float:left; }Forum: Plugins
In reply to: How edit costum field css?sample post: http://netfilmek.com/?p=159
below the image should be, how the links.
Costum field value: http://link1.com http://link2.com
(sorry, i little speak english.)Forum: Fixing WordPress
In reply to: custom field values make clickable linkanyone?
Forum: Fixing WordPress
In reply to: custom field values make clickable linkIt is important to have a costum field.
Viewing 11 replies - 1 through 11 (of 11 total)