mtilbury
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Publicize appears turned offThanks, I get back to Jetpack, and hame them give it another look.
Forum: Fixing WordPress
In reply to: Publicize appears turned offOk, i turned off all of the plugins, except Jetpact, switched to a new default theme, tried to publish. It is sharing with Facebook, and my other social media connections. Subscribers aren’t getting anything.
Forum: Fixing WordPress
In reply to: Publicize appears turned offI worked with Jetpack yesterday, they couldn’t find anything. Yes, the boxes don’t work. I tried deactivating all the plugins, but nothing happened. I will try clearing cache and try a default themes to see if that does anything.
Thanks,
Forum: Fixing WordPress
In reply to: user "subscribers"Thanks, that’s what i’ve been doing. I’m pretty sure a lot of the “user” subscribers that registered through wordless are not automatically getting new posts. I also see several registrations this way with different names but the same email address. I’m assuming some kind of an attempt to get email addresses of my site.
Forum: Fixing WordPress
In reply to: user "subscribers"Yes, as far as I can tell users have to “follow” to receive an email notifications of a new posts.
I guess other than running a poll or a post asking who is getting the notifications there is no way to see who is “following”?
Does Advanced Image Styles work with 2013 Theme? I installed the plug in, but doesn’t seem to be a way to use it.
Forum: Themes and Templates
In reply to: 2013 reduce white space between postsremove_filter( ‘the_content’, ‘wpautop’ );
I did some more looking around, and found this. Placed in the the end of the Theme Functions (functions.php) and it removed the white space between the blog posts.
Forum: Themes and Templates
In reply to: 2013 reduce white space between postsI tried the .hentry code, but it only moved the invite to comment a little bit.
Clicked on “inspect element” in the area where the white space is occuring between the posts.<p> <p/>
<p> <p/>
<p> <p/>
<p> <p/>So this is what is causing the white space between the blogs. I think this HTML code, and not sure how to delete it or have my page ignore it.
http://www.nola2nola.net is my site.Forum: Themes and Templates
In reply to: 2013 reduce white space between postsJose,
Thanks, I will give the suggestion a try.
Mike
Forum: Fixing WordPress
In reply to: Hide Permanent link to this postThanks I found the single.php in themes and the code for it. What is the best way to handle it from here?