osakamitsu
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How would I even begin to SEO this site?Thank you for your reply! ??
Would you recommend All in One SEO over the Yoast plugin? I tried yoast because it was supposed to be better… but I guess that’s the opinion of the people I discovered on google.
I was looking into All in one SEO. How would I go about adding keywords? Does all in one SEO have a keyword section? Not really sure how the keyword thing works…
Forum: Fixing WordPress
In reply to: Help embedding a template tag from a pluginwell lets keep each other updated. If you figure it out let me know and if you do post back here. ??
I’ve tried placing it on the various loop pages inside the areas that say start loop and end loop… I managed to get the pictures to show up but when they show up they take the place of the comments or I get errors on my form….No idea what to do.
Really if I could just get confirmation on which page to place the template tag i might be able to figure it out.
so… separate page holds the upload form… then the pics should show up in the comments section on the main page. Should this template tag be placed in the index.php within the loop? Or does it need to go on one of the actual loop pages? I have tried both but if I could pin point it I might be able to get lucky and get it working.
It would be nice to get some information in uploading multiple images but I can settle with just one. Multiple seems a lot more involving with code.
Forum: Plugins
In reply to: Noob help with "user-submitted-posts", inserting template tagand if it makes a difference this is from the plugins site:
Display image attachments for submitted posts
This template tag displays the images attached to user-submitted posts:
<?php post_attachments(); ?>
The post_attachments template tag prints the URLs for the specified image attachments. It accepts the following parameters:<?php post_attachments($size, $beforeUrl, $afterUrl, $numberImages, $postId); ?>
$size = image size as thumbnail, medium, large or full -> default = full
$beforeUrl = text/markup displayed before the image URL -> default = <img src=”
$afterUrl = text/markup displayed after the image URL -> default = ” />
$numberImages = the number of images to display for each post -> default = false (display all)
$postId = an optional post ID to use -> default = uses global postForum: Plugins
In reply to: Noob help with "user-submitted-posts", inserting template tagI apologize as it seems like I may have posted this in the wrong place.
Maybe it should have gone here: “Please use the hacks sub-forum for coding topics”
I would move it but I don’t see an option to delete it so I can re-post it.