martinfamily2005
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Need some help with pulling posts & displaying themAnyone?
Forum: Fixing WordPress
In reply to: Having trouble finding missing div tag please helpAnyone?
Forum: Fixing WordPress
In reply to: Need some help with pulling posts & displaying themCONTINUED
Here is some code (from a different site of mine) I used before that will do some of what I need, but I can’t seem to figure out how to integrate it into the code for the slider and make it work properly. Can someone help me out?
<?php $my_query = new WP_Query('posts_per_page=8&cat=6&offset=1'); while ($my_query->have_posts()) : $my_query->the_post(); $do_not_duplicate = $post->ID; ?> <div class="box-small"> <?php getFirstImage(); ?> <hr /> <div class="previousblogs-date"> <?php the_date(); ?><br/> </div> <a href="<?php the_permalink(); ?>"><div id="prev-blog-title"><?php the_title() ?></div></a> </div> <?php endwhile; ?>
Forum: Requests and Feedback
In reply to: Feature Request – Insert Allmaybe this could be addressed in the next version of WP, who knows. thanks everyone ??
Forum: Requests and Feedback
In reply to: Feature Request – Insert AllI have it styled correctly already, but I guess the gallery uses different tags than posting the pics individually. hmmm
Forum: Requests and Feedback
In reply to: Feature Request – Insert AllI tried it, and it does work fine that way, thanks. The only issue I am having is that, when using the gallery, there is a huge gap where it is inserted between content. This does not happen when I insert the pics one at a time.
Forum: Requests and Feedback
In reply to: Feature Request – Insert AllThanks. But I am not looking for a gallery. I already have the image container formatted how I want it. I just want the images to be posted at the end of the post, as individual images.
Forum: Requests and Feedback
In reply to: Feature Request – Insert Allwhen you are writing a post, you can upload multiple images, and insert them one at a time only. I do not see where you can insert all. I routinely upload 10-15 images that need to be at the end of a post, and I either upload and insert them one at a time, or upload all and then insert one at a time. Once you click “Insert Into Post” on an image, the window closes, and you have to go back in to the gallery and insert another image. It would be nice, if on the interface, the option to Insert All into the post was there.
Forum: Fixing WordPress
In reply to: Copy wordpress sitethis would be a lot easier if the “Theme Test Drive” plugin let you actually edit the new theme with page templates, etc.
Forum: Fixing WordPress
In reply to: Copy wordpress sitedoing it with export/import is not copying all my settings, etc
Forum: Fixing WordPress
In reply to: Need help urgentlyThanks everyone. The validator is not the end all be all of a website. Everyone always talks about the code not validatiing. Did you know that Facebook, Google, Microsoft.com, Oracle.com, and many other sites do nt validate?
Never installed or used a calendar plugin.
That javascript duplicate is because there are 2 links on that page to that url. That is the Google Analytics tracking of outbound links via the Ultimate Google Analytics plugin, which I have used on the site for about 6 months.
Thanks everyone!
Forum: Fixing WordPress
In reply to: Need help urgentlyOk, here is the deal…..
I created a new page, and used the “calendar” template, and it worked. I deleted the old “Calendar” page, and changed the url of th enew page to that of the old, and it did not work, so I changed the url to something else, and it worked fine.
It seems that the actual url /calendar has some type of issue. Could this be a wordpress bug?
I am going to leave it like it is now because it works, the url is just different.
Forum: Fixing WordPress
In reply to: Need help urgentlyit looks like the page is corrupt somehow. The actual wordpress page, not the template. I just created a test page, and used the “calendar” template, and that page works!
any ideas why, and how to repair it?
Forum: Fixing WordPress
In reply to: Need help urgentlythe spacing is correct…..This page won’t load with ANY page template. I have tried a few now.
yes, the url is still valid. you can go see it…that is what the calendar page SHOULD look like
Forum: Fixing WordPress
In reply to: Need help urgentlythere you go
Here is the actual page template code
https://pastebin.com/iKzcTiQeworked fine for last 6 months, until 2 days ago.