provider1
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Problem with images not showingIs there no Mass Edit or fix for this? Cause that means every post Ive made has to be edited….
Please tell me theres a quick way or another option…
UPDATE:
It’s an issue with the theme. If you edit the archive.php template, you’ll find it uses the_excerpt() to display post content, which filters out html tags. So to get what you’re after, you need to change:
<?php the_excerpt(); ?>
to
<?php the_content(); ?>
ENJOY!
Forum: Plugins
In reply to: Plugin for theme rotation?Yeah, thanks for the link! If you can create a random feature for this, that would be great!
Forum: Installing WordPress
In reply to: Copied old database overDOH!
Thanks.. That solved my brain fart..
Forum: Plugins
In reply to: useful guides on several pluginsdead thx though
Ive tried installing all 3 versions listed for this plugin. I could not get any to work. I am using wp 1.5.
When uploading the pictpress.php from the 1.0 alpha version. I get an error in my admin folder.
I tried using the previous versions and do not get any options in my admin area to see any settings. Any advice to a working download and instructions on how to install with wp 1.5?
Thanks,
Provider
Forum: Fixing WordPress
In reply to: Adming post calender?bump
Let me add this: On the dashboard there is a part that shows the Scheduled Entries:
Scheduled Entries:
Post blah blah, in 2 days
post blah blah2, in 3 daysWhat i would like is this, yet in date format. And viewable under the wp-admin/post.php [Advanced] section. So that way when you set a date for the topic you can see what topics you have and when they occur.
Someone know how do to this or a mod that would be similar?
AT
Forum: Fixing WordPress
In reply to: Calender for admins only?Okay, here is what I have found:
Useing Conditional Tags might be the way to go. The one I found specifically would be:
————————————————-
is_author(‘Elite Hacker’)
When the archive page for the Author with Nickname “Elite Hacker” is being displayed.
————————————————–
Here is the code I entered:<?php if (is_author(‘admin’)) { ?>
- <?php ec3_get_calendar(); ?>
The page comes up with:
Parse error: parse error, unexpected $Theres something simple im missing im sure. Although id reather this be tied to a user lvl. Admins are lvl 10, if I could tie it to that, I would prefer that.
Help?!?
AT
Forum: Plugins
In reply to: Admin Post Calendar?bump
Forum: Themes and Templates
In reply to: Middle column width, adjusting to the content?crap, sorry man it was a small banner, i didnt realize it was not a safe for work banner. I will link another image and show what I am asking. (My Site over all is not safe for work though)
https://blog.myofficespace.us/?page_id=300
SFW Picture, the site still has xxx links but nothing to graphic… (Sorry again)
Forum: Plugins
In reply to: Easiset way to make a Pages w/o sidebar?Well… hmm..
What im looking for is the same template with the header I currently have in my template, just no side bar.
Is this possible..Forum: Plugins
In reply to: Easiset way to make a Pages w/o sidebar?Well, i like the sidebar to appear on the normal pages dealing directly with the archieve and posts. But Id like to create a sepearte line of pages where I dont have the sidebars. My banners dont fit on the page with them there.
Forum: Fixing WordPress
In reply to: Adming post calender?bump