dvwp
Forum Replies Created
-
Forum: Reviews
In reply to: [Special Recent Posts] The Best!Same here!
Forum: Fixing WordPress
In reply to: How does WordPress get a commenters IP addressThanks for the tip.
Forum: Plugins
In reply to: [WP eCommerce] New Update 3.8.14.1 does not solve the mess from 3.8.14We are also experiencing the same issue as others here, with a broken shipping page after the 3.8.14.1 upgrade, which has basically made our store unusable. We are now in the process of restoring our site to an earlier version, and looking at other store plug-in options.
Forum: Themes and Templates
In reply to: How to add post time to TwentyThirteenhere’s what i did. hope it’s right:
$date = sprintf( '<span class="date"><a href="%1$s" title="%2$s" rel="bookmark"><time class="entry-date" datetime="%3$s">%5$s | %4$s</time></a></span>', esc_url( get_permalink() ), esc_attr( sprintf( __( 'Permalink to %s', 'twentythirteen' ), the_title_attribute( 'echo=0' ) ) ), esc_attr( get_the_date( 'c' ) ), esc_attr( get_the_time() ), esc_html( sprintf( $format_prefix, get_post_format_string( get_post_format() ), get_the_date() ), get_the_time() ) );
Forum: Themes and Templates
In reply to: How to add post time to TwentyThirteenseems i need to over-ride or make a change to functions.php line 380, but i’m not sure how.
ideally i would like my posts to say posted (date) at (time) on th blog page the way they work in the comments timing.
Forum: Themes and Templates
In reply to: Twenty Thirteen – Can't left align image correctlyAlso just want to say thanks to Andrew for that css solution. Add it to your child theme and you’re set.
Forum: Fixing WordPress
In reply to: Add Font Awesome icon to my opening times widget title?This doesn’t work for me. Although I have font-awesome installed and can put the icons in my posts, the suggested icon tags above are stripped out of the widget title.
Forum: Plugins
In reply to: [WP-Polls] Radio Button submit onclicklike many others i’m interested in this solution as well.
in a poll where there are say 3 options, i would prefer to use three buttons (not radio buttons)
whenever the button is pressed, it automatically makes the vote. faster for the user, less space on the page.
there is no need for a ‘vote’ button in this method.
what is the code needed to enter in the form section of your settings page?
kind regards.
Forum: Fixing WordPress
In reply to: Online Payday Loans Code Injection hacki completely understand the moderation.
Forum: Fixing WordPress
In reply to: Online Payday Loans Code Injection hacknot sure if it’s proper forum etiquette to post malicious code examples in the forum. if so, moderators please delete. but i thought it might be helpful for others who are having trouble to search for this code which was injected into my theme’s functions.php. it was added right at the beginning and was easy to find. of course, oursite has nothing to do with quick loans. getting rid of this allowed us to get back up while we did a clean rebuild. hope this helps.
<?php function callbackx(
[code moderated]buffer_endx'); ?>
Forum: Fixing WordPress
In reply to: brend-store.ru hijacked my site via a pluginalso, i should add, the now defunct wp-phpmyadmin plug in was installed on this site. it is highly suspected to be a cause in the attack.
Forum: Fixing WordPress
In reply to: brend-store.ru hijacked my site via a pluginOur site was hacked in a way that redirected pages to powerprogramm.ru/make/index.php.
after checking with sucuri, a careful review of our .htaccess file showed that it had been compromised and the redirect code had been added.
when checking your file, be sure to look further down in the document. in our case (as another mentioned above) the script was ‘hidden’ 50 lines down in the page and to the right. it might be missed at a quick glance.
hope this helps others.
Forum: Fixing WordPress
In reply to: How do I add a WordPress Blog Page into existing website?sounds like you want index.php or whatever to be your site’s homepage, and you want to install wordpress into a subdirectory of your site.
in other words, index.html is your home page and on the server at root level. also at that level is a folder called blog or whatever and in that folder in your wordpress files.
a move like this also demands changes to the database as well.
if you haven’t gone too far you might think about a fresh install into this new folder.
if you have to move your current stuff, and do not want to start over from scratch, check out some of the videos on moving your blog.
i like this guy’s videos:
https://www.youtube.com/watch?v=Vr7a8WdJS28hope this helps
Forum: Fixing WordPress
In reply to: change the name category to gallerya side note:
if you are using a plugin to re-order you categories, or a tag cloud, you will need to carefully find the right place in the plugin files to make the changes appear properly.
Forum: Fixing WordPress
In reply to: Hacked 5 times! :(maybe try setting up a new wordpress blog elsewhere on your server, while keeping your current set-up alive.
use only the default theme, and current, new copies, of the plug ins you use, and a new database.
post some new content.
see if the site gets hit.
if it lives for awhile switch it to your current theme and see if you get hit.
we call this a ‘drone site.’ one you’re hoping gets hit so you can find out how.
it helped us narrow down the nino plas virus situation when it hit us.
best of luck.