diragusa
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Layers by Obox Html5 Video issuein addition, I just want it to play once then goto a default umage. Im awar of the code, just don’t know where to place it in layers.
Forum: Fixing WordPress
In reply to: Displaying Numbered amount of posts on each multisitei believe post_count might be the way to do it. anyone want to enlighten me.
Forum: Fixing WordPress
In reply to: img not displaying in header in firefoxhmmm no well at least we know its just my machine
Forum: Fixing WordPress
In reply to: img not displaying in header in firefoxcould it be my firefox?
Forum: Fixing WordPress
In reply to: img not displaying in header in firefoxopps yup well
its this that isnt showing in firefox, but does show in chrome
<div id=”arrowpost”><img src=”https://artsavenue.ca/newyork/wp-content/themes/siteelements/images/arrow.png”></div>
Forum: Fixing WordPress
In reply to: Deleting Old Posts SQL QueriesHow is it implemented, in simple terms. Im not an expert. do i go into myphpadmin and add the script. or what exactly. is there a tutorial out there?
hmmm when you speak of orhpans, i never found anything in the codex about it. im wondering how other people deal with delete posts prior to the present date.
anyone?
Forum: Fixing WordPress
In reply to: Deleting Old Posts SQL QueriesI got this to work. This will delete posts older than 6 months from the current time and date. Obviously you can change the interval to whatever you need.
delete from wp_posts where post_date < DATE_SUB(NOW(), INTERVAL 6 MONTH)
i saw this recently in the forums, could this work?
Forum: Themes and Templates
In reply to: Remove Whitespace from empty titles of widgets on sidebarwas a solution ever found?
Forum: Networking WordPress
In reply to: Deleting Subdirectory Completly in Databaseya fixed the issue. thanks so much
Forum: Networking WordPress
In reply to: Deleting Subdirectory Completly in Databaseno but delete any essence of the other subdirectories i deleted in:
wp_blogs
,
wp_blog_versions
,
wp_registration_log
,
wp_signups
,
wp_site
,
wp_sitemeta
,
wp_sitecategories
hmmm …
Forum: Networking WordPress
In reply to: Deleting Subdirectory Completly in Databasebut i guess its not a matter of the blog id. its more of the what the subdriectory is called, i cant seem to get rid of old little files in this subdirectory, to start fresh at atleast in the new subdirectory.
Forum: Networking WordPress
In reply to: Deleting Subdirectory Completly in Databasehmm gotcha, thanks
Forum: Networking WordPress
In reply to: Deleting Subdirectory Completly in Databasewill see if that fixes the problem. the blog i deleted in the first place was at the end of the blog id list, then when i made a new site it skip a number. not cool.
thanks though
Forum: Networking WordPress
In reply to: Deleting Subdirectory Completly in DatabaseI see that the blog.dir of those sites are still there could i delete them?
Forum: Themes and Templates
In reply to: sidebar under content issuethanks, i already fixed the sidebar.