cip6791
Forum Replies Created
-
Forum: Plugins
In reply to: [Responsive Slider] Can't Set Slide ImageSame here. After setting the slide image(featured image), nothing happens.
Done!
WordPress address url – https://dailydoseoftattoos.com
Site address url – https://dailydoseoftattoos.comList of my plugins:
Attachment Pages Redirect
Auto Featured Image
Block Bad Queries (BBQ)
Broken Link Checker
Category & Page I c o n s
Dave’s WordPress Live Search
Fast Secure Contact Form
Google XML Sitemaps
Jetpack by WordPress.com
Jetpack Compatibility Test
Related Posts Thumbnails
Responsive Select Menu
Ultimate Security Checker
W3 Total Cache
WordPress SEO
WP-PageNaviI also started to post directly to Tumblr using Jetpack and that works. Only problem is Facebook.
Thank you
Just regular dashboard posts. And no plugins that change post status. I upgraded today but still nothing.
If it would be easier, I can create an admin account for you and if it isn’t too much trouble you can log in and take a look for yourself. I m not sure what’s going on, but as I’ve said before, some posts are being shared, some aren’t.
Hello Jeremy,
I was just posting a few images and I noticed that two of them were shared on Facebook. Out of four posts, two of them got shared on FB. They are all the same. Just images. Nothing different.
https://www.facebook.com/DailyDoseOfTattoosCan I check anything to see why this is happening?
Forgot to mention, I reinstalled Jetpack and still nothing.
Forum: Plugins
In reply to: [WordPress Popular Posts] Is this plugin still working?Hi,
Everything was working … the plugin was registering views without any problems, and all of a sudden the views stopped.
So from your point of view everything is ok? I ll keep a better track of views to see if there are changes.
Thank you
Forum: Plugins
In reply to: [Wordpress Instagrabber] Specifiying author and hashtagCool. Thank you.
Forum: Plugins
In reply to: [Wordpress Instagrabber] Specifiying author and hashtagI see. Thank you. I was hoping to add other users.
Forum: Plugins
In reply to: [Wordpress Instagrabber] Specifiying author and hashtagHmmm … I missed that option. When I create a new stream, I see that I can pick from Tag, User and Likes. How can I set it up to get images from a user with specific tag? I want to create separate streams for each user and specify a tag.
Forum: Hacks
In reply to: Add first url to custom field on publish_postOk … so this works but not when publishing a post. Only when updating it. What do I need to use instead? I tried publish_post and wp_publish_post.
add_action( 'save_post', 'check_post' ); function check_post( $post_id ) { global $post, $posts; preg_match_all('/href\s*=\s*[\"\']([^\"\']+)/', $post->post_content, $links); $user_info = get_userdata(1); $first_link = $links[1][0]; if ( !wp_is_post_revision( $post_id ) ) { update_post_meta($post_id, 'link', $first_link); update_post_meta($post_id, 'users', $user_info->user_login); } }
Where do you have it now ?
<?php if (function_exists('wpfp_link')) { wpfp_link(); } ?>
Forum: Hacks
In reply to: Add first url to custom field on publish_postThank you, but I am using this when posting a brand new post. The link custom field doesn’t exist.
The get_first_link function is not working for some reason. I m not sure how to debug … so I tried setting the $first_link to var_dump(get_first_link()); and it returns a NULL and an error. So I m guessing that s the problem.
function get_first_link() { global $post, $posts; preg_match_all('/href\s*=\s*[\"\']([^\"\']+)/', $post->post_content, $links); return $links[1][0]; } $first_link = get_first_link();
Forum: Plugins
In reply to: Share blog posts to your other blogsYeah … sorry. I use it the other way around. I post to one main blog from multiple. Play around with the recipes. You might figure something out. I haven’t played with the Google Drive recipe. And also try the Feeds recipe.
Forum: Plugins
In reply to: Share blog posts to your other blogs