robertallen
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Displaying Posts on PagesThank you so very much!
Forum: Fixing WordPress
In reply to: Displaying Posts on PagesNevermind, I figured out why it was not working correctly.
I had 3 other posts with YouTube clips on them in that particular category.
How would I only be able to display 1 post only then? (The latest post in that particular category)
Forum: Plugins
In reply to: [List category posts] Trying to exclude a category from listDoes this work in reverse? If you want to display ALL the latest posts in your blog no matter what the category is, and then you just X out the category you don’t want?
[catlist id=-5]
?
Forum: Plugins
In reply to: [List category posts] Can't style the template php file – not updatingI appreciate it.
There were a few things that I needed to add to the actual PHP files, which I figured out. It was in CatListDisplayer.php.
So for author it says…
$lcp_display_output .= $this->get_author($single, $this->params['author_tag']);I just added a “by” so it would say “by Username here”.
$lcp_display_output .= "<div class='blogMeta'>" . "by " . $this->get_author($single, $this->params['author_tag']);Again minor little things, but editing the CatListDisplayer.php file in the plugin folder worked great! Make sure you back up the original first, and then start messing around with it. If you know PHP then it should be easy to find stuff.
I only know a tiny bit of PHP, and was able to rearrange and add lots of different things that I needed inside the code.
Forum: Plugins
In reply to: [List category posts] Can't style the template php file – not updatingYeah, unless you can’t edit the PHP file, it won’t work.
I edited the PHP file with a simple echo “test”; just to see if it shows up, no changes occur on the page.
The plugin doesn’t seem to be connecting to that template file at all.
I even tried template=default in the shortcode of WordPress and still nothing.
Forum: Plugins
In reply to: [List category posts] Can't style the template php file – not updatingHi there. Thank you so much for your reply. I have tried that, but unfortunately some of the stylings I need to do require me to position the items in a special order, which I need to edit in the PHP file itself.
I also need to add some things like a divider between the posts at the bottom. I would use absolute positioning, but I was hoping there’d be a cleaner way to do it.
Forum: Fixing WordPress
In reply to: Redirect IssueIf I’m not mistaken, some hosting companies have built in redirections for things like this, especially GoDaddy. Perhaps there’s something in your web hosting control panel that may turn this off.
Just a thought in case you’ve run out of options on the WordPress side of things.
Forum: Fixing WordPress
In reply to: Trying to display latest postsThank you all! It’s working great now.
Forum: Plugins
In reply to: [PHP Code for posts] Including a PHP file not workingAnyone know?
Anyone have any thoughts on this?
Forum: Plugins
In reply to: [Custom Permalinks] 404 ErrorI honestly can’t remember how it was fixed…sorry, it just kind of went away.
Maybe try disabling Custom Permalinks and reenabling? Not sure.
Forum: Fixing WordPress
In reply to: Can't Update PluginsThe file was installed and it solved the problem. Thank you again!
Forum: Fixing WordPress
In reply to: Can't Update PluginsAh I guess that doesn’t exist at all. I’ll need to download that file to the FTP. Thank you much, guys!
Yay! You’re very welcome…but fabricioremigio is the one to to be thanked. So fabricioremigio, if you see this, thank you very much!
Hope this works…from another post from a year ago…
http://wordpress.org/support/topic/plugin-nextgen-gallery-nextgen-gallery-directory-not-writable-error?replies=9
from fabricioremigioHello friends,
I had the same problem, and solved when I changed the “Gallery Path” under “options” menu of plugin from “/” to “/wp-content/gallery/”
Do the test and tell if it worked.