Forum Replies Created
-
AuthorPosts
-
SteveKeymaster@ltgreen1– I’m not aware of one, and I’m not sure how effective it would be. Lots of times the metadata is wrapped in regular text, like this:
<p>This post was written by <?php the_author(); ?></p>Though we can remove the PHP function it would be really hard to remove the other text.
The best way to do this is to edit your theme.
SteveKeymaster@ken– Does the checker work if you install our WordPress Helpers plugin?
SteveKeymasterHi Justin–
It seems that Piklist is conflicting with the Sell Media plugin.
I don’t believe Sell Media is handling a few functions properly. I posted a suggestion on their support forum: http://wordpress.org/support/topic/conflict-with-add_term_meta?replies=1Unfortunately, unless they resolve the issue, Piklist cannot work with Sell Media.
To get back into your admin you will need to use FTP:
1) Once in FTP navigate to this folder: /home/justi114/public_html/wp-content/plugins/
2) Delete either the “Piklist” folder all the “sell-media” folder.Once that’s done you should be able to log into your site.
Steve
SteveKeymasterHi Harry– This is not something currently available in Piklist. We actually want to do something similar based on the Page Template you choose. But this is probably months away.
SteveKeymasterCan you give us a specific example of what you want to achieve?
SteveKeymasterThis will be fixed in the next version.
SteveKeymaster@badlydrawnrob– The difference between Piklist and other “similiar” systems is that Piklist just makes WordPress easier… but it’s still WordPress. Just use standard conditionals to show/hide fields.
1. insert image dropdown yes/no: This is a Piklist SELECT field.
2. if “yes” use can enter an image url
3. if “no” theres someway to remove the image tag from the outputFor steps 2 and 3 use the standard WP function, get_option(), to get the value of step 1. Then wrap the output in the conditional. If true: show the output.
Does this make sense?
SteveKeymaster@astroneo– What other fields should we document? I believe those are the only fields that let you choose from a list of options.
SteveKeymasterHi Andrew– can you replace the function with this one: https://gist.github.com/sbruner/5502361
Let me know if that works.
SteveKeymasterThat setting is only for Self Pings. If you want to disable them, I believe this is a core setting under DISCUSSION. Uncheck “Allow link notifications from other blogs (pingbacks and trackbacks) “
SteveKeymaster@tpflanz– Great list! Thanks for the ideas.
We might integrate some of these features, but definitely not all. Some of these plugins just have too many features for Helpers. For example, though it might be a good idea to change the email address and name that comes from WordPress, we wouldn’t add all the extensive features in wp-mail-options.
FYI “Hide trackbacks and pingbacks in comments” is already in Helpers.
SteveKeymasterShortcodes will definitely be coming to Piklist!
SteveKeymaster@badlydrawnrob– you can easily implement yourself:
-Open /includes/class-piklist-media.php
-replace the attachment_fields_to_edit function with this: https://gist.github.com/sbruner/5199452
SteveKeymasterInteresting idea. Thanks!
-
AuthorPosts