gokul357
Forum Replies Created
-
Forum: Plugins
In reply to: Shortcode is being surrounded by p tagsHello sir,
This is very simple shortcode function, When I use this shortcode ,<p></p> appends at the end of the content.I don’t know ,How to resolve this?function checklist($atts, $content = null) { return '<div class="checklist">'.$content.'</div>'; } add_shortcode('checklist','checklist');
[checklist] <ul> <li>One</li> <li>Two</li> </ul> [/checklist]
When i saw the result of this short code , after the end of`
<ul> tag`, <p></p> tag appends automatically.Hello,
I am using WordPress3.0 with multisite feature.And How to get posts from sub domains in main site.Forum: Themes and Templates
In reply to: Retrieve TAG link using just the slug.Hello sir ,
I have custom-taxonomies, I want to customize design of wp_tag_colud(‘taxnomy’=>’something’);
How to achieve this?
get_tag_link(); => doesn’t gives links to the custom-taxnomiesForum: Fixing WordPress
In reply to: unable to load /wp-adminHey Guys, I am also have the same problem.
Actually I installed new theme developed by me, after activating my theme
admin panel is loading with blank page.
Help me , relay It frustrating me…..
Help me.
Forum: Fixing WordPress
In reply to: Only Full Size Images?I can upload files using wordpress media, and it also creates thumpnail images , medium size images in upload folder.My question is “How i want to access those Thumbnail images for my post”
Forum: Fixing WordPress
In reply to: About the Media UploaderI can upload files using wordpress media, and it also creates thumpnail images , medium size images in upload folder.My question is “How i want to access those Thumbnail images for my post”
Forum: Fixing WordPress
In reply to: Uploading and Organizing Multiple Photos In A PostI can upload files using wordpress media, and it also creates thumpnail images , medium size images in upload folder.My question is “How i want to access those Thumbnail images for my post”