Forum Replies Created

Viewing 14 replies - 1 through 14 (of 14 total)
  • Thread Starter HaroldM

    (@haroldm)

    Thanks for much for responding. No worries to not responding sooner I’m just glad you did. So I used the one code to change the menu toggle strip. It works like I want on desktop but then on mobile it adds a grey bar whereas without that code there is no greybar. What can I do to make it so it’s only adjusting the toggle strip on the computer side but not making any changes to mobile, devices or tablets? Thanks again as always!

    Thread Starter HaroldM

    (@haroldm)

    Found the fix over at http://wordpress.org/support/topic/288600. ANother one that may work for some is http://wordpress.org/support/topic/200073

    Thread Starter HaroldM

    (@haroldm)

    No one has any idea on how to fix this one?

    Actually I fixed the problem. Didn’t know the ZIP I downloaded from here was incomplete. Redownloaded it and I”m all good. Thanks! 🙂

    Something’s very wrong. I tried installing this plugin and get this error:

    Unpacking the plugin package

    Incompatible archive: PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature

    Installation Failed

    Please help. With AdSense Manager being disabled none of my ads are showing up now.

    I too am having problems with the time. It seems to think the day is over for my blog at 7pm CST. It’s very very annoying and frustrating because the day is NOT over. Plus tonight I come back to check my blog and the visits for today went from 106 to 100 in an hour (yeah it dropped) yet below the highest day is showing today with 112. Then I see that I have nothing showing for Top posts anymore. Matter of fact most of the stats that are in the dashboard window are now gone under the graph as they are if I go into the Blog Stats link itself. Any ideas?

    I’m having this problem myself. No matter what I try I get no Read More to show. I changed themes recently so it’s gotta be something with the theme but I’m at a loss. It’s cutting off the text and putting […] but that’s it. No Read More link. The only way a reader can view the whole post is to click on the post’s title. An example can be found at http://www.t2feathers.com/wp/?cat=20. The theme is called Christian Sun.

    Thanks in advance.

    Thread Starter HaroldM

    (@haroldm)

    I can’t believe that noone knows how to fix this? I just want to display the top 4 posts from a specific blog. It works fine on my main page that isn’t a wordpress page after adding in the necessary code given earlier in this thread but if I go to another blog on the side it’s displaying the top 4 posts from THAT blog and not from the blog I’m wanting it to display always from. This is the only part I need to work and then it’s finally where it needs to be.

    Thread Starter HaroldM

    (@haroldm)

    Any ideas over the weekend anyone?

    Thread Starter HaroldM

    (@haroldm)

    By George I think I figured it out. Big DUH on my part. I just wiped my wp-blog-header.php file clear and all my problems are fixed. I did have to deactivate a plugin but that’s not a big deal as it was just the WordPress automatic upgrade plugin and I can just reactivate it when i need to use it.

    EDIT: Ok so I SORTA figured it out. I’m still having one issue where if I go to the different blogs on my website the code for putting the 4 most recent posts on the left side works but it’s showing the 4 most recent posts for THAT blog not for the News blog whereas on the regular non WordPress website pages it’s only showing the News Blog’s 4 most recent posts. Any ideas? Plus I’m also just now noticing that while it’s displaying article titles on each blog’s page for that blog the blog itself is showing “Sorry, no posts matched your criteria” OMG now what’s wrong? LOL! If I remove the following code from the blog’s right side file the posts show up again no worries. But why?

    [CODE]
    <?php require(‘news/wp-blog-header.php’); ?>
    <?php
    $posts = get_posts(‘numberposts=4&order=ASC&orderby=post_title’);
    foreach ($posts as $post) : start_wp(); ?>
    <?php the_title(); ?>
    <?php
    endforeach;
    ?>[/CODE]

    Thread Starter HaroldM

    (@haroldm)

    Ok so I followed that best I could and I’m getting tons of errors now. You can go to http://www.newtoniowa.com and see for yourself.

    See what I’ve done is I took the WordPress Classic theme and grabbed the code to display posts and then integrated it into my site. My WordPress Theme I made on my own only really uses the Main Index file and within it I have it set to call files in the main websites dir (for example I have a menu.php file for the regular site and a menu-blog.php for the blog sites to pull). Same for header, footer, left, and right files as well. By doing what the site you pointed me to says to do it’s trying to use the header file that came with WordPress which I’m not using anymore. So what would you suggest I do now?

    Thread Starter HaroldM

    (@haroldm)

    Ok I think I’m either lost or something. The RSS Widget requires me to enter an RSS feed URL. So I have my RSS feed of http://newtoniowa.com/news/?feed=rss2. That’s fine. But the problem I think you’re not getting is I need this to display on ALL the blogs pages and also on my NON-WordPress pages. That’s my issue.

    Thread Starter HaroldM

    (@haroldm)

    Will that allow me to limit how many titles it shows plus will it let me show the titles on pages that arent’ wordpress pages within the site?

    Thread Starter HaroldM

    (@haroldm)

    Ok I figured it out. I wasn’t searching here for the right keywords but I did now and found my answer. Thanks.

    BTW answer was http://codex.wordpress.org/Template_Tags/the_date

Viewing 14 replies - 1 through 14 (of 14 total)